summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Frontend/InitHeaderSearch.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-031-673/+0
|
* Merge LLVM 8.0.0 release.patrick2019-06-231-20/+7
| | | | | | | | | 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-38/+56
| | | | | With fixes from mortimer@ (thanks!) Tested by many, especially naddy@ (thanks!)
* Merge LLVM 6.0.0 release.patrick2018-04-061-1/+0
|
* Merge LLVM 5.0.0 release.patrick2017-10-041-0/+2
|
* Merge LLVM 4.0.0 rc1patrick2017-01-241-4/+3
|
* Merge LLVM 3.9.1patrick2017-01-141-33/+34
|
* 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-031-0/+675
ok hackroom@