summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Basic/Targets.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that we add our OpenBSD specific defines on PowerPC64 targets.patrick2020-05-201-0/+4
| | | | | Prompted and tested by drahn@ ok deraadt@ drahn@ kettenis@ visa@
* Merge LLVM 8.0.0 release.patrick2019-06-231-13/+25
| | | | | | | | | 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-0/+22
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Merge LLVM 6.0.0 release.patrick2018-04-061-9459/+52
|
* Merge LLVM 5.0.1 release.patrick2017-12-241-3/+8
|
* Merge LLVM 5.0.0 release.patrick2017-10-041-223/+1211
|
* Enable TLS support but default to the emulatated TLS model. Enable thekettenis2017-05-091-2/+0
| | | | | | | | runtime support code libcompiler_rt for this. This code uses functions that live in libpthread, so code that uses TLS support will need to be linked with -lpthread. This should allow more ports to build with base clang. ok espie@
* Merge LLVM 4.0.0 release.patrick2017-03-141-1/+1
|
* Fix the types used on aarch64 to match what we have in <sys/types.h>.kettenis2017-02-251-1/+2
| | | | From Brad Smith.
* Merge LLVM 4.0.0 rc1patrick2017-01-241-189/+614
|
* Merge LLVM 3.9.1patrick2017-01-141-887/+1515
|
* Setup clang to use OpenBSD settings and defines for our AArch64patrick2016-11-281-0/+2
| | | | | | (little-endian) target. ok phessler@
* Fix types for OpenBSD/arm.kettenis2016-09-171-1/+5
| | | | ok stefan@, jsg@, patrick@
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+7992
ok hackroom@