summaryrefslogtreecommitdiff
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
...
* [libunwind][RISCV] Support reading of VLENB CSR registerSergey Kachkov2022-12-063-0/+69
* Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes"Leonard Chan2022-12-052-3/+3
* [CMake] Use LLVM_TARGET_TRIPLE in runtimesPetr Hosek2022-11-292-3/+3
* [libunwind][LoongArch] Add 64-bit LoongArch supportzhanglimin2022-11-158-1/+527
* [libunwind][NFC] Fix typo in libunwind debug stringjinge902022-11-101-25/+25
* [libunwind] Check corrupted return address in unwind_phase2 when CET is enabled.jinge902022-11-091-0/+19
* [CMake] Fix -Wstrict-prototypesSam James2022-11-081-1/+1
* [libunwind] Add module maps for libunwindIan Anderson2022-10-263-0/+16
* [CMake] Fix LIBUNWIND_ENABLE_CET build after D110005jinge902022-10-181-2/+2
* Revert "[runtimes] Always define cxx_shared, cxx_static & other targets"Haowei Wu2022-10-121-30/+26
* [runtimes] Always define cxx_shared, cxx_static & other targetsLouis Dionne2022-10-121-26/+30
* [runtimes] Add the ability to customize the output name of libc++, libc++abi ...Louis Dionne2022-10-112-2/+5
* [libunwind] Install the headers by defaultLouis Dionne2022-10-111-1/+1
* [libunwind] Fix compile error with CROSS_UNWINDINGFlorian Mayer2022-09-301-1/+4
* [runtimes] Remove all traces of the legacy testing configuration systemLouis Dionne2022-09-307-147/+0
* [libunwind] Handle G in personality stringFlorian Mayer2022-09-215-27/+69
* [libunwind] Fix usage of `_dl_find_object` on 32-bit x86Adrian Vogelsgesang2022-09-161-5/+0
* [libunwind] Fix a few libunwind includesRyan Prichard2022-09-073-14/+15
* [libunwind] Fixed a number of typosGabriel Ravier2022-08-2015-29/+30
* Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too"John Ericson2022-08-182-4/+6
* [cmake] Use `CMAKE_INSTALL_LIBDIR` tooJohn Ericson2022-08-182-6/+4
* [compiler-rt][libunwind][runtimes] Recategorize `llvm_check_linker_flag` langsJohn Ericson2022-08-171-1/+1
* [libunwind][AIX] Implement _Unwind_FindEnclosingFunction() using traceback ta...Xing Xue2022-08-122-1/+32
* [libunwind] Remove __ANDROID_API__ < 18 workaroundFangrui Song2022-08-121-23/+1
* [libunwind] Use `_dl_find_object` if availableAdrian Vogelsgesang2022-08-091-0/+55
* [libunwind][AIX] Save/restore errno before/after system calls dlopen/dlsym/dl...Xing Xue2022-08-081-0/+6
* [libunwind] undef NDEBUG for assert.h in tests.Florian Mayer2022-08-046-0/+6
* [libunwind] Remove unused substitution in AIX libunwind configLouis Dionne2022-08-031-1/+1
* Update references to mailing lists that have moved to Discourse.tlattner2022-07-281-1/+1
* Bump the trunk major version to 16llvmorg-16-initTom Stellard2022-07-261-2/+2
* [libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand2022-07-182-4/+24
* [libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.Simon Tatham2022-06-271-4/+2
* [libunwind] Ensure test/libunwind_01.pass is not completely inlinedAlex Richardson2022-06-201-7/+22
* [libunwind] Don't store a predecremented PC when using SEHMartin Storsjö2022-06-062-1/+9
* [libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö2022-06-061-4/+0
* [libunwind] Fix SEH unwinding on ARMMartin Storsjö2022-06-064-5/+5
* [NFC] [libunwind] turn assert into static_assertFlorian Mayer2022-06-032-18/+47
* [libunwind][ci][AIX] Add libunwind to buildbot CIXing Xue2022-06-021-0/+25
* [libunwind] Add more information to eh_frame_hdr version errorFlorian Mayer2022-06-011-1/+2
* [runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne2022-05-271-0/+3
* [libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAGPavel Samolysov2022-05-271-1/+1
* [libunwind] Tidy-up the testing configuration for libunwindLouis Dionne2022-05-263-4/+68
* [libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai2022-05-262-9/+90
* [libunwind] Factor out sigreturn check condition. NFCShoaib Meenai2022-05-261-13/+22
* [libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplic...Louis Dionne2022-05-205-89/+54
* [libunwind] Remove unused _LIBUNWIND_HAS_NO_THREADS macro in testsLouis Dionne2022-05-193-3/+0
* [runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne2022-05-191-0/+65
* [libunwind] Remove -Wsign-conversion warningDaniel Kiss2022-05-191-1/+1
* [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö2022-05-181-6/+6
* [libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss2022-05-181-1/+20