summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Import LLVM 4.0.0 release including clang and lld.patrick2017-03-141-4/+6
|
* Merge LLVM 4.0.0 rc1patrick2017-01-241-4/+3
|
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-2429-388/+863
| | | | development effort on OpenBSD/arm64.
* Merge LLVM 3.9.1patrick2017-01-143-69/+34
|
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-1428-890/+1192
|
* Let clang use libc++/libc++abi and its header files per default. You can stillpascal2016-09-051-8/+0
| | | | | | use the old libstdc++ by specifying -stdlib=libstdc++. with hints from/looks good to patrick@, ok kettenis@
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-0346-0/+33743
ok hackroom@