aboutsummaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)AuthorFilesLines
7 days[libunwind] fix unwinding from signal handler (#92291)Azat Khuzhin1-0/+8
13 days[libunwind] Remove needless `sys/uio.h` (#97495)Izaak Schroeder1-1/+0
2024-06-26[runtimes][NFC] Improve error message when running Lit incorrectlyLouis Dionne1-1/+2
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne2-1/+2
2024-06-10[libunwind] Tweak tests for musl support. (#85097)Alastair Houghton4-24/+65
2024-05-31[runtimes] Correctly apply libdir subdir for multilib (#93354)Petr Hosek1-6/+7
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne1-1/+1
2024-05-28[runtimes] Reintroduce a way to select the compiler used for the test suite (...Louis Dionne2-2/+2
2024-05-25Revise IDE folder structure (#89755)Michael Kruse1-0/+1
2024-05-23[libunwind][AIX] Cast NULL as type uintptr_t. (#93204)Xing Xue1-1/+1
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn2-4/+3
2024-05-21[libunwind][WebAssembly] Make libunwind compilable (#92192)Heejin Ahn5-7/+12
2024-03-13[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)Martin Storsjö1-1/+4
2024-02-08MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521)YunQiang Su1-0/+19
2024-01-24[libunwind][doc] Remove reference to Phabricator from the landing pageLouis Dionne1-3/+2
2024-01-16[libunwind] Move errno.h and signal.h includes under the block where they're ...Louis Dionne1-2/+2
2024-01-16[libunwind][WebAssembly] Fix libunwind.cpp guard (#78230)Heejin Ahn1-2/+2
2024-01-16[libunwind] fix dynamic .eh_frame registration (#77185)SihangZhu1-1/+1
2024-01-10[libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534)Martin Storsjö1-4/+4
2024-01-09[libc++] Allow running the test suite with optimizations (#68753)Louis Dionne3-14/+36
2024-01-05[libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791)Jordan R AW1-27/+50
2023-12-19[libunwind] Bump to CXX_STANDARD 17 (#75986)Fangrui Song1-2/+2
2023-12-19[libunwind] Use -nostdlib++ when linking libunwind (#75646)Louis Dionne1-9/+13
2023-12-13[runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ ...Louis Dionne1-1/+6
2023-11-29[libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196)Heejin Ahn1-2/+3
2023-11-29[libc++] Run picolibc tests with qemuMichael Platings2-2/+11
2023-11-29[libc++] Add initial support for picolibcMichael Platings1-0/+33
2023-11-17[runtimes][NFC] Remove trailing whitespaceLouis Dionne2-2/+2
2023-11-16Remove deprecated warning from cmake files (#72595)Tacet1-5/+0
2023-11-15[libunwind] Remove unnecessary strcpy dependency (#72043)Michael Kenzel2-2/+2
2023-11-15[libunwind] Fix an inconsistent indentation (NFC) (#72314)Heejin Ahn1-1/+1
2023-10-31[libc++][AIX] Add OS version to target tripleJake Egan2-1/+7
2023-10-24[libunwind][AIX] static_cast the value from getLR() to avoid the warning from...xingxue-ibm1-1/+1
2023-10-16[libunwind][AIX] Fix problem with stepping up from a leaf function when unwin...Xing Xue4-34/+325
2023-10-11[libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815)Alexander Richardson1-0/+13
2023-10-11[libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813)Alexander Richardson1-3/+4
2023-10-04[runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691)Alexander Richardson1-14/+7
2023-10-02[libunwind] Add Unwind-wasm.c to CMakeLists.txt (#67770)Heejin Ahn2-4/+7
2023-09-29[libunwind] Fix a -Wextra-semi warningAlex Richardson1-2/+2
2023-09-28[libunwind][nfc] Avoid type warning of debug printf (#67390)Kazushi Marukawa1-4/+4
2023-09-26[libc++][lit] Allow overriding the executor for tests (#66545)Alexander Richardson2-3/+5
2023-09-26Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD"Alex Richardson1-1/+1
2023-09-25[libunwind] Clarify comment added in #67205Alex Richardson3-3/+3
2023-09-25[libunwind] Pass -Wl,--export-dynamic on all supported platforms (#67205)Alexander Richardson3-6/+9
2023-09-24[libunwind][nfc] avoid prototype warning (#67250)Kazushi Marukawa1-1/+2
2023-09-22[libunwind] Relax a REQUIRES on a test that passes on FreeBSDAlex Richardson1-1/+1
2023-09-22[libunwind][WebAssembly] Support Wasm EHHeejin Ahn2-1/+122
2023-09-21[runtimes] Fix link order of system librarires on Apple platforms (#66940)Louis Dionne1-3/+10
2023-09-19[libunwind][AIX] Fix up TOC register if unw_getcontext is called from a diffe...xingxue-ibm2-5/+26
2023-09-12[libunwind] Use __builtin_alloca to avoid missing includeReagan Bohan1-1/+1