Age | Commit message (Expand) | Author |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-01-19 | CXXFLAGS are the correct spelling for c++ options. | Ted Unangst |
2019-01-17 | Use a 64-bit register when required for inline asm on sparc64. | Mark Kettenis |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2019-01-15 | Fix the inter-library dependency for libedit and libreadline. | YASUOKA Masahiko |
2019-01-13 | Map SHT_LLVM_ADDRSIG to string | Philip Guenther |
2019-01-13 | Ignore LLVM 7's ADDRSIG section. | Philip Guenther |
2019-01-12 | Check for the CPU architecture and not the system architecture when | Christian Weisgerber |
2019-01-11 | disable the correct performance options, per-architecture | Theo de Raadt |
2019-01-10 | Drop dead links to loria.fr and cvshome.org | Jeremie Courreges-Anglas |
1995-12-19 | raw import of cvs-1.6 | Theo de Raadt |
2019-01-08 | Disable ret-protector and retpoline protections in the clang compiler | Alexander Bluhm |
2019-01-07 | Don't print "allocated section '.foobar' not in segment" warning for | Mark Kettenis |
2019-01-04 | Make gas ignore the ".set hardfloat" directive on mips64. | Visa Hankala |
2018-12-30 | Turn on -mretpoline by default in clang on amd64, but turn it off | Philip Guenther |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-12-29 | The %b printf extension in the kernel is not fixed to a int type. On sparc64 | Claudio Jeker |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-12-25 | Remove unused static function since clang errors out because of this. | Claudio Jeker |
2018-12-22 | Add support for R_MIPS_PC32 relocation. It is needed for linking code | Visa Hankala |
2018-12-18 | The scripts just tests whether GENERATE_PIE_SCRIPT is set and ignores its | Philip Guenther |
2018-12-18 | Generate PIE ldscripts on armv7, hppa, and sh, so that there are symbols | Philip Guenther |
2018-12-11 | Add PN_XNUM support to libbfd so objdump and gdb can handle core | Philip Guenther |
2018-12-06 | Core files with >65535 sections have to use PN_XNUM and a section header | Philip Guenther |
2018-12-03 | Merge post-2.17 but pre-GPLv3 diffs that add support for DT_GNU_HASH | Philip Guenther |
2018-11-29 | Fix various overflows in perl | Andrew Fresh |
2018-11-14 | Record an inter-library dependency on libcurses in libedit and libreadline, | Stuart Henderson |
2018-11-13 | Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASH | Philip Guenther |
2018-11-10 | Eliminate use of sbrk (was only used to print a diagnostic). | Daniel Dickman |
2018-10-24 | Generate __data_start symbol that marks the start of .data when __data_start | Mark Kettenis |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2018-10-24 | Size static array correctly for the numerically highest index used to | Christian Weisgerber |
2018-10-23 | Add support for -z initfirst. | Mark Kettenis |
2018-10-22 | Accept both `--foo bar` and `--foo=bar` styles options. | Christian Weisgerber |
2018-10-22 | When checking out certain commits by date, cvs got confused. If | Alexander Bluhm |
2018-10-21 | When merging sections into the output, lld tries to adjust the alignment of | Mark Kettenis |
2018-10-21 | Enable the integrated assembler on mips64. | Visa Hankala |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-10-05 | lldb after release, reasons. | Theo de Raadt |
2018-10-04 | Add infrastructure to compile and link LLDB. Inspecting core files | Patrick Wildt |
2018-09-29 | Allow preemption of functions with protected visibility. Disallowing this | Mark Kettenis |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
2018-09-18 | Backport support for option -a to addr2line, which will display each address | anton |
2018-09-14 | Pass -L/usr/lib to the linker in preparation for switching to lld, which | Christian Weisgerber |
2018-09-14 | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ | Christian Weisgerber |
2018-09-11 | Fix --exclude-libs option. Based on code already committed upstream. | Mark Kettenis |
2018-09-09 | Teach binutils how to assemble INVPCID and how to disassemble | Philip Guenther |
2018-08-16 | When installing the link to rcs2log, set the owner on the link itself | Todd C. Miller |
2018-08-12 | Add retguard for arm64. | mortimer |