summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/TargetLoweringBase.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-1872/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-231-5/+17
| | | | | | | | | Prepared with help from jsg@ and mortimer@ Tested on amd64 by bcallah@, krw@, naddy@ Tested on arm64 by patrick@ Tested on macppc by kettenis@ Tested on octeon by visa@ Tested on sparc64 by claudio@
* Merge LLVM 7.0.1 release.patrick2019-01-271-15/+63
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Merge LLVM 6.0.0 release.patrick2018-04-061-484/+109
|
* Merge LLVM 5.0.0 release.patrick2017-10-041-42/+127
|
* Merge LLVM 4.0.0 rc1patrick2017-01-241-15/+274
|
* Restore setting the visibility of __guard_local to hidden for betterguenther2017-01-201-1/+4
| | | | | | | code generation. Use dyn_case_or_null instead of a static cast to solve the crashes in the previous code. ok stefan@ kettenis@
* Merge LLVM 3.9.1patrick2017-01-141-3/+1
|
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-56/+181
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+1717
ok hackroom@