aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
10 days[libunwind][NFC] Typo fixes & comments corrections & code style changes. (#17...willmafh10-18/+18
2026-01-14[runtimes] Post-branch tasks for the LLVM 23 release (#176007)Louis Dionne1-1/+1
2026-01-05[libunwind][WebAssembly] Fix typos (NFC) (#173745)Heejin Ahn1-7/+7
2026-01-02[PAC][libunwind] Pass ptrauth-qualified values as const references (#173765)Daniil Kovalev6-63/+108
2025-12-29[PAC][libunwind] Enhance PAuth-related comments in `__unw_set_reg` (#173769)Daniil Kovalev1-6/+9
2025-12-16[libc++] Enable -Wmissing-prototypes (#116261)Nikolas Klauser4-2/+6
2025-12-12[runtimes] Remove dependencies on cxx_experimental for test-suite installs (#...Louis Dionne1-1/+1
2025-12-11[runtimes] Modernize installation targets (#171677)Louis Dionne2-30/+26
2025-12-10[libunwind] fix building on Haiku i386 (#171586)Brad Smith1-2/+3
2025-12-10[libunwind] Make sure libunwind test dependencies are installed before runnin...Louis Dionne2-13/+19
2025-12-03[libunwind](TestOnly) Mark failing tests as unsupported on Apple targets (#17...Nathan Corbyn5-0/+5
2025-12-01libunwind: Remove OS requirements from tests to make them run on more OSes (#...Gleb Popov10-11/+21
2025-11-15[Unwind][AArch64] Match sigreturn instructions in big endian (#167139)hstk30-hw1-1/+16
2025-11-13[libunwind] Ensure zaDisable() is called in jumpto/returnto (NFC) (#167674)Benjamin Maxwell1-8/+5
2025-11-12[libunwind] Fix build error because of wrong register size (#167743)Med Ismail Bennani1-1/+1
2025-11-11libunwind: Implement the unw_strerror function for better nongnu libunwind co...Gleb Popov3-0/+37
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani8-19/+143
2025-11-11[libunwind][AArch64] Disable ZA before resuming from unwinding (on Linux) (#1...Benjamin Maxwell3-15/+217
2025-11-08[libc++abi][libunwind] Enable AT&T syntax explicitly (#166818)Raul Tambre1-0/+1
2025-11-07[libunwind] Add CMake option to enable execute-only code generation on AArch6...Csanád Hajdú3-0/+8
2025-10-29[libunwind][PAuthLR] Remove PC offset when using FEAT_PAuthLR (#164224)Jack Styles1-6/+4
2025-10-25[compiler-rt][libunwind] Allow for CET on OpenBSD (#164341)Brad Smith2-3/+3
2025-10-22[PAC][libunwind] Fix gcc build of libunwind and compiler-rt (#164535)Oliver Hunt3-5/+15
2025-10-21[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)Raul Tambre2-0/+5
2025-10-20[runtimes][PAC] Harden unwinding when possible (#143230)Oliver Hunt12-78/+498
2025-10-16[libunwind] Fix aarch64 SEH unwinding with a debugger attached (#162867)Martin Storsjö1-1/+2
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟1-2/+2
2025-10-10[WebAssembly] Support for new target `wasm32-linux-muslwali` (#162581)Arjun Ramesh2-4/+11
2025-10-09[libcxx] Use %{temp} instead of %T (#162323)Aiden Grossman8-8/+8
2025-10-09[runtimes][NFC] Consistently declare main() functions in tests (#162548)Louis Dionne8-10/+20
2025-10-02[libunwind][test] Add check for objcopy to improve test compatibility (#161112)Wu Yingcong2-4/+14
2025-09-25[Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (#...Jade Marker1-2/+5
2025-09-15[libcxx][CI] Use lld for everything in the ARM picolib builds (#158320)David Spickett1-1/+1
2025-09-02[libunwind][test] set fed test to require x86 as others arch may have cross t...Wu Yingcong1-1/+3
2025-09-01[libunwind] fix pc range condition check bug (#154902)Wu Yingcong2-1/+59
2025-08-21[libunwind] Add support for the AArch64 "Vector Granule" (VG) register (#153565)Benjamin Maxwell4-4/+102
2025-08-20[NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537)David Tenty1-1/+1
2025-07-23[libunwind] Fix return type of `DwarfFDECache::findFDE()` in definition (#146...Alex Rønne Petersen1-1/+2
2025-07-09[libcxxabi][libunwind] Support for using LLVM libc (#134893)Petr Hosek2-6/+10
2025-06-11libunwind: Do not use __attribute__((target("gcs"))) with non-clang compiler...Khem Raj1-6/+6
2025-06-11[libunwind] Remove checks for -nostdlib++ (#143162)Nikolas Klauser2-68/+0
2025-05-28[libunwind][Haiku] Fix signal frame unwinding (#135367)Trung Nguyen2-77/+100
2025-05-13[libunwind] Add initial ARM64EC support (#138583)Jacek Caban2-1/+50
2025-05-12[cmake] Normalize TARGET_SUBDIR paths (#138524)Raul Tambre1-0/+1
2025-05-09[libunwind] [SEH] Set NonVolatileRegisters before calling a personality funct...Martin Storsjö1-0/+41
2025-05-09[libunwind] [SEH] Implement parsing of ARM pdata/xdata (#137950)Martin Storsjö1-6/+31
2025-05-09[libunwind] [SEH] Implement parsing of aarch64 pdata/xdata (#137949)Martin Storsjö1-0/+46
2025-04-13Update LIBUNWIND_ENABLE_WERROR default value in BuildingLibunwind.rst (#135546)Firas Khalil Khana1-1/+1
2025-03-10[libunwind][RISCV] Make asm statement volatile (#130286)Gergely Futo1-1/+1
2025-02-20[libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663)Ming-Yi Lai5-43/+46