summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2019-06-26In LLVM 8 somebody had the glorious idea to enable the integrated assemblerClaudio Jeker
2019-06-24Implement .cplocal directive. Needed when building libcrypto.Visa Hankala
2019-06-24Implement SGE pseudo-instructions. Needed when building libcrypto.Visa Hankala
2019-06-24Fix a bug in memory operand handling. If a load or store uses a symbolVisa Hankala
2019-06-24The -nopie flag has already been pushed a few lines before,Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-06-23Re-add files that were previously removed but are now part of LLVM 8.0.0.Patrick Wildt
2019-06-23Update clang build infrastructure for LLVM 8.0.0.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-14Delete totally bogus code specifically targetted at mandocIngo Schwarze
2019-06-06Reapply patches lost in the perl 5.28.2 updateAndrew Fresh
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-31Re-enable RETGUARD leaf function optimization for arm64.mortimer
2019-05-27fix core dump reported by Adam Thomson; ok tb@Otto Moerbeek
2019-05-25Install the new perldelta as man pagesAndrew Fresh
2019-05-24Update to perl 5.28.2Andrew Fresh
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
2019-05-17stop using the moribund MLINKS bsd.man.mk feature;Ingo Schwarze
2019-05-17stop using the moribund MLINKS bsd.man.mk feature;Ingo Schwarze
2019-05-16Stop using the moribund MLINKS bsd.man.mk feature for Perl manuals.Ingo Schwarze
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-05-05The perldoc(1) program wants to support the MANWIDTH environmentIngo Schwarze
2019-05-05Like we already do for pod2man(1), always let perldoc(1) produce man(7)Ingo Schwarze
2019-05-04Fix Pod::Perldoc::ToMan and use it as the default perldoc formatterAndrew Fresh
2019-05-01default to not verboseTheo de Raadt
2019-05-01only do the "when are we finished" countdown if at high verboseTheo de Raadt
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-22Remove cast that truncates immediate operands to 32 bits. This fixesMark Kettenis
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-04-20Restore previous section after setting the MIPS ABI marker. This keepsVisa Hankala
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-04-19On powerpc, link with -Wl,-relax as clang is a monster and code exceeds theMark Kettenis
2019-04-17retguard-cookie-in-register is slightly unstable on arm64, so surgicallyTheo de Raadt
2019-04-15Use literals as format strings. This fixes an error reported by clang.Visa Hankala
2019-04-15Add a type cast to silence clang error about an implicit conversionVisa Hankala
2019-04-04frame-pointer elimination has encountered some resistance in ports but weTheo de Raadt
2019-04-03mortimer unlinked libobjc from the build, but didn't know how to cvs rm.Ted Unangst
2004-01-15move libobjc around to its own directory (from src/gnu/egcs/libobjc)Marc Espie
2019-04-02Enable frame pointer elimination on i386, amd64 and mips64 when givenmortimer
2019-04-02Do not install libLLVM.a. At present the clang tools are eitherTheo de Raadt