aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2022-12-14[libunwind] Use .irp directives. NFCFangrui Song2-402/+61
2022-12-07Revert "[libunwind] Use .irp directives. NFC"David Tenty2-118/+900
2022-12-06[libunwind] Use .irp directives. NFCFangrui Song2-900/+118
2022-12-06[libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov3-0/+69
2022-12-05Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan2-3/+3
2022-11-29[CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2-3/+3
2022-11-15[libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin8-1/+527
2022-11-10[libunwind][NFC] Fix typo in libunwind debug stringjinge901-25/+25
2022-11-09[libunwind] Check corrupted return address in unwind_phase2 when CET is enabled.jinge901-0/+19
2022-11-08[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-10-26[libunwind] Add module maps for libunwindIan Anderson3-0/+16
2022-10-18[CMake] Fix LIBUNWIND_ENABLE_CET build after D110005jinge901-2/+2
2022-10-12Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu1-30/+26
2022-10-12[runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne1-26/+30
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