Age | Commit message (Expand) | Author |
2019-02-25 | add sources matching unresolved symbols seen using Mesa with libLLVM | Jonathan Gray |
2019-02-24 | Remove -S from install commands | kn |
2019-02-14 | When bsd.lib.mk builds shared libraries it builds with -DPIC which | Jonathan Gray |
2019-02-13 | Apply pre-built unicore patch, remove excess files - perl-5.28.1 | Andrew Fresh |
2019-02-13 | Apply local patches, remove excess files - perl-5.28.1 | Andrew Fresh |
2019-02-13 | Fix merge issues, remove excess files - match perl-5.28.1 dist | Andrew Fresh |
2019-02-13 | Import perl-5.28.1 | Andrew Fresh |
2013-03-25 | import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself | Stuart Henderson |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2019-02-05 | Fix addend handling for relaxing R_PPC_PLTREL24 relocations. This issue has | Mark Kettenis |
2019-02-03 | Add some fixes from upstream to the code that parses .eh_frame sections | Mark Kettenis |
2019-02-01 | Fix gdb can handle prologues which has the retguard and teach gdb that | YASUOKA Masahiko |
2004-05-21 | GDB 6.1 (excluding .info files) | Mark Kettenis |
2019-01-31 | Map SHT_LLVM_LINKER_OPTIONS to string | Mark Kettenis |
2019-01-31 | Ignore LLVM 7's LINKER_OPTIONS section. | Mark Kettenis |
2019-01-29 | Correct LLVM backend version. | Patrick Wildt |
2019-01-29 | add AMDGPUCodeGen | Jonathan Gray |
2019-01-29 | add Makefiles for AMDGPU target | Jonathan Gray |
2019-01-27 | Install lldb's manpage directly from the GNU directory, like lld does. | Patrick Wildt |
2019-01-27 | regen | Patrick Wildt |
2019-01-27 | Remove specific clang version from check for clang. | Patrick Wildt |
2019-01-27 | Update clang build infrastructure for LLVM 7.0.1. | Patrick Wildt |
2019-01-19 | CXXFLAGS are the correct spelling for c++ options. | Ted Unangst |
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-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-13 | Add GNU_HASH #defines; improve readelf output for SHT_GNU_HASH | Philip Guenther |
2018-10-24 | Size static array correctly for the numerically highest index used to | Christian Weisgerber |
2018-10-22 | When checking out certain commits by date, cvs got confused. If | Alexander Bluhm |
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-18 | Backport support for option -a to addr2line, which will display each address | anton |
2018-09-14 | Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@ | Christian Weisgerber |
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 |