Age | Commit message (Expand) | Author |
2021-02-20 | Make the unwind cache tread-safe by declaring it thread_local. Solves | Otto Moerbeek |
2021-02-20 | Recommit upstream alignment fix plus libperl version bump | Andrew Fresh |
2021-02-16 | Revery previous hash alignment fix | Andrew Fresh |
2021-02-16 | Backport upstream perl 64bit hash alignment fixes | Andrew Fresh |
2021-02-14 | Shuffle how lldb register contexts are built. | mortimer |
2021-02-13 | Cleanup lldb amd64 support. | mortimer |
2021-02-11 | When clang was changed to -fcommon, perl's P_hash_{seed,state} variables | Theo de Raadt |
2021-02-10 | only amd64 & arm64 lldb work at the moment | Theo de Raadt |
2021-02-09 | Build and install lldb. | Patrick Wildt |
2021-02-09 | Fix lldb. | mortimer |
2021-02-06 | switch clang to -fno-common by default | Christian Weisgerber |
2021-02-01 | a regular function decl collides with an inline, due to C99 inline rules. | Theo de Raadt |
2021-01-28 | Extern dwarf2_loc_mark_labels. Fixes compiation with -fno-common. | mortimer |
2021-01-28 | Explicitly enable -fcommon, rather than untangle common symbols. | mortimer |
2021-01-11 | Switch libc++ and libc++abi to version 10.0.1. | Patrick Wildt |
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 | Adjust link path for libc++ to find libc++abi to match change of Makefile | 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 | Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an | 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-02 | Fix a bug that GDB could not show the symbols of the core dump it was | asou |
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-10 | Sort list of archs in alphabetical order. | 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 | 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 |