aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2022-02-07[libunwind] [sparc] Add SPARCv9 supportKoakuma8-1/+362
2022-02-07[libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James1-7/+4
2022-01-29[cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson1-4/+4
2022-01-27unwind: fix typo for __powerpc__Sam James1-1/+1
2022-01-27[unwind] fix build with GCC on PPC32Sam James6-7/+7
2022-01-21Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek1-4/+4
2022-01-20[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson1-4/+4
2022-01-20[cmake] Make include(GNUInstallDirs) always below project(..)John Ericson1-7/+12
2022-01-19[cmake] Move HandleOutOfTreeLLVM to common cmake utilsJohn Ericson1-4/+0
2022-01-19[NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke2-15/+15
2022-01-18[libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson1-2/+4
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-4/+2
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+4
2022-01-11[libc++][libc++abi][libunwind] Dedup install path var definitionsJohn Ericson1-5/+5
2022-01-10[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DIR` CACHE PATHJohn Ericson2-12/+11
2022-01-07[libc++] Disable coverage with sanitize-coverage=0Ben Wagner1-1/+1
2022-01-06Update Bug report URL to Github IssuesChuanqi Xu1-1/+1
2022-01-03[CMake] Use `LLVM_COMMON_CMAKE_UTILS` in runtimes just for clarityJohn Ericson1-4/+5
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