aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)AuthorFilesLines
2022-07-18[libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand1-2/+8
2022-06-27[libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.Simon Tatham1-4/+2
2022-06-06[libunwind] Don't store a predecremented PC when using SEHMartin Storsjö2-1/+9
2022-06-06[libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö1-4/+0
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö2-3/+3
2022-06-03[NFC] [libunwind] turn assert into static_assertFlorian Mayer2-18/+47
2022-06-01[libunwind] Add more information to eh_frame_hdr version errorFlorian Mayer1-1/+2
2022-05-26[libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai1-9/+24
2022-05-26[libunwind] Factor out sigreturn check condition. NFCShoaib Meenai1-13/+22
2022-05-19[libunwind] Remove -Wsign-conversion warningDaniel Kiss1-1/+1
2022-05-18[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss1-1/+20
2022-05-16[runtimes] Introduce object librariesLouis Dionne1-31/+44
2022-05-15Revert "[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STA...Daniel Kiss1-20/+1
2022-05-13[libunwind] Remove -Wsign-conversion warningLouis Dionne1-1/+1
2022-05-13[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss1-1/+20
2022-05-04[libunwind] Silence warnings about unused variables. NFC.Martin Storsjö1-0/+1
2022-05-04[libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand1-5/+109
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand6-1/+377
2022-04-28[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss1-0/+2
2022-04-25[libunwind] Fix build warnings in Unwind-EHABI.cpp. NFC.Martin Storsjö1-0/+3
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek1-4/+4
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-5/+5
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue2-8/+8
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue13-80/+844
2022-04-09Add some prototypes to fix -Wstrict-prototypes. NFCFangrui Song2-4/+4
2022-04-08NFC: Avoid unused variable warning in UnwindLevel1.ckristina1-1/+5
2022-02-21[libunwind] Further fix for 32-bit PowerPC processors without AltiVecGeorge Koehler1-0/+2
2022-02-16[libunwind] Only include cet.h if __CET__ definedNikita Popov1-1/+1
2022-02-09[libunwind] Avoid a warning in 32 bit builds. NFC.Martin Storsjö1-2/+2
2022-02-07[libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James1-7/+4
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma7-1/+354
2022-01-27unwind: fix typo for __powerpc__Sam James1-1/+1
2022-01-27[unwind] fix build with GCC on PPC32Sam James5-6/+6
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke2-15/+15
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang1-2/+8
2021-12-08[libc++][release] Do not force building the runtimes with -fPICLouis Dionne1-2/+0
2021-12-08[ARM][libunwind] add PACBTI-M support for libunwindTies Stuij6-2/+104
2021-11-26[libunwind][ARM] Handle end of stack during unwindDaniel Kiss1-5/+24
2021-11-18[libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel3-6/+48
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne22-22/+22
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö1-0/+1
2021-10-01[libunwind] Fix cfi_register for float registers.Daniel Kiss1-2/+4
2021-09-27 [libunwind] Support cfi_undefined and cfi_register for float registers.Daniel Kiss1-3/+4
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö1-1/+1
2021-09-02[Unwind] Cast exception class pointer for strcpyHans Wennborg1-1/+1
2021-09-02[Unwind] Harmonise exception class for EHABI spec.Daniel Kiss1-1/+1
2021-08-26[libunwind] Don't include cet.h/immintrin.h unconditionallyBenjamin Kramer1-2/+3
2021-08-26[libunwind] Support stack unwind in CET environmentgejin9-7/+136
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song6-163/+163
2021-08-12[unwind] Handle UNW_X86_64_RIP registerVitaly Buka1-1/+4