summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Basic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Import LLVM 4.0.0 release including clang and lld.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
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-2414-116/+374
| | | | development effort on OpenBSD/arm64.
* Merge LLVM 3.9.1patrick2017-01-142-927/+1515
|
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-1415-107/+734
|
* 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-0327-0/+17951
ok hackroom@