aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-18[libunwind] Remove the legacy Unwind_AppleExtras.cppLouis Dionne2-126/+0
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+2
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-2/+1
2023-04-15[libunwind] Sync Unwind_AppleExtras.cpp with downstream versionLouis Dionne1-7/+15
2023-04-13[libunwind] [SEH] Initialize _msContext with RtlCaptureContextMartin Storsjö1-0/+1
2023-04-13[libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIPMartin Storsjö1-1/+3
2023-04-11[libunwind] [SEH] Handle ExceptionContinueExecution in forced unwindingMartin Storsjö1-0/+9
2023-04-11[libunwind] [SEH] Sync LSDA and handler between unw_proc_info_t and DISPATCHE...Martin Storsjö1-1/+11
2023-04-07[libunwind][LoongArch] Restore $r1 before $r4 in `jumpto`Weining Lu1-2/+2
2023-04-06[libunwind] Fflush stderr after each log messageMartin Storsjö1-4/+8
2023-04-06[libunwind] Fix a typo in a debug log message. NFC.Martin Storsjö3-3/+3
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+2
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-2/+1
2023-03-17[libunwind][AArch64] Unbreak building with GNU assemblerXi Ruoyao1-1/+2
2023-03-17[runtimes] Synchronize warnings flags between libc++/libc++abi/libunwindNikolas Klauser1-0/+4
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+2
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-2/+1
2023-02-16[libunwind][PowerPC] Fix saving/restoring VSX registers on LE systemsNemanja Ivanovic2-0/+29