Age | Commit message (Expand) | Author |
2020-10-18 | Use all 64 bits of the RETGUARD cookie on powerpc64 | gkoehler |
2020-10-12 | Disable retguard for clang build. | mortimer |
2020-10-12 | Add RETGUARD implementation for powerpc and powerpc64. | mortimer |
2020-10-11 | Always allocate GOT header entries on powerpc. | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-09-30 | Add minimal support for OpenBSD/powerpc64. | Mark Kettenis |
2020-09-23 | Don't pass the -dynamic-linker flag to ld when linking statically. | Todd C. Miller |
2020-09-19 | Fix frame pointer slot on aarch64 for functions that do not save callee | mortimer |
2020-09-16 | Avoid generating a core dump during make build. The Perl configure | Alexander Bluhm |
2020-09-10 | Disable strict floating point if not X86 | gkoehler |
2020-08-31 | Delete my leftover comment. | gkoehler |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-14 | Remove local change to fix powerpc floating-point alignment | gkoehler |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-14 | Don't build double-double functions since long double is the same as double | Mark Kettenis |
2020-08-11 | Remove fixtfti.c from ppc-if to unbreak macppc build. I guess kettenis@ | Patrick Wildt |
2020-08-11 | fix path for testing if a .S exists | Jonathan Gray |
2020-08-10 | Un-hook and re-hook libcompiler_rt. | Patrick Wildt |
2020-08-10 | Add build infrastructure for compiler-rt. | Patrick Wildt |
2020-08-10 | Re-apply our patches to compiler-rt. | Patrick Wildt |
2020-08-10 | Import compiler-rt 10.0.1 release. | Patrick Wildt |
2020-08-09 | Tedu files that got removed in LLVM 10.0.1. | Patrick Wildt |
2020-08-09 | Update build infrastructure for LLVM 10.0.1. | Patrick Wildt |
2020-08-09 | Merge LLVM 10.0.1. | Patrick Wildt |
2020-08-09 | Import LLVM 10.0.1 including clang, lld and lldb. | Patrick Wildt |
2020-08-07 | default to -march=i586 on i386 | Jonathan Gray |
2020-08-03 | Remove LLVM 8.0.1 files. | Patrick Wildt |
2020-08-03 | Update build infrastructure for LLVM 10.0.0. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2019-06-23 | Import LLVM 8.0.0 release including clang, lld and lldb. | Patrick Wildt |
2019-01-27 | Import LLVM 7.0.1 release including clang, lld and lldb. | Patrick Wildt |
2018-04-06 | Import LLVM 6.0.1 release including clang, lld and lldb. | Patrick Wildt |
2017-12-24 | Import LLVM 5.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-03-14 | Import LLVM 4.0.0 release including clang and lld. | 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 |
2020-07-31 | Use consistent types in comparison to fix build with clang 10. | Visa Hankala |
2020-07-23 | change bfd amd64 ELF_MAXPAGESIZE from 1M to 4K | Jonathan Gray |
2020-07-22 | Add a few missing elocations. | Mark Kettenis |
2020-07-18 | int64_t and intmax_t are always (signed) long long on OpenBSD. | Mark Kettenis |
2020-07-11 | Set the default ABI for OpenBSD to ELFv2 in the clang frontend as well. | Mark Kettenis |
2020-07-10 | base tree had only two uses of the printf %n format string, in this file. | Theo de Raadt |
2020-07-04 | Don't build gdb on powerpc64. | Mark Kettenis |
2020-07-02 | We need the same header files on powerpc64 as we have on powerpc. | Mark Kettenis |
2020-07-01 | Re-enable silent mode in perl Configure | Andrew Fresh |
2020-06-28 | Make long double the same as double for now on powerpc64 like we do on | Mark Kettenis |