summaryrefslogtreecommitdiff
path: root/libunwind
Commit message (Expand)AuthorAgeFilesLines
...
* [runtimes] Introduce object librariesLouis Dionne2022-05-162-31/+56
* Revert "[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STA...Daniel Kiss2022-05-152-83/+1
* [runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne2022-05-131-37/+0
* [libunwind] Remove -Wsign-conversion warningLouis Dionne2022-05-131-1/+1
* [libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss2022-05-132-1/+83
* [runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö2022-05-121-3/+0
* [runtimes] Print the testing configuration in use in libunwind and libc++abiLouis Dionne2022-05-111-0/+1
* [libunwind] Silence warnings about unused variables. NFC.Martin Storsjö2022-05-041-0/+1
* [libunwind] [CMake] Handle the RelWithDebInfo configuration similarly to ReleaseMartin Storsjö2022-05-041-2/+2
* [libunwind][SystemZ] Unwind out of signal handlersUlrich Weigand2022-05-043-7/+111
* [libunwind] Add SystemZ supportUlrich Weigand2022-05-028-1/+426
* [libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn.Daniel Kiss2022-04-281-0/+2
* [libunwind] Update the test configuration files to support the remote execution.Vladimir Vereschaka2022-04-252-4/+19
* [libunwind] [CMake] Remove leftover no-op cmake variable setting. NFC.Martin Storsjö2022-04-251-9/+0
* [libunwind] Fix build warnings in Unwind-EHABI.cpp. NFC.Martin Storsjö2022-04-251-0/+3
* [runtimes] [CMake] Unify variable namesPetr Hosek2022-04-244-30/+30
* [libunwind][AIX] implementation of the unwinder for AIXXing Xue2022-04-131-5/+5
* [libunwind][AIX] implementation of the unwinder for AIXXing Xue2022-04-132-8/+8
* [libunwind][AIX] implementation of the unwinder for AIXXing Xue2022-04-1315-81/+848
* Add some prototypes to fix -Wstrict-prototypes. NFCFangrui Song2022-04-092-4/+4
* NFC: Avoid unused variable warning in UnwindLevel1.ckristina2022-04-081-1/+5
* [libunwind] Add missing licenses in test filesLouis Dionne2022-04-035-2/+46
* [libc++] Add a CI job running MSANLouis Dionne2022-03-317-0/+22
* [libunwind] Add a _LIBUNWIND_VERSION macroLouis Dionne2022-03-301-0/+2
* Replace links to archived mailing lists by links to Discourse forumsDanny Mösch2022-03-231-10/+8
* [runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAINLouis Dionne2022-03-014-44/+11
* [libunwind][test] remember_state_leak.pass.sh.s: link with -no-pieFangrui Song2022-02-251-1/+1
* [libunwind] Further fix for 32-bit PowerPC processors without AltiVecGeorge Koehler2022-02-211-0/+2
* [runtimes] Move warning messages for FOO_SYSROOT & friends above their defaul...Louis Dionne2022-02-161-10/+10
* [runtimes] Deprecate FOO_SYSROOT & friendsLouis Dionne2022-02-161-0/+10
* [libunwind] Only include cet.h if __CET__ definedNikita Popov2022-02-161-1/+1
* Update all LLVM documentation mentioning runtimes in LLVM_ENABLE_PROJECTSLouis Dionne2022-02-101-1/+1
* [libunwind] Avoid a warning in 32 bit builds. NFC.Martin Storsjö2022-02-091-2/+2
* [runtimes] Remove support for standalone buildsLouis Dionne2022-02-091-0/+4
* [libunwind] Define _Unwind_Backtrace for powerpc, sparcSam James2022-02-071-7/+4
* [libunwind] [sparc] Add SPARCv9 supportKoakuma2022-02-058-1/+362
* [libunwind] Attempt to fix broken sphinx doc linkSimon Pilgrim2022-02-051-1/+1
* Bump the trunk major version to 15llvmorg-15-initTom Stellard2022-02-012-3/+3
* [cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson2022-01-291-4/+4
* unwind: fix typo for __powerpc__Sam James2022-01-271-1/+1
* [unwind] fix build with GCC on PPC32Sam James2022-01-276-7/+7
* Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek2022-01-211-4/+4
* [cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson2022-01-201-4/+4
* [cmake] Make include(GNUInstallDirs) always below project(..)John Ericson2022-01-201-7/+12
* [cmake] Move HandleOutOfTreeLLVM to common cmake utilsJohn Ericson2022-01-191-4/+0
* [NFC][libunwind] Fix uintptr_t vs size_t confusion for lengthsJessica Clarke2022-01-192-15/+15
* [libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom ...John Ericson2022-01-181-2/+4
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-161-4/+2
* [cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson2022-01-161-2/+4
* Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson2022-01-151-4/+2