summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
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
2019-04-02Emit variable length trap padding in retguard epilogue.mortimer
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-31Do not store the retguard cookie in frame in leaf functions if possible.mortimer
2019-03-20fix serious markup error: \B -> \fB to select bold fontIngo Schwarze
2019-03-06When linking libLLVM.a in clang and lld include it within theJonathan Gray
2019-03-06Define LLVM_NATIVE_* in llvm-config.h like the result of a cmakeJonathan Gray
2019-03-05Allow make obj in libLLVM to succeed on non-LLVM architectures byPatrick Wildt
2019-03-05add llvm-config.1 from llvm-config.rstJonathan Gray
2019-03-05Build and install a shared libLLVM, llvm-config and llvm includes.Jonathan Gray
2019-03-05build AMDGPU Target in addition to nativeJonathan Gray
2019-03-05libLLVM in base will be installed as libLLVM.so.major.minor with noJonathan Gray
2019-03-05add Makefile for llvm-configJonathan Gray
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-03-01Fix a crash: don't assume that all input files are ELF objectsJeremie Courreges-Anglas
2019-02-26In preparation for reusing libLLVM component library Makefiles to buildJonathan Gray
2019-02-26define LLVM_ENABLE_THREADS and LLVM_HAS_ATOMICSJonathan Gray
2019-02-26use real format strings, resolve compiler warnings; ok millert@cheloha
2019-02-25add sources matching unresolved symbols seen using Mesa with libLLVMJonathan Gray
2019-02-24Remove -S from install commandskn
2019-02-22Improve the X86FixupGadgets pass:mortimer
2019-02-18When generating code for OpenBSD/powerpc, avoid unaligned floating-pointMark Kettenis
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-02-17Skip retguard instructions in prologue detection.mortimer
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt