summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Driver (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove LLVM 8.0.1 files.patrick2020-08-03104-39418/+0
* PowerPC: optimize away the frame pointer.gkoehler2020-05-251-3/+4
* Switch powerpc clang to -msvr4-struct-return, like gcc.gkoehler2020-03-041-0/+13
* Add retguard for octeon/mips64.mortimer2019-10-251-0/+2
* Make clang emit the proper path to our libcompiler_rt.a when asked to.patrick2019-09-282-0/+12
* Merge LLVM 8.0.1 release.patrick2019-09-011-3/+9
* Import LLVM 8.0.1 release including clang, lld and lldb.patrick2019-09-012-15/+20
* In LLVM 8 somebody had the glorious idea to enable the integrated assemblerclaudio2019-06-261-1/+1
* The -nopie flag has already been pushed a few lines before,patrick2019-06-241-3/+2
* Merge LLVM 8.0.0 release.patrick2019-06-2310-449/+1116
* Import LLVM 8.0.0 release including clang, lld and lldb.patrick2019-06-2350-531/+2131
* Back out frame pointer elimination optimization.mortimer2019-06-011-11/+0
* Do not eliminate frame pointers on i386. The entire i386 ecosystem assumesmortimer2019-06-011-1/+0
* Re-enable frame pointer elimination for x86 and mips64 if optimizations aremortimer2019-05-311-0/+12
* Also touch --param ssp-buffer-size when using retguard in lieu of themortimer2019-04-251-1/+2
* frame-pointer elimination has encountered some resistance in ports but wederaadt2019-04-041-12/+0
* Enable frame pointer elimination on i386, amd64 and mips64 when givenmortimer2019-04-021-0/+12
* Consume SSP options when using retguard to prevent warnings.mortimer2019-04-011-0/+4
* If using retguard, we do not also need the stack protector.mortimer2019-03-311-3/+4
* Improve the X86FixupGadgets pass:mortimer2019-02-221-0/+10
* Merge LLVM 7.0.1 release.patrick2019-01-276-525/+927
* Import LLVM 7.0.1 release including clang, lld and lldb.patrick2019-01-2766-935/+3371
* Enable the integrated assembler on mips64.visa2018-10-211-4/+6
* Add retguard for arm64.mortimer2018-08-121-1/+2
* Pass -nopie to the linker when -pg is specified to make theyasuoka2018-06-071-2/+3
* Add RETGUARD to clang for amd64. This security mechanism uses per-functionmortimer2018-06-061-0/+7
* Add ret protctor options as no-ops.mortimer2018-06-031-0/+10
* Switch armv7 to the "softfp" floating-point ABI. The ABI is identical tokettenis2018-05-051-1/+1
* Tedu files that got removed in LLVM 6.0.0.patrick2018-04-062-269/+0
* Merge LLVM 6.0.0 release.patrick2018-04-063-1126/+1366
* Import LLVM 6.0.1 release including clang, lld and lldb.patrick2018-04-0651-1008/+2382
* Merge LLVM 5.0.1 release.patrick2017-12-241-1/+5
* Import LLVM 5.0.1 release including clang, lld and lldb.patrick2017-12-243-15/+0
* Tedu files that got removed in LLVM 5.0.0.patrick2017-10-047-21324/+0
* Merge LLVM 5.0.0 release.patrick2017-10-045-18/+97
* Import LLVM 5.0.0 release including clang, lld and lldb.patrick2017-10-0490-168/+25503
* 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-243-1023/+2302
* Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick2017-01-2415-644/+2214
* Make LLVM create strict aligned code for OpenBSD/arm64. We currentlypatrick2017-01-211-3/+7
* Merge LLVM 3.9.1patrick2017-01-144-787/+2151
* Import LLVM 3.9.1 including clang and lld.patrick2017-01-1411-374/+1243
* With clang as cross-compiler we need to make it pass the library pathpatrick2017-01-042-3/+5
* 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