summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/clang/libLLVMVectorize (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update build infrastructure for LLVM 10.0.0.patrick2020-08-031-3/+4
| | | | | ok hackroom@ tested by plenty
* Update clang build infrastructure for LLVM 8.0.0.patrick2019-06-231-1/+3
|
* Build and install a shared libLLVM, llvm-config and llvm includes.jsg2019-03-051-9/+2
| | | | | | This is required to build the radeonsi Mesa driver. ok patrick@
* Update clang build infrastructure for LLVM 7.0.1.patrick2019-01-271-1/+4
|
* Update clang build infrastructure for LLVM 6.0.0.patrick2018-04-061-4/+5
|
* Update clang build infrastructure for LLVM 5.0.0.patrick2017-10-041-3/+2
|
* zap empty depends/silence empty installs.espie2017-07-091-5/+2
| | | | okay millert@
* Update clang build infrastructure for LLVM 3.9.1patrick2017-01-141-1/+2
| | | | | | "go ahead" kettenis@ "just go ahead" deraadt@ "sounds good to me" stefan@
* LLVM/Clang build system. This only builds the bare minimum of what is neededpascal2016-09-051-0/+23
to get a working "clang" binary. Note that you need GCC from ports to bootstrap clang. looks good to patrick@, ok jsg@ kettenis@