aboutsummaryrefslogtreecommitdiff
path: root/libunwind/src
AgeCommit message (Expand)AuthorFilesLines
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne1-2/+2
2022-09-30[libunwind] Fix compile error with CROSS_UNWINDINGFlorian Mayer1-1/+4
2022-09-21[libunwind] Handle G in personality stringFlorian Mayer5-27/+69
2022-09-16[libunwind] Fix usage of `_dl_find_object` on 32-bit x86Adrian Vogelsgesang1-5/+0
2022-09-07[libunwind] Fix a few libunwind includesRyan Prichard3-14/+15
2022-08-20[libunwind] Fixed a number of typosGabriel Ravier11-23/+23
2022-08-12[libunwind][AIX] Implement _Unwind_FindEnclosingFunction() using traceback ta...Xing Xue2-1/+32
2022-08-12[libunwind] Remove __ANDROID_API__ < 18 workaroundFangrui Song1-23/+1
2022-08-09[libunwind] Use `_dl_find_object` if availableAdrian Vogelsgesang1-0/+55
2022-08-08[libunwind][AIX] Save/restore errno before/after system calls dlopen/dlsym/dl...Xing Xue1-0/+6
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