summaryrefslogtreecommitdiff
path: root/gnu/llvm/tools
AgeCommit message (Expand)Author
2019-07-01Implement the 'h' register constraint on mips64. This lets clang buildVisa Hankala
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2019-06-26In LLVM 8 somebody had the glorious idea to enable the integrated assemblerClaudio Jeker
2019-06-24The -nopie flag has already been pushed a few lines before,Patrick Wildt
2019-06-23Merge LLVM 8.0.0 release.Patrick Wildt
2019-06-23Import LLVM 8.0.0 release including clang, lld and lldb.Patrick Wildt
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt
2017-01-24Import LLVM 4.0.0 rc1 including clang and lld to help the currentPatrick Wildt
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-06-01Back out frame pointer elimination optimization.mortimer
2019-06-01Do not eliminate frame pointers on i386. The entire i386 ecosystem assumesmortimer
2019-05-31Re-enable frame pointer elimination for x86 and mips64 if optimizations aremortimer
2019-05-16Stop using the moribund MLINKS bsd.man.mk feature for clang(1).Ingo Schwarze
2019-05-13Add support for -znoretpolineplt and make -zretpolineplt the default.Philip Guenther
2019-04-26add "elf64_sparc" emulation name so ELF SPARCV9 format can be explicitlyChristian Weisgerber
2019-04-25Also touch --param ssp-buffer-size when using retguard in lieu of themortimer
2019-04-04frame-pointer elimination has encountered some resistance in ports but weTheo de Raadt
2019-04-02Enable frame pointer elimination on i386, amd64 and mips64 when givenmortimer
2019-04-01Consume SSP options when using retguard to prevent warnings.mortimer
2019-03-31If using retguard, we do not also need the stack protector.mortimer
2019-03-05libLLVM in base will be installed as libLLVM.so.major.minor with noJonathan Gray
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-02-22Improve the X86FixupGadgets pass:mortimer
2019-02-17Skip retguard instructions in prologue detection.mortimer
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt
2019-02-13Merge LLVM commits r340844, r353818 and r353819 from the 8.0 branchPatrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-02-10On OpenBSD/powerpc (and NetBSD/powerpc) long double == double like onMark Kettenis
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2019-01-30implement -msave-args in clang/llvm, like the sun did for gccDavid Gwynne
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2019-01-28On i386, produce binaries that are compatible with our W^X implementation.Mark Kettenis
2019-01-27Tedu files that got removed in LLVM 7.0.1.Patrick Wildt
2019-01-27Tedu files that got removed in LLVM 7.0.1.Patrick Wildt
2019-01-27Merge LLVM 7.0.1 release.Patrick Wildt
2019-01-27Import LLVM 7.0.1 release including clang, lld and lldb.Patrick Wildt
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt
2017-01-24Import LLVM 4.0.0 rc1 including clang and lld to help the currentPatrick Wildt
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2018-12-29The %b printf extension in the kernel is not fixed to a int type. On sparc64Claudio Jeker
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2018-10-24Generate __data_start symbol that marks the start of .data when __data_startMark Kettenis
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2018-10-23Add support for -z initfirst.Mark Kettenis
2018-10-22Accept both `--foo bar` and `--foo=bar` styles options.Christian Weisgerber
2018-10-21When merging sections into the output, lld tries to adjust the alignment ofMark Kettenis
2018-10-21Enable the integrated assembler on mips64.Visa Hankala