summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/Target/PowerPC/PPCSubtarget.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-339/+0
|
* When generating code for OpenBSD/powerpc, avoid unaligned floating-pointkettenis2019-02-181-0/+1
| | | | | | | | | | | | load and store instructions. The vast majority of PowerPC CPUs that OpenBSD runs on don't implement those and will generate an alignment exceptions. While we do emulate lfd and stfd (to work around GCC bugs), we don't emulate lfs and stfs. It is way more efficient to have the compiler generate code that only uses aligned load and store instructions. Based on a diff from Georg Koehler. ok patrick@, visa@
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-271-0/+5
|
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-061-1/+1
| | | | "where is the kaboom?" deraadt@
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-041-1/+12
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-241-2/+7
| | | | development effort on OpenBSD/arm64.
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-141-7/+22
|
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+302
ok hackroom@