summaryrefslogtreecommitdiff
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
* [libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATHJohn Ericson2022-01-102-12/+11
* [libc++] Disable coverage with sanitize-coverage=0Ben Wagner2022-01-071-1/+1
* Update Bug report URL to Github IssuesChuanqi Xu2022-01-061-1/+1
* [CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson2022-01-031-4/+5
* [libunwind] Provide a way to conveniently install libunwind headersPoYao Chang2021-12-163-3/+41
* [libc++][release] Do not force building the runtimes with -fPICLouis Dionne2021-12-081-2/+0
* [ARM][libunwind] add PACBTI-M support for libunwindTies Stuij2021-12-088-6/+110
* [libunwind] Fix unwind_leaffunction testLeonard Chan2021-12-031-2/+8
* [runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITSLouis Dionne2021-12-011-1/+1
* [runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne2021-12-014-27/+5
* [libunwind][ARM] Handle end of stack during unwindDaniel Kiss2021-11-261-5/+24
* [libunwind] Fix testing with sanitizers enabledLouis Dionne2021-11-2511-33/+4
* [libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel2021-11-183-6/+48
* [libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIXXing Xue2021-11-181-0/+4
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-1728-28/+28
* [libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö2021-11-053-3/+26
* [libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne2021-10-281-3/+0
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-273-65/+5
* [libunwind] Simplify the executor used in the testsLouis Dionne2021-10-272-6/+2
* [libunwind] Take 2: Use the from-scratch testing configuration by defaultLouis Dionne2021-10-261-1/+7
* [libunwind] Fix path to libunwind for per-target-runtime-dir buildsLouis Dionne2021-10-222-2/+2
* Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek2021-10-213-5/+64
* [runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne2021-10-211-9/+8
* [libunwind] Revert "Use the from-scratch testing configuration by default"Louis Dionne2021-10-201-7/+1
* [libunwind] Use the from-scratch testing configuration by defaultLouis Dionne2021-10-201-1/+7
* [libunwind] Add a from-scratch config for running libunwind testsLouis Dionne2021-10-1910-25/+134
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-183-64/+5
* [libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMERLouis Dionne2021-10-131-1/+0
* [runtimes] Add tests for vendor-specific propertiesLouis Dionne2021-10-071-0/+1
* [runtimes][ci] Run the tests for libunwind in the CILouis Dionne2021-10-069-0/+60
* [runtimes] Allow FOO_TEST_CONFIG to be a relative pathLouis Dionne2021-10-051-1/+5
* [libunwind] Fix cfi_register for float registers.Daniel Kiss2021-10-011-2/+4
* [libunwind] Support cfi_undefined and cfi_register for float registers.Daniel Kiss2021-09-272-3/+55
* [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory2021-09-161-1/+1
* [runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö2021-09-092-1/+7
* [Unwind] Cast exception class pointer for strcpyHans Wennborg2021-09-021-1/+1
* [libunwind] Compile with -Wunused-but-set-variableDaniel Kiss2021-09-021-1/+0
* [Unwind] Harmonise exception class for EHABI spec.Daniel Kiss2021-09-025-6/+8
* [libunwind] Don't include cet.h/immintrin.h unconditionallyBenjamin Kramer2021-08-261-2/+3
* [libunwind] Support stack unwind in CET environmentgejin2021-08-2613-7/+156
* [libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song2021-08-207-233/+306
* [unwind] Handle UNW_X86_64_RIP registerVitaly Buka2021-08-122-1/+78
* [libunwind] Compile with -Wunused-but-set-variableDaniel Kiss2021-08-114-0/+15
* [Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss2021-08-116-37/+221
* [Unwind] Split unwind.hDaniel Kiss2021-08-114-198/+260
* libunwind: add missing break statements in EHABISaleem Abdulrasool2021-08-101-0/+2
* unwind: repair register restoration for OR1KSaleem Abdulrasool2021-08-021-2/+3
* Bump the trunk major version to 14llvmorg-14-initTom Stellard2021-07-272-3/+3
* [runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne2021-07-271-0/+2
* [libc++abi/unwind] NFC: Normalize how we set target propertiesLouis Dionne2021-07-261-18/+22