Age | Commit message (Expand) | Author |
2021-01-10 | Backport fix to avoid including math.h from stdlib.h. | Mark Kettenis |
2021-01-02 | Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1. | Patrick Wildt |
2021-01-02 | Import libc++abi 10.0.1 release. | Patrick Wildt |
2021-01-02 | Import libc++ 10.0.1 release. | Patrick Wildt |
2021-01-02 | Merge compiler-rt 11.0.0. | Patrick Wildt |
2021-01-02 | Import compiler-rt 11.0.0 release. | Patrick Wildt |
2021-01-02 | Adjust local modifications to follow changes made upstream. | Mark Kettenis |
2021-01-02 | Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to the | Patrick Wildt |
2021-01-02 | Import libunwind 11.0.0 in new LLVM directory, thus not yet linked to | Patrick Wildt |
2021-01-01 | Skip leaf function optimization under some circumstances. | mortimer |
2020-12-01 | Implement Loongson 2F BTB bug workaround in clang | Visa Hankala |
2020-11-29 | Teach lld to link the macppc kernel | gkoehler |
2020-11-21 | Backport https://reviews.llvm.org/D75419. This adds a workaround for | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-11-20 | Fix va_arg in C++, Objective-C on 32-bit powerpc | gkoehler |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-11-01 | Do not reserve PowerPC GOT header entries when creating a relocatable | Mark Kettenis |
2020-10-18 | Use all 64 bits of the RETGUARD cookie on powerpc64 | gkoehler |
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-19 | Fix frame pointer slot on aarch64 for functions that do not save callee | mortimer |
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-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 | 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 | 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-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-06-28 | Make long double the same as double for now on powerpc64 like we do on | Mark Kettenis |
2020-06-04 | Set max atomic size for PowerPC. | gkoehler |