- e825c61 [docs] Finish misc MyST migration (#210209) by Reid Kleckner · 16 hours ago main
- 96c0a03 [docs] Rename misc rst docs to md (#210208) by Reid Kleckner · 17 hours ago
- 20582d1 [libunwind][test] Add .clang-format (#209364) by Hubert Tong · 4 days ago
- e382d57 [libunwind][Hexagon] Save/restore full r0-r7 in getcontext/jumpto (#208753) by quic-k · 5 days ago
- 7ccfbeb [libunwind] include alloca.h in test/aarch64_za_unwind.pass.cpp (#207376) by Shreeyash Pandey · 10 days ago
- 557780c [libunwind][aarch64] Fix auth on PAuth_LR'd frames (#206814) by Jon Roelofs · 2 weeks ago
- fe7e061 [runtimes][NFC] Re-indent shared library blocks (#205523) by Matt Arsenault · 2 weeks ago
- 188e90b [libunwind] Fix comment about phase (NFC) (#206660) by Heejin Ahn · 2 weeks ago
- 1b601b7 [CMake] Warn when the version of CMake is older than 3.31.0 (#204203) by Petr Hosek · 3 weeks ago
- 6de9f6e [runtimes] Don't create shared library targets when unsupported (#205517) by Matt Arsenault · 3 weeks ago
- 9fe0a38 [docs] Create utils/docs (#203962) by Scott Linder · 3 weeks ago
- 869520e [libunwind] Fix an uninitialized read of __ra_sign_state (#205152) by Jon Roelofs · 4 weeks ago
- d6c7a21 [libunwind] Add SME detection for Apple platforms (#193630) by Brad Smith · 2 months ago
- 71192be [libc++] Update macOS and AppleClang (#193711) by Nikolas Klauser · 3 months ago
- a2530ba [libunwind] fix build errors on x32 and mips n32 (#194310) by Alex Rønne Petersen · 3 months ago
- 4dbee7b Fix -Wformat diagnostic after #190965 (#193704) by Alexander Kornienko · 3 months ago
- 39b76d5 [LFI][libunwind] Avoid writing to reserved registers on the `aarch64_lfi` target (#192739) by Zachary Yedidia · 3 months ago
- eef540b [libunwind] Add SME detection for ZA test on OpenBSD / FreeBSD (#193148) by Brad Smith · 3 months ago
- 6ca46ff [Runtimes] Introduce variables containing resource dir paths (#177953) by Michael Kruse · 4 months ago
- 092645a [libunwind][PAC] Defang ptrauth's PC in valid CFI range abort (#184041) by Oliver Hunt · 4 months ago
- 148e789 [libunwind][Apple] Improve test coverage on Apple platforms (#186423) by Jon Roelofs · 4 months ago
- f933239 [llvm][CompactUnwind] Compact Unwind does not support .cfi_signal_frame (#186458) by Jon Roelofs · 4 months ago
- 0e46e28 [libunwind] Fix building on OpenBSD / FreeBSD aarch64 (#188397) by Brad Smith · 4 months ago
- db838d9 [WebAssembly] Move __cpp_exception to libunwind (#185770) by Alex Crichton · 4 months ago
- 78884e2 Revert "Silence -Wunused-parameter warnings in Unwind-wasm.c" (#175776) by Sam Clegg · 5 months ago
- 17ccf7d [libunwind] Fix building with EXCEPTION_DISPOSITION as enum (#180513) by Martin Storsjö · 5 months ago
- ba19d93 [libunwind][NFC] Typo fixes & comments corrections & code style changes. (#174565) by willmafh · 6 months ago
- a56e619 [runtimes] Post-branch tasks for the LLVM 23 release (#176007) by Louis Dionne · 6 months ago
- a726f53 [libunwind][WebAssembly] Fix typos (NFC) (#173745) by Heejin Ahn · 6 months ago
- 8fe9a9a [PAC][libunwind] Pass ptrauth-qualified values as const references (#173765) by Daniil Kovalev · 7 months ago
- 68533a8 [PAC][libunwind] Enhance PAuth-related comments in `__unw_set_reg` (#173769) by Daniil Kovalev · 7 months ago
- f4b329c [libc++] Enable -Wmissing-prototypes (#116261) by Nikolas Klauser · 7 months ago
- 0f7574d [runtimes] Remove dependencies on cxx_experimental for test-suite installs (#171678) by Louis Dionne · 7 months ago
- 8047399 [runtimes] Modernize installation targets (#171677) by Louis Dionne · 7 months ago
- 634b597 [libunwind] fix building on Haiku i386 (#171586) by Brad Smith · 7 months ago
- ef48634 [libunwind] Make sure libunwind test dependencies are installed before running tests (#171474) by Louis Dionne · 7 months ago
- 88fc07e [libunwind](TestOnly) Mark failing tests as unsupported on Apple targets (#170488) by Nathan Corbyn · 8 months ago
- c65639b libunwind: Remove OS requirements from tests to make them run on more OSes (#167642) by Gleb Popov · 8 months ago
- 7ff36f1 [Unwind][AArch64] Match sigreturn instructions in big endian (#167139) by hstk30-hw · 8 months ago
- 35ac862 [libunwind] Ensure zaDisable() is called in jumpto/returnto (NFC) (#167674) by Benjamin Maxwell · 8 months ago
- fca5c74 [libunwind] Fix build error because of wrong register size (#167743) by Med Ismail Bennani · 8 months ago
- 7a5a7e5 libunwind: Implement the unw_strerror function for better nongnu libunwind compatibility (#160887) by Gleb Popov · 8 months ago
- 7bba7e7 [libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066) by Med Ismail Bennani · 8 months ago
- d3f5542 [libunwind][AArch64] Disable ZA before resuming from unwinding (on Linux) (#165451) by Benjamin Maxwell · 8 months ago
- 9d33a5c [libc++abi][libunwind] Enable AT&T syntax explicitly (#166818) by Raul Tambre · 8 months ago
- bbb6f1e [libunwind] Add CMake option to enable execute-only code generation on AArch64 (#140554) by Csanád Hajdú · 8 months ago
- 14b9dee [libunwind][PAuthLR] Remove PC offset when using FEAT_PAuthLR (#164224) by Jack Styles · 9 months ago
- b7c3dda [compiler-rt][libunwind] Allow for CET on OpenBSD (#164341) by Brad Smith · 9 months ago
- 61ba011 [PAC][libunwind] Fix gcc build of libunwind and compiler-rt (#164535) by Oliver Hunt · 9 months ago
- 75a6653 [NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453) by Raul Tambre · 9 months ago
- 1ac4549 [runtimes][PAC] Harden unwinding when possible (#143230) by Oliver Hunt · 9 months ago
- 224761f [libunwind] Fix aarch64 SEH unwinding with a debugger attached (#162867) by Martin Storsjö · 9 months ago
- da8737e Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960) by 小钟 · 9 months ago
- a8f7d51 [WebAssembly] Support for new target `wasm32-linux-muslwali` (#162581) by Arjun Ramesh · 9 months ago
- d200a53 [libcxx] Use %{temp} instead of %T (#162323) by Aiden Grossman · 9 months ago
- af798c1 [runtimes][NFC] Consistently declare main() functions in tests (#162548) by Louis Dionne · 9 months ago
- 6dc2f29 [libunwind][test] Add check for objcopy to improve test compatibility (#161112) by Wu Yingcong · 10 months ago
- 322be58 [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (#152942) by Jade Marker · 10 months ago
- 4a68b52 [libcxx][CI] Use lld for everything in the ARM picolib builds (#158320) by David Spickett · 10 months ago
- cf32009 [libunwind][test] set fed test to require x86 as others arch may have cross toolchain build (#156383) by Wu Yingcong · 11 months ago
- 92fb77d [libunwind] fix pc range condition check bug (#154902) by Wu Yingcong · 11 months ago
- c948b3c [libunwind] Add support for the AArch64 "Vector Granule" (VG) register (#153565) by Benjamin Maxwell · 11 months ago
- bdc00ca [NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537) by David Tenty · 11 months ago
- 84c5262 [libunwind] Fix return type of `DwarfFDECache::findFDE()` in definition (#146308) by Alex Rønne Petersen · 12 months ago
- 634c609 [libcxxabi][libunwind] Support for using LLVM libc (#134893) by Petr Hosek · 1 year ago
- 5bbf35a libunwind: Do not use __attribute__((target("gcs"))) with non-clang compilers (#138077) by Khem Raj · 1 year, 1 month ago
- 79e5145 [libunwind] Remove checks for -nostdlib++ (#143162) by Nikolas Klauser · 1 year, 1 month ago
- e3eb847 [libunwind][Haiku] Fix signal frame unwinding (#135367) by Trung Nguyen · 1 year, 2 months ago
- 8575f4a [libunwind] Add initial ARM64EC support (#138583) by Jacek Caban · 1 year, 2 months ago
- 2bd5f3c [cmake] Normalize TARGET_SUBDIR paths (#138524) by Raul Tambre · 1 year, 2 months ago
- 09f6f7b [libunwind] [SEH] Set NonVolatileRegisters before calling a personality function (#137951) by Martin Storsjö · 1 year, 2 months ago
- 4d6b64f [libunwind] [SEH] Implement parsing of ARM pdata/xdata (#137950) by Martin Storsjö · 1 year, 2 months ago
- 4acde98 [libunwind] [SEH] Implement parsing of aarch64 pdata/xdata (#137949) by Martin Storsjö · 1 year, 2 months ago
- 81e2cb4 Update LIBUNWIND_ENABLE_WERROR default value in BuildingLibunwind.rst (#135546) by Firas Khalil Khana · 1 year, 3 months ago
- e2e6f2a [libunwind][RISCV] Make asm statement volatile (#130286) by Gergely Futo · 1 year, 4 months ago
- 62e217a [libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663) by Ming-Yi Lai · 1 year, 5 months ago
- b05ea6f [libunwind] Silence -Wunused-parameter warnings in Unwind-wasm.c (#125412) by Yuriy Chernyshov · 1 year, 5 months ago
- 4337c99 [libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682) by Ami-zhang · 1 year, 5 months ago
- e55d8cf [libunwind][cmake] Compile _Unwind* routines with -fexceptions (#121819) by Paul Kirth · 1 year, 6 months ago
- d1e95b1 [libunwind] Fix compilation for the x32 ABI. (#116608) by Alex Rønne Petersen · 1 year, 7 months ago
- 19bfdd5 [libc++abi] Provide an explicit error when trying to build for MSVC (#119370) by Louis Dionne · 1 year, 7 months ago
- 6066b14 [libunwind] Fix a typo in debug print (#118856) by Sergei Barannikov · 1 year, 7 months ago
- 907c5f1 [libunwind][Haiku] Improve support (#115462) by Jérôme Duval · 1 year, 8 months ago
- 5b01ea4 [compiler-rt][libunwind] Support aarch64 without FPU (#111235) by Keith Packard · 1 year, 8 months ago
- 93a837d [libc++] Unify the benchmarks with the test suite (#101399) by Louis Dionne · 1 year, 8 months ago
- c3b4ce8 [cmake] Remove obsolete files, docs and CMake variables related to the standalone build (#112741) by Louis Dionne · 1 year, 9 months ago
- bf06289 Replace documentation mentions of IRC with Discord (#114276) by Aaron Ballman · 1 year, 9 months ago
- b4c3ee0 [AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171) by Jack Styles · 1 year, 9 months ago
- f887fe0 Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler" (#113653) by Vitaly Buka · 1 year, 9 months ago
- c54b50f [runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357) by Martin Storsjö · 1 year, 9 months ago
- 59d0517 [libunwind][AIX] Call dlclose only when dlsym() fails (#112768) by Xing Xue · 1 year, 9 months ago
- c8fc2ea [runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#112733) by Louis Dionne · 1 year, 9 months ago
- e72a675 [runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717) by Louis Dionne · 1 year, 9 months ago
- 41b4634 [libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436) by Xing Xue · 1 year, 9 months ago
- efc3baa [runtimes][NFC] Reindent CMake files (#111821) by Louis Dionne · 1 year, 9 months ago
- 87f1910 [runtimes] Always define cxx_shared, cxx_static & other targets (#80007) by Louis Dionne · 1 year, 9 months ago
- 71735e8 [libunwind] Fix libunwind library path for runtime test (#110777) by Haowei · 1 year, 10 months ago
- 37c7d98 [runtimes] Run backdeployment CI on Github hosted runners (#109984) by Louis Dionne · 1 year, 10 months ago
- b7cdaca [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171) by Louis Dionne · 1 year, 10 months ago
- 9846aba [libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags (#110178) by Louis Dionne · 1 year, 10 months ago