summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/TargetLoweringBase.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-06-23Merge LLVM 8.0.0 release.patrick1-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@
2019-01-27Merge LLVM 7.0.1 release.patrick1-15/+63
With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
2018-04-06Merge LLVM 6.0.0 release.patrick1-482/+107
2017-10-04Merge LLVM 5.0.0 release.patrick1-42/+127
2017-01-24Merge LLVM 4.0.0 rc1patrick1-15/+274
2017-01-20Restore setting the visibility of __guard_local to hidden for betterguenther1-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@
2017-01-14Merge LLVM 3.9.1patrick1-3/+1
2017-01-14Import LLVM 3.9.1 including clang and lld.patrick1-56/+181
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.pascal1-0/+1717
ok hackroom@