aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2022-10-11[runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2-2/+5
2022-10-11[libunwind] Install the headers by defaultLouis Dionne1-1/+1
2022-09-30[libunwind] Fix compile error with CROSS_UNWINDINGFlorian Mayer1-1/+4
2022-09-30[runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne7-147/+0
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 Ravier15-29/+30
2022-08-18Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2-4/+6
2022-08-18[cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2-6/+4
2022-08-17[compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson1-1/+1
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-08-04[libunwind] undef NDEBUG for assert.h in tests.Florian Mayer6-0/+6
2022-08-03[libunwind] Remove unused substitution in AIX libunwind configLouis Dionne1-1/+1
2022-07-28Update references to mailing lists that have moved to Discourse.tlattner1-1/+1
2022-07-26Bump the trunk major version to 16llvmorg-16-initTom Stellard1-2/+2
2022-07-18[libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand2-4/+24
2022-06-27[libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.Simon Tatham1-4/+2
2022-06-20[libunwind] Ensure test/libunwind_01.pass is not completely inlinedAlex Richardson1-7/+22
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ö4-5/+5
2022-06-03[NFC] [libunwind] turn assert into static_assertFlorian Mayer2-18/+47
2022-06-02[libunwind][ci][AIX] Add libunwind to buildbot CIXing Xue1-0/+25
2022-06-01[libunwind] Add more information to eh_frame_hdr version errorFlorian Mayer1-1/+2
2022-05-27[runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne1-0/+3
2022-05-27[libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAGPavel Samolysov1-1/+1
2022-05-26[libunwind] Tidy-up the testing configuration for libunwindLouis Dionne3-4/+68
2022-05-26[libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai2-9/+90
2022-05-26[libunwind] Factor out sigreturn check condition. NFCShoaib Meenai1-13/+22
2022-05-20[libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplic...Louis Dionne5-89/+54
2022-05-19[libunwind] Remove unused _LIBUNWIND_HAS_NO_THREADS macro in testsLouis Dionne3-3/+0
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne1-0/+65
2022-05-19[libunwind] Remove -Wsign-conversion warningDaniel Kiss1-1/+1
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö1-6/+6
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 Dionne2-31/+56
2022-05-15Revert "[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STA...Daniel Kiss2-83/+1
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne1-37/+0
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 Kiss2-1/+83
2022-05-12[runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö1-3/+0
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne1-0/+1
2022-05-04[libunwind] Silence warnings about unused variables. NFC.Martin Storsjö1-0/+1
2022-05-04[libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to ReleaseMartin Storsjö1-2/+2
2022-05-04[libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand3-7/+111
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand8-1/+426