summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/AsmPrinter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-0345-22516/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-235-591/+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@
* Import LLVM 8.0.0 release including clang, lld and lldb.patrick2019-06-2333-996/+2396
|
* Tedu files that got removed in LLVM 7.0.1.patrick2019-01-272-554/+0
|
* Merge LLVM 7.0.1 release.patrick2019-01-271-43/+191
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-2742-796/+2661
|
* 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
|
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-0632-773/+1195
| | | | "where is the kaboom?" deraadt@
* Import LLVM 5.0.1 release including clang, lld and lldb.patrick2017-12-243-12/+20
|
* Merge LLVM 5.0.0 release.patrick2017-10-041-113/+254
|
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-0430-1068/+1445
|
* 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-145-37/+54
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-2433-1183/+1826
| | | | development effort on OpenBSD/arm64.
* Merge LLVM 3.9.1patrick2017-01-143-562/+0
|
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-1433-1028/+3604
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-0343-0/+16436
ok hackroom@