summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-3178/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-231-18/+110
| | | | | | | | | 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-43/+191
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Emit trap alignment between basic blocks that are unrechable viamortimer2018-06-221-3/+7
| | | | | | | fallthrough. Avoids unnecessary jmp instructions in the middle of functions and makes disassembly nicer to read. ok guenther@ mlarkin@ deraadt@
* Merge LLVM 6.0.0 release.patrick2018-04-061-126/+175
|
* Merge LLVM 5.0.0 release.patrick2017-10-041-113/+254
|
* Use int3 trap padding between functions instead of trapsleds with a leading jump.mortimer2017-08-011-1/+28
| | | | ok deraadt@
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-141-0/+9
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-89/+177
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-179/+169
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+2630
ok hackroom@