aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)AuthorFilesLines
10 days[libunwind] Fix problems caused by combining BTI and GCS (#102322)John Brawn2-6/+35
12 days[libunwind] Be more careful about enabling GCS (#101973)John Brawn1-1/+5
13 days[libunwind] Undefined behaviour pointer arithmetic with null pointer (#98648)Daniel Kiss1-2/+2
14 days[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
2024-07-03[libunwind] Remove needless `sys/uio.h` (#97495)Izaak Schroeder1-1/+0
2024-05-23[libunwind][AIX] Cast NULL as type uintptr_t. (#93204)Xing Xue1-1/+1
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn2-4/+3
2024-05-21[libunwind][WebAssembly] Make libunwind compilable (#92192)Heejin Ahn4-7/+8
2024-03-13[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)Martin Storsjö1-1/+4
2024-01-16[libunwind] Move errno.h and signal.h includes under the block where they're ...Louis Dionne1-2/+2
2024-01-16[libunwind][WebAssembly] Fix libunwind.cpp guard (#78230)Heejin Ahn1-2/+2
2024-01-16[libunwind] fix dynamic .eh_frame registration (#77185)SihangZhu1-1/+1
2024-01-05[libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791)Jordan R AW1-27/+50
2023-12-19[libunwind] Bump to CXX_STANDARD 17 (#75986)Fangrui Song1-2/+2
2023-12-19[libunwind] Use -nostdlib++ when linking libunwind (#75646)Louis Dionne1-9/+13
2023-11-29[libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196)Heejin Ahn1-2/+3
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne2-2/+2
2023-11-15[libunwind] Remove unnecessary strcpy dependency (#72043)Michael Kenzel1-1/+1
2023-10-24[libunwind][AIX] static_cast the value from getLR() to avoid the warning from...xingxue-ibm1-1/+1
2023-10-16[libunwind][AIX] Fix problem with stepping up from a leaf function when unwin...Xing Xue3-34/+80
2023-10-11[libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815)Alexander Richardson1-0/+13
2023-10-11[libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813)Alexander Richardson1-3/+4
2023-10-02[libunwind] Add Unwind-wasm.c to CMakeLists.txt (#67770)Heejin Ahn2-4/+7
2023-09-29[libunwind] Fix a -Wextra-semi warningAlex Richardson1-2/+2
2023-09-28[libunwind][nfc] Avoid type warning of debug printf (#67390)Kazushi Marukawa1-4/+4
2023-09-24[libunwind][nfc] avoid prototype warning (#67250)Kazushi Marukawa1-1/+2
2023-09-22[libunwind][WebAssembly] Support Wasm EHHeejin Ahn2-1/+122
2023-09-21[runtimes] Fix link order of system librarires on Apple platforms (#66940)Louis Dionne1-3/+10
2023-09-19[libunwind][AIX] Fix up TOC register if unw_getcontext is called from a diffe...xingxue-ibm1-2/+26
2023-09-12[libunwind] Use __builtin_alloca to avoid missing includeReagan Bohan1-1/+1
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen2-0/+16
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne2-2/+2
2023-08-23Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time optionSterling Augustine1-4/+0
2023-08-19MIPS: unwind, don't save/restore hi/lo for R6YunQiang Su3-2/+22
2023-08-04[libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++Nikolas Klauser1-5/+0
2023-07-27[libunwind] Fix build with -Wunused-functionShoaib Meenai1-2/+5
2023-07-19[libunwind] Fix build error on 32 bit Arm after -Wcast-qual was addedDavid Spickett1-1/+1
2023-06-29[libunwind] Add cached compile and link flags to libunwindmgrzywac1-0/+4
2023-06-05[libunwind] Removes CMake work-arounds.Mark de Wever1-8/+0
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-2/+1
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+2
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-2/+1
2023-05-06[libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang1-1/+60
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+2
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-2/+1
2023-04-22[libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursorMartin Storsjö1-0/+2
2023-04-19[libunwind] [SEH] Add debug logging in __libunwind_seh_personalityMartin Storsjö1-0/+8