aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2021-12-16[libunwind] Provide a way to conveniently install libunwind headersPoYao Chang3-3/+41
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 Stuij8-6/+110
2021-12-03[libunwind] Fix unwind_leaffunction testLeonard Chan1-2/+8
2021-12-01[runtimes] Move WARNING to FATAL_ERROR for folks using FOO_BUILD_32_BITSLouis Dionne1-1/+1
2021-12-01[runtimes] Remove support for GCC-style 32 bit multilib buildsLouis Dionne4-27/+5
2021-11-26[libunwind][ARM] Handle end of stack during unwindDaniel Kiss1-5/+24
2021-11-25[libunwind] Fix testing with sanitizers enabledLouis Dionne11-33/+4
2021-11-18[libunwind] Add an interface for dynamic .eh_frame registrationPeter S. Housel3-6/+48
2021-11-18[libunwind][AIX] Mark signal_frame.pass.cpp UNSUPPORTED on AIXXing Xue1-0/+4
2021-11-17[runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne28-28/+28
2021-11-05[libunwind] Try to add --unwindlib=none while configuring and building libunwindMartin Storsjö3-3/+26
2021-10-28[libc++] Temporarily mark tests as UNSUPPORTED to get the CI greenLouis Dionne1-3/+0
2021-10-27[CMake] Cache the compiler-rt library search resultsPetr Hosek3-65/+5
2021-10-27[libunwind] Simplify the executor used in the testsLouis Dionne2-6/+2
2021-10-26[libunwind] Take 2: Use the from-scratch testing configuration by defaultLouis Dionne1-1/+7
2021-10-22[libunwind] Fix path to libunwind for per-target-runtime-dir buildsLouis Dionne2-2/+2
2021-10-21Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek3-5/+64
2021-10-21[runtimes] Properly handle the sysroot/triple/gcc-toolchainLouis Dionne1-9/+8
2021-10-20[libunwind] Revert "Use the from-scratch testing configuration by default"Louis Dionne1-7/+1
2021-10-20[libunwind] Use the from-scratch testing configuration by defaultLouis Dionne1-1/+7
2021-10-19[libunwind] Add a from-scratch config for running libunwind testsLouis Dionne10-25/+134
2021-10-18[CMake] Cache the compiler-rt library search resultsPetr Hosek3-64/+5
2021-10-13[libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMERLouis Dionne1-1/+0
2021-10-07[runtimes] Add tests for vendor-specific propertiesLouis Dionne1-0/+1
2021-10-06[runtimes][ci] Run the tests for libunwind in the CILouis Dionne9-0/+60
2021-10-05[runtimes] Allow FOO_TEST_CONFIG to be a relative pathLouis Dionne1-1/+5
2021-10-01[libunwind] Fix cfi_register for float registers.Daniel Kiss1-2/+4
2021-09-27 [libunwind] Support cfi_undefined and cfi_register for float registers.Daniel Kiss2-3/+55
2021-09-16[LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR th...Alfonso Gregory1-1/+1
2021-09-09[runtimes] Allow overriding where CMake installs RUNTIME type libraries (DLLs)Martin Storsjö2-1/+7
2021-09-02[Unwind] Cast exception class pointer for strcpyHans Wennborg1-1/+1
2021-09-02[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss1-1/+0
2021-09-02[Unwind] Harmonise exception class for EHABI spec.Daniel Kiss5-6/+8
2021-08-26[libunwind] Don't include cet.h/immintrin.h unconditionallyBenjamin Kramer1-2/+3
2021-08-26[libunwind] Support stack unwind in CET environmentgejin13-7/+156
2021-08-20[libunwind] Add UNW_AARCH64_* beside UNW_ARM64_*Fangrui Song7-233/+306
2021-08-12[unwind] Handle UNW_X86_64_RIP registerVitaly Buka2-1/+78
2021-08-11[libunwind] Compile with -Wunused-but-set-variableDaniel Kiss4-0/+15
2021-08-11[Arm][Unwind][libc++abi] Add _Unwind_ForcedUnwind to EHABI.Daniel Kiss6-37/+221
2021-08-11[Unwind] Split unwind.hDaniel Kiss4-198/+260
2021-08-10libunwind: add missing break statements in EHABISaleem Abdulrasool1-0/+2
2021-08-02unwind: repair register restoration for OR1KSaleem Abdulrasool1-2/+3
2021-07-27Bump the trunk major version to 14llvmorg-14-initTom Stellard2-3/+3
2021-07-27[runtimes] Always build libc++, libc++abi and libunwind with -fPICLouis Dionne1-0/+2
2021-07-26[libc++abi/unwind] NFC: Normalize how we set target propertiesLouis Dionne1-18/+22
2021-07-23[libunwind] Allow restoring SP while unwinding.Marco Vanotti1-4/+10
2021-07-16[runtimes] Simplify how we set the target tripleLouis Dionne2-7/+3
2021-07-15[runtimes] Don't try passing --target flags to GCCLouis Dionne2-3/+14
2021-07-15[runtimes] Serialize all Lit params instead of passing them to add_lit_testsuiteLouis Dionne1-2/+7