summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/X86/X86Subtarget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-369/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-231-16/+22
| | | | | | | | | 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-110/+55
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Turn on -mretpoline by default in clang on amd64, but turn it offguenther2018-12-301-0/+8
| | | | | | | explicitly in SMALL_KERNEL kernel builds. tweaks from jsg@ and tb@ ok deraadt@ kettenis@
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-061-77/+45
| | | | "where is the kaboom?" deraadt@
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-041-13/+93
|
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-141-3/+0
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-0/+31
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-92/+83
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+343
ok hackroom@