Age | Commit message (Expand) | Author |
2024-10-31 | Correct display stack pointer of the kernel core. From Yuichiro NAITO. | ASOU Masato |
2024-10-21 | Fix lldb doesn't analyze process core correctly. | ASOU Masato |
2021-04-28 | Import LLVM 11.1.0 release including clang, lld and lldb. | Patrick Wildt |
2024-08-22 | lldb: shut up the warning message on quit debugging kernel core file. | ASOU Masato |
2024-08-05 | Allow our linker warnings regarding misuse of libc functions to be | Anton Lindqvist |
2024-08-01 | Possible to read the core file of a process. | ASOU Masato |
2024-07-13 | Implement investigate kernel corefile to lldb. | ASOU Masato |
2024-06-08 | Fix typo in last commits comment. | Marcus Glocker |
2024-06-07 | Inside LLVM, Functions become marked with exposesReturnsTwice() if they | Theo de Raadt |
2024-06-02 | add -fret-clean option (amd64 and i386 only at first), defaulting to off. | Theo de Raadt |
2024-06-02 | add -fret-clean option (amd64 and i386 only at first), defaulting to off. | Theo de Raadt |
2024-03-03 | For macppc, add missing CFI for cr2, cr3, cr4 | George Koehler |
2024-02-27 | Linux still doesn't actually implement IBT for userland. And by the pace | Mark Kettenis |
2024-02-19 | Revert the change that enabled retpoline thunks by default. The use of | Mark Kettenis |
2024-02-19 | Remove "noretpolineplt" from the list of known -z flags. Missed in the | Mark Kettenis |
2024-02-12 | Revert the change that enables retpoline PLTs by default. While these | Mark Kettenis |
2024-02-07 | riscv64 fix: Handle relaxation reductions of more than 65536 bytes | Jeremie Courreges-Anglas |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2024-02-03 | On OpenBSD we always want IBT-compatible PLT entries. Currently we use | Mark Kettenis |
2024-01-26 | merge llvm libcxx 16.0.6 | Robert Nagy |
2024-01-26 | import of libcxx-16.0.6 | Robert Nagy |
2024-01-26 | merge llvm libcxxabi 16.0.6 | Robert Nagy |
2021-04-28 | Import libc++ 11.1.0 release. | Patrick Wildt |
2021-01-02 | Import libc++ 10.0.1 release. | Patrick Wildt |
2024-01-26 | import of libcxxabi 16.0.6 | Robert Nagy |
2024-01-26 | merge llvm libunwind 16.0.6 | Robert Nagy |
2024-01-26 | import of llvm libunwind 16.0.6 | Robert Nagy |
2024-01-26 | merge llvm compiler-rt 16.0.6 | Robert Nagy |
2024-01-26 | import llvm compiler-rt 16.0.6 | Robert Nagy |
2021-01-02 | Import libc++abi 10.0.1 release. | Patrick Wildt |
2020-08-10 | Import compiler-rt 10.0.1 release. | Patrick Wildt |
2023-12-04 | protect access to the gnu warning map with a mutex to avoid random crashes | Robert Nagy |
2023-12-03 | Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment. | Mark Kettenis |
2023-11-26 | Add arm64 bti pads for range extension thunks. | Tobias Heider |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-11-20 | Stop erroring out when .gcc_except_table relocs point at discarded sections | Jeremie Courreges-Anglas |
2023-11-20 | Code changes between llvm 13 and 16 mean that we have to drop the final dot | Mark Kettenis |
2023-11-20 | Restore lost patch: downgrade RISCV ABI mismatch error to a warning | Jeremie Courreges-Anglas |
2023-11-20 | only enable bti and pac by default on arm64 | Jonathan Gray |
2023-11-19 | Disable LOAD_STACK_GUARD on OpenBSD/armv7. It seems the implementation | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-11-19 | Fix cc -ftrapping-math on macppc | George Koehler |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-11-16 | downgrade -Wint-conversion to a warning | Robert Nagy |
2023-11-12 | revert https://reviews.llvm.org/D135402 for now to shut lld up until we fix | Robert Nagy |
2023-11-12 | Fix parsing of branch target protection options on arm64 to enable | Mark Kettenis |
2023-11-12 | flip the ignoreFunctionAddressEquality flag; lost in merging changes from llv... | Robert Nagy |
2023-11-11 | merge lldb-16.0.6 | Robert Nagy |
2023-11-11 | import lldb from LLVM-16.0.6 | Robert Nagy |
2023-11-11 | merge lld-16.0.6 | Robert Nagy |