summaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)Author
2024-07-09[libunwind] fix unwinding from signal handler (#92291)Azat Khuzhin
2024-07-03[libunwind] Remove needless `sys/uio.h` (#97495)Izaak Schroeder
2024-05-23[libunwind][AIX] Cast NULL as type uintptr_t. (#93204)Xing Xue
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn
2024-05-21[libunwind][WebAssembly] Make libunwind compilable (#92192)Heejin Ahn
2024-03-13[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)Martin Storsjö
2024-01-16[libunwind] Move errno.h and signal.h includes under the block where they're ...Louis Dionne
2024-01-16[libunwind][WebAssembly] Fix libunwind.cpp guard (#78230)Heejin Ahn
2024-01-16[libunwind] fix dynamic .eh_frame registration (#77185)SihangZhu
2024-01-05[libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791)Jordan R AW
2023-12-19[libunwind] Bump to CXX_STANDARD 17 (#75986)Fangrui Song
2023-12-19[libunwind] Use -nostdlib++ when linking libunwind (#75646)Louis Dionne
2023-11-29[libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196)Heejin Ahn
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne
2023-11-15[libunwind] Remove unnecessary strcpy dependency (#72043)Michael Kenzel
2023-10-24[libunwind][AIX] static_cast the value from getLR() to avoid the warning from...xingxue-ibm
2023-10-16[libunwind][AIX] Fix problem with stepping up from a leaf function when unwin...Xing Xue
2023-10-11[libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815)Alexander Richardson
2023-10-11[libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813)Alexander Richardson
2023-10-02[libunwind] Add Unwind-wasm.c to CMakeLists.txt (#67770)Heejin Ahn
2023-09-29[libunwind] Fix a -Wextra-semi warningAlex Richardson
2023-09-28[libunwind][nfc] Avoid type warning of debug printf (#67390)Kazushi Marukawa
2023-09-24[libunwind][nfc] avoid prototype warning (#67250)Kazushi Marukawa
2023-09-22[libunwind][WebAssembly] Support Wasm EHHeejin Ahn
2023-09-21[runtimes] Fix link order of system librarires on Apple platforms (#66940)Louis Dionne
2023-09-19[libunwind][AIX] Fix up TOC register if unw_getcontext is called from a diffe...xingxue-ibm
2023-09-12[libunwind] Use __builtin_alloca to avoid missing includeReagan Bohan
2023-09-06[libunwind] Haiku: Initial supportTrung Nguyen
2023-08-31[runtimes] Fix some duplicate word typosLouis Dionne
2023-08-23Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time optionSterling Augustine
2023-08-19MIPS: unwind, don't save/restore hi/lo for R6YunQiang Su
2023-08-04[libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++Nikolas Klauser
2023-07-27[libunwind] Fix build with -Wunused-functionShoaib Meenai
2023-07-19[libunwind] Fix build error on 32 bit Arm after -Wcast-qual was addedDavid Spickett
2023-06-29[libunwind] Add cached compile and link flags to libunwindmgrzywac
2023-06-05[libunwind] Removes CMake work-arounds.Mark de Wever
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-05-06[libunwind] Unwind through Linux riscv sigreturn trampolineFeng Wang
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever
2023-04-22[libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursorMartin Storsjö
2023-04-19[libunwind] [SEH] Add debug logging in __libunwind_seh_personalityMartin Storsjö
2023-04-18[libunwind] Remove the legacy Unwind_AppleExtras.cppLouis Dionne
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever
2023-04-15[libunwind] Sync Unwind_AppleExtras.cpp with downstream versionLouis Dionne
2023-04-13[libunwind] [SEH] Initialize _msContext with RtlCaptureContextMartin Storsjö
2023-04-13[libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIPMartin Storsjö