summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Driver/Tools.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* On OpenBSD disable the malloc/calloc/realloc/free/str*dup builtins, sincederaadt2017-07-281-0/+12
* push back -pie to the linker if -pie is specified to avoid an unused argumentrobert2017-07-271-0/+3
* Enable -fwrapv by default with clang to treat signed integer overflowsjsg2017-06-061-1/+2
* Enable TLS support but default to the emulatated TLS model. Enable thekettenis2017-05-091-1/+2
* Merge LLVM 4.0.0 rc1patrick2017-01-241-473/+1339
* Make LLVM create strict aligned code for OpenBSD/arm64. We currentlypatrick2017-01-211-3/+7
* Merge LLVM 3.9.1patrick2017-01-141-377/+1128
* With clang as cross-compiler we need to make it pass the library pathpatrick2017-01-041-2/+4
* Disable -fstrict-aliasing per default on OpenBSD.pascal2016-09-271-2/+5
* For now, force soft-float; our kernel doesn't support saving the FPU state yet.kettenis2016-09-171-0/+4
* Link to -lcompiler_rt instead of -lgcc.pascal2016-09-061-8/+2
* libunwind relies on the EH frame header. Our OpenBSD frontend codepatrick2016-09-051-1/+2
* Link static PIEs with the correct C runtime (rcrt0.o).pascal2016-09-051-0/+4
* Use the space freed up by sparc and zaurus to import LLVM.pascal2016-09-031-0/+10605