Age | Commit message (Expand) | Author |
2019-01-30 | implement -msave-args in clang/llvm, like the sun did for gcc | David Gwynne |
2018-04-06 | Import LLVM 6.0.1 release including clang, lld and lldb. | Patrick Wildt |
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 |
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-28 | On i386, produce binaries that are compatible with our W^X implementation. | Mark Kettenis |
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 | Tedu files that got removed in LLVM 7.0.1. | Patrick Wildt |
2019-01-27 | Re-add files that were previously removed but are now part of LLVM 7.0.1. | Patrick Wildt |
2019-01-27 | Tedu files that got removed in LLVM 7.0.1. | 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-27 | Merge LLVM 7.0.1 release. | Patrick Wildt |
2019-01-27 | Import LLVM 7.0.1 release including clang, lld and lldb. | Patrick Wildt |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2017-01-24 | Import LLVM 4.0.0 rc1 including clang and lld to help the current | Patrick Wildt |
2017-01-14 | Import LLVM 3.9.1 including clang and lld. | Patrick Wildt |
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 |