aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)AuthorFilesLines
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 Popov2-0/+36
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 Maxwell2-15/+100
2025-11-07[libunwind] Add CMake option to enable execute-only code generation on AArch6...Csanád Hajdú2-0/+4
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 Hunt2-0/+8
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 Hunt10-67/+376
2025-10-16[libunwind] Fix aarch64 SEH unwinding with a debugger attached (#162867)Martin Storsjö1-1/+2
2025-10-10[WebAssembly] Support for new target `wasm32-linux-muslwali` (#162581)Arjun Ramesh2-4/+11
2025-09-25[Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (#...Jade Marker1-2/+5
2025-09-01[libunwind] fix pc range condition check bug (#154902)Wu Yingcong1-1/+1
2025-08-21[libunwind] Add support for the AArch64 "Vector Granule" (VG) register (#153565)Benjamin Maxwell1-2/+34
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 Hosek1-6/+8
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 Klauser1-12/+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-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-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
2025-02-17[libunwind] Silence -Wunused-parameter warnings in Unwind-wasm.c (#125412)Yuriy Chernyshov1-4/+2
2025-02-08[libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682)Ami-zhang1-2/+62
2025-01-16[libunwind][cmake] Compile _Unwind* routines with -fexceptions (#121819)Paul Kirth1-1/+6
2024-12-06[libunwind] Fix a typo in debug print (#118856)Sergei Barannikov1-1/+1
2024-12-04[libunwind][Haiku] Improve support (#115462)Jérôme Duval2-4/+84
2024-11-07[compiler-rt][libunwind] Support aarch64 without FPU (#111235)Keith Packard2-2/+4
2024-10-28[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)Jack Styles3-41/+97
2024-10-25Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler"...Vitaly Buka1-1/+1
2024-10-24[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357)Martin Storsjö1-1/+1
2024-10-19[libunwind][AIX] Call dlclose only when dlsym() fails (#112768)Xing Xue1-1/+1
2024-10-17[libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436)Xing Xue1-30/+22
2024-10-10[runtimes][NFC] Reindent CMake files (#111821)Louis Dionne1-20/+20
2024-10-10[runtimes] Always define cxx_shared, cxx_static & other targets (#80007)Louis Dionne1-8/+10
2024-09-27[libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags...Louis Dionne1-11/+2
2024-08-08[libunwind] Fix problems caused by combining BTI and GCS (#102322)John Brawn2-6/+35
2024-08-05[libunwind] Be more careful about enabling GCS (#101973)John Brawn1-1/+5
2024-08-05[libunwind] Undefined behaviour pointer arithmetic with null pointer (#98648)Daniel Kiss1-2/+2
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn5-7/+57
2024-08-02[RISCV] Allow libunwind to build for rv32e (#98855)R2-0/+8
2024-07-30[libunwind][AIX] Fix the wrong traceback from signal handler (#101069)Xing Xue1-1/+2
2024-07-09[libunwind] fix unwinding from signal handler (#92291)Azat Khuzhin1-0/+8