summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
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
2019-02-14When bsd.lib.mk builds shared libraries it builds with -DPIC whichJonathan Gray
2019-02-13Apply pre-built unicore patch, remove excess files - perl-5.28.1Andrew Fresh
2019-02-13Apply local patches, remove excess files - perl-5.28.1Andrew Fresh
2019-02-13Fix merge issues, remove excess files - match perl-5.28.1 distAndrew Fresh
2019-02-13Import perl-5.28.1Andrew Fresh
2013-03-25import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfStuart Henderson
2010-09-24Perl 5.12.2 from CPANTodd C. Miller
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-02-05Fix addend handling for relaxing R_PPC_PLTREL24 relocations. This issue hasMark Kettenis
2019-02-05Zap unneeded argument to BuildMI().mortimer
2019-02-04initialize SaveArgs variable in case neither -msave-args or -mno-save-args ar...Sebastien Marie
2019-02-03Add some fixes from upstream to the code that parses .eh_frame sectionsMark Kettenis
2019-02-01Fix gdb can handle prologues which has the retguard and teach gdb thatYASUOKA Masahiko
2004-05-21GDB 6.1 (excluding .info files)Mark Kettenis
2019-01-31Map SHT_LLVM_LINKER_OPTIONS to stringMark Kettenis
2019-01-31Ignore LLVM 7's LINKER_OPTIONS section.Mark Kettenis
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
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-01-29Correct LLVM backend version.Patrick Wildt
2019-01-29add AMDGPUCodeGenJonathan Gray
2019-01-29add Makefiles for AMDGPU targetJonathan Gray
2019-01-28On i386, produce binaries that are compatible with our W^X implementation.Mark Kettenis