summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
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
2019-01-27Install lldb's manpage directly from the GNU directory, like lld does.Patrick Wildt
2019-01-27regenPatrick Wildt
2019-01-27Tedu files that got removed in LLVM 7.0.1.Patrick Wildt
2019-01-27Re-add files that were previously removed but are now part of LLVM 7.0.1.Patrick Wildt
2019-01-27Tedu files that got removed in LLVM 7.0.1.Patrick Wildt
2019-01-27Remove specific clang version from check for clang.Patrick Wildt
2019-01-27Update clang build infrastructure for 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
2019-01-19CXXFLAGS are the correct spelling for c++ options.Ted Unangst
2019-01-17Use a 64-bit register when required for inline asm on sparc64.Mark Kettenis
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2019-01-15Fix the inter-library dependency for libedit and libreadline.YASUOKA Masahiko
2019-01-13Map SHT_LLVM_ADDRSIG to stringPhilip Guenther
2019-01-13Ignore LLVM 7's ADDRSIG section.Philip Guenther
2019-01-12Check for the CPU architecture and not the system architecture whenChristian Weisgerber
2019-01-11disable the correct performance options, per-architectureTheo de Raadt
2019-01-10Drop dead links to loria.fr and cvshome.orgJeremie Courreges-Anglas
1995-12-19raw import of cvs-1.6Theo de Raadt
2019-01-08Disable ret-protector and retpoline protections in the clang compilerAlexander Bluhm
2019-01-07Don't print "allocated section '.foobar' not in segment" warning forMark Kettenis
2019-01-04Make gas ignore the ".set hardfloat" directive on mips64.Visa Hankala
2018-12-30Turn on -mretpoline by default in clang on amd64, but turn it offPhilip Guenther
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-12-25Remove unused static function since clang errors out because of this.Claudio Jeker
2018-12-22Add support for R_MIPS_PC32 relocation. It is needed for linking codeVisa Hankala
2018-12-18The scripts just tests whether GENERATE_PIE_SCRIPT is set and ignores itsPhilip Guenther
2018-12-18Generate PIE ldscripts on armv7, hppa, and sh, so that there are symbolsPhilip Guenther
2018-12-11Add PN_XNUM support to libbfd so objdump and gdb can handle corePhilip Guenther
2018-12-06Core files with >65535 sections have to use PN_XNUM and a section headerPhilip Guenther
2018-12-03Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASHPhilip Guenther
2018-11-29Fix various overflows in perlAndrew Fresh
2018-11-14Record an inter-library dependency on libcurses in libedit and libreadline,Stuart Henderson
2018-11-13Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASHPhilip Guenther
2018-11-10Eliminate use of sbrk (was only used to print a diagnostic).Daniel Dickman
2018-10-24Generate __data_start symbol that marks the start of .data when __data_startMark Kettenis