summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/TargetLoweringBase.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@