aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
2022-11-10[CMake] Fix -Wstrict-prototypesSam James1-1/+1
2022-07-18[libunwind][SystemZ] Use process_vm_readv to avoid potential segfaultsUlrich Weigand2-4/+24
2022-06-27[libunwind,EHABI,ARM] Fix get/set of RA_AUTH_CODE.Simon Tatham1-4/+2
2022-06-20[libunwind] Ensure test/libunwind_01.pass is not completely inlinedAlex Richardson1-7/+22
2022-06-06[libunwind] Don't store a predecremented PC when using SEHMartin Storsjö2-1/+9
2022-06-06[libunwind] Remove unused ARM SEH placeholder codeMartin Storsjö1-4/+0
2022-06-06[libunwind] Fix SEH unwinding on ARMMartin Storsjö4-5/+5
2022-06-03[NFC] [libunwind] turn assert into static_assertFlorian Mayer2-18/+47
2022-06-02[libunwind][ci][AIX] Add libunwind to buildbot CIXing Xue1-0/+25
2022-06-01[libunwind] Add more information to eh_frame_hdr version errorFlorian Mayer1-1/+2
2022-05-27[runtimes] Officially deprecate the legacy testing configuration systemLouis Dionne1-0/+3
2022-05-27[libunwind][CMake] Fix name of LIBUNWIND_SUPPORTS_NODEFAULTLIBS_FLAGPavel Samolysov1-1/+1
2022-05-26[libunwind] Tidy-up the testing configuration for libunwindLouis Dionne3-4/+68
2022-05-26[libunwind] Use process_vm_readv to avoid potential segfaultsShoaib Meenai2-9/+90
2022-05-26[libunwind] Factor out sigreturn check condition. NFCShoaib Meenai1-13/+22
2022-05-20[libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplic...Louis Dionne5-89/+54
2022-05-19[libunwind] Remove unused _LIBUNWIND_HAS_NO_THREADS macro in testsLouis Dionne3-3/+0
2022-05-19[runtimes] Fix the build of merged ABI/unwinder librariesLouis Dionne1-0/+65
2022-05-19[libunwind] Remove -Wsign-conversion warningDaniel Kiss1-1/+1
2022-05-18[runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on WindowsMartin Storsjö1-6/+6
2022-05-18[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE.Daniel Kiss1-1/+20
2022-05-16[runtimes] Introduce object librariesLouis Dionne2-31/+56
2022-05-15Revert "[libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STA...Daniel Kiss2-83/+1
2022-05-13[runtimes][NFC] Remove dead code for Standalone buildsLouis Dionne1-37/+0
2022-05-13[libunwind] Remove -Wsign-conversion warningLouis Dionne1-1/+1
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