aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2022-05-13[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss2-1/+83
2022-05-12[runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö1-3/+0
2022-05-11[runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne1-0/+1
2022-05-04[libunwind] Silence warnings about unused variables. NFC.Martin Storsjö1-0/+1
2022-05-04[libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to ReleaseMartin Storsjö1-2/+2
2022-05-04[libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand3-7/+111
2022-05-02[libunwind] Add SystemZ supportUlrich Weigand8-1/+426
2022-04-28[libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss1-0/+2
2022-04-25[libunwind] Update the test configuration files to support the remote execution.Vladimir Vereschaka2-4/+19
2022-04-25[libunwind] [CMake] Remove leftover no-op cmake variable setting. NFC.Martin Storsjö1-9/+0
2022-04-25[libunwind] Fix build warnings in Unwind-EHABI.cpp. NFC.Martin Storsjö1-0/+3
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek4-30/+30
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue1-5/+5
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue2-8/+8
2022-04-13[libunwind][AIX] implementation of the unwinder for AIXXing Xue15-81/+848
2022-04-09Add some prototypes to fix -Wstrict-prototypes. NFCFangrui Song2-4/+4
2022-04-08NFC: Avoid unused variable warning in UnwindLevel1.ckristina1-1/+5
2022-04-03[libunwind] Add missing licenses in test filesLouis Dionne5-2/+46
2022-03-31[libc++] Add a CI job running MSANLouis Dionne7-0/+22
2022-03-30[libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne1-0/+2
2022-03-23Replace links to archived mailing lists by links to Discourse forumsDanny Mösch1-10/+8
2022-03-01[runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne4-44/+11
2022-02-25[libunwind][test] remember_state_leak.pass.sh.s: link with -no-pieFangrui Song1-1/+1
2022-02-21[libunwind] Further fix for 32-bit PowerPC processors without AltiVecGeorge Koehler1-0/+2
2022-02-16[runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne1-10/+10
2022-02-16[runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne1-0/+10
2022-02-16[libunwind] Only include cet.h if __CET__ definedNikita Popov1-1/+1
2022-02-10Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTSLouis Dionne1-1/+1
2022-02-09[libunwind] Avoid a warning in 32 bit builds. NFC.Martin Storsjö1-2/+2
2022-02-09[runtimes] Remove support for standalone buildsLouis Dionne1-0/+4
2022-02-07[libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James1-7/+4
2022-02-05[libunwind] [sparc] Add SPARCv9 supportKoakuma8-1/+362
2022-02-05[libunwind] Attempt to fix broken sphinx doc linkSimon Pilgrim1-1/+1
2022-02-01Bump the trunk major version to 15llvmorg-15-initTom Stellard2-3/+3
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