summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/MC (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import LLVM 8.0.1 release including clang, lld and lldb.patrick2019-09-013-2/+9
|
* Merge LLVM 8.0.0 release.patrick2019-06-232-66/+103
| | | | | | | | | 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-2335-567/+1341
|
* Merge LLVM 7.0.1 release.patrick2019-01-272-155/+313
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-2745-1741/+3198
|
* Merge LLVM 6.0.0 release.patrick2018-04-062-124/+292
|
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-0636-1032/+2116
| | | | "where is the kaboom?" deraadt@
* Tedu files that got removed in LLVM 5.0.0.patrick2017-10-041-299/+0
|
* Merge LLVM 5.0.0 release.patrick2017-10-043-123/+204
|
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-0461-1148/+3553
|
* 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@
* if we return nullptr for a "noexec" section, then don't change section.espie2017-06-281-2/+5
| | | | | | prevents core dumps :) okay tedu@
* For a decade or more, we've patched gcc to make -fno-ident the default.tedu2017-06-211-1/+1
| | | | | | clang doesn't seem to have a command line option for the feature, so just hard wire it off. We don't need advertisements in our binaries. ok deraadt
* openbsd does not use nonexec stack segment header hints.tedu2017-05-291-1/+1
| | | | | | | in fact, false is a much better default for UsesNonexecutableStackSection. platforms that require it can reenable, instead, saving the rest of us an unnecessary program header (causes trouble for some special binaries). ok kettenis
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-142-7/+8
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-2439-1094/+1853
| | | | development effort on OpenBSD/arm64.
* Merge LLVM 3.9.1patrick2017-01-146-148/+0
|
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-1448-1276/+2618
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-0373-0/+24913
ok hackroom@