summaryrefslogtreecommitdiff
path: root/libunwind
AgeCommit message (Expand)Author
2025-02-20[libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663)Ming-Yi Lai
2025-02-17[libunwind] Silence -Wunused-parameter warnings in Unwind-wasm.c (#125412)Yuriy Chernyshov
2025-02-08[libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682)Ami-zhang
2025-01-16[libunwind][cmake] Compile _Unwind* routines with -fexceptions (#121819)Paul Kirth
2024-12-15[libunwind] Fix compilation for the x32 ABI. (#116608)Alex Rønne Petersen
2024-12-11[libc++abi] Provide an explicit error when trying to build for MSVC (#119370)Louis Dionne
2024-12-06[libunwind] Fix a typo in debug print (#118856)Sergei Barannikov
2024-12-04[libunwind][Haiku] Improve support (#115462)Jérôme Duval
2024-11-07[compiler-rt][libunwind] Support aarch64 without FPU (#111235)Keith Packard
2024-11-07[libc++] Unify the benchmarks with the test suite (#101399)Louis Dionne
2024-11-04[cmake] Remove obsolete files, docs and CMake variables related to the standa...Louis Dionne
2024-10-31Replace documentation mentions of IRC with Discord (#114276)Aaron Ballman
2024-10-28[AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171)Jack Styles
2024-10-25Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler"...Vitaly Buka
2024-10-24[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357)Martin Storsjö
2024-10-19[libunwind][AIX] Call dlclose only when dlsym() fails (#112768)Xing Xue
2024-10-17[runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#11...Louis Dionne
2024-10-17[runtimes] Avoid cluttering the top-level build directory with test artifacts...Louis Dionne
2024-10-17[libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436)Xing Xue
2024-10-10[runtimes][NFC] Reindent CMake files (#111821)Louis Dionne
2024-10-10[runtimes] Always define cxx_shared, cxx_static & other targets (#80007)Louis Dionne
2024-10-02[libunwind] Fix libunwind library path for runtime test (#110777)Haowei
2024-09-30[runtimes] Run backdeployment CI on Github hosted runners (#109984)Louis Dionne
2024-09-30[libc++abi][libunwind] Run c++abi and unwind tests against a fake install roo...Louis Dionne
2024-09-27[libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags...Louis Dionne
2024-09-27[libunwind][CMake] Remove LIBUNWIND_BUILD_32_BITS which has been an error for...Louis Dionne
2024-08-22[libunwind] Stop installing the mach-o module map (#105616)Ian Anderson
2024-08-08[libunwind] Fix problems caused by combining BTI and GCS (#102322)John Brawn
2024-08-05[libunwind] Be more careful about enabling GCS (#101973)John Brawn
2024-08-05[libunwind] Undefined behaviour pointer arithmetic with null pointer (#98648)Daniel Kiss
2024-08-04[libunwind] Add GCS support for AArch64 (#99335)John Brawn
2024-08-02[RISCV] Allow libunwind to build for rv32e (#98855)R
2024-08-01[NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT t...Xing Xue
2024-07-30[libunwind][AIX] Fix the wrong traceback from signal handler (#101069)Xing Xue
2024-07-09[libunwind] fix unwinding from signal handler (#92291)Azat Khuzhin
2024-07-03[libunwind] Remove needless `sys/uio.h` (#97495)Izaak Schroeder
2024-06-26[runtimes][NFC] Improve error message when running Lit incorrectlyLouis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2024-06-10[libunwind] Tweak tests for musl support. (#85097)Alastair Houghton
2024-05-31[runtimes] Correctly apply libdir subdir for multilib (#93354)Petr Hosek
2024-05-28[runtimes][CMake] Simplify the propagation of test dependencies (#93558)Louis Dionne
2024-05-28[runtimes] Reintroduce a way to select the compiler used for the test suite (...Louis Dionne
2024-05-25Revise IDE folder structure (#89755)Michael Kruse
2024-05-23[libunwind][AIX] Cast NULL as type uintptr_t. (#93204)Xing Xue
2024-05-21[WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840)Heejin Ahn
2024-05-21[libunwind][WebAssembly] Make libunwind compilable (#92192)Heejin Ahn
2024-03-13[runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917)Martin Storsjö
2024-02-08MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521)YunQiang Su
2024-01-24[libunwind][doc] Remove reference to Phabricator from the landing pageLouis Dionne
2024-01-16[libunwind] Move errno.h and signal.h includes under the block where they're ...Louis Dionne