summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/MC/MCParser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-0312-10161/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-231-65/+102
| | | | | | | | | 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-237-45/+264
|
* Merge LLVM 7.0.1 release.patrick2019-01-271-124/+234
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-275-23/+210
|
* Merge LLVM 6.0.0 release.patrick2018-04-061-117/+275
|
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-066-120/+205
| | | | "where is the kaboom?" deraadt@
* Merge LLVM 5.0.0 release.patrick2017-10-041-61/+168
|
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-048-123/+276
|
* make clang include a FILE symbol for .(s|S) filesrobert2017-09-281-1/+6
| | | | | | | | | | | | | This is mostly needed by syspatch at the moment to be to be able to re-link in the same order as the original libraries were linked with by relying on the readelf(1) and without this .(s|S) assembly files were not getting a file directive. A bug reports has been filed as well: https://bugs.llvm.org/show_bug.cgi?id=34019 ok deraadt@
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-247-688/+1211
| | | | development effort on OpenBSD/arm64.
* Merge LLVM 3.9.1patrick2017-01-141-15/+0
|
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-148-591/+896
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-0312-0/+8287
ok hackroom@