1. 5bbf35a libunwind: Do not use __attribute__((target("gcs"))) with non-clang compilers (#138077) by Khem Raj · 3 weeks ago main
  2. 79e5145 [libunwind] Remove checks for -nostdlib++ (#143162) by Nikolas Klauser · 3 weeks ago
  3. e3eb847 [libunwind][Haiku] Fix signal frame unwinding (#135367) by Trung Nguyen · 5 weeks ago
  4. 8575f4a [libunwind] Add initial ARM64EC support (#138583) by Jacek Caban · 7 weeks ago
  5. 2bd5f3c [cmake] Normalize TARGET_SUBDIR paths (#138524) by Raul Tambre · 7 weeks ago
  6. 09f6f7b [libunwind] [SEH] Set NonVolatileRegisters before calling a personality function (#137951) by Martin Storsjö · 8 weeks ago
  7. 4d6b64f [libunwind] [SEH] Implement parsing of ARM pdata/xdata (#137950) by Martin Storsjö · 8 weeks ago
  8. 4acde98 [libunwind] [SEH] Implement parsing of aarch64 pdata/xdata (#137949) by Martin Storsjö · 8 weeks ago
  9. 81e2cb4 Update LIBUNWIND_ENABLE_WERROR default value in BuildingLibunwind.rst (#135546) by Firas Khalil Khana · 3 months ago
  10. e2e6f2a [libunwind][RISCV] Make asm statement volatile (#130286) by Gergely Futo · 4 months ago
  11. 62e217a [libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663) by Ming-Yi Lai · 4 months ago
  12. b05ea6f [libunwind] Silence -Wunused-parameter warnings in Unwind-wasm.c (#125412) by Yuriy Chernyshov · 4 months ago
  13. 4337c99 [libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682) by Ami-zhang · 5 months ago
  14. e55d8cf [libunwind][cmake] Compile _Unwind* routines with -fexceptions (#121819) by Paul Kirth · 6 months ago
  15. d1e95b1 [libunwind] Fix compilation for the x32 ABI. (#116608) by Alex Rønne Petersen · 7 months ago
  16. 19bfdd5 [libc++abi] Provide an explicit error when trying to build for MSVC (#119370) by Louis Dionne · 7 months ago
  17. 6066b14 [libunwind] Fix a typo in debug print (#118856) by Sergei Barannikov · 7 months ago
  18. 907c5f1 [libunwind][Haiku] Improve support (#115462) by Jérôme Duval · 7 months ago
  19. 5b01ea4 [compiler-rt][libunwind] Support aarch64 without FPU (#111235) by Keith Packard · 8 months ago
  20. 93a837d [libc++] Unify the benchmarks with the test suite (#101399) by Louis Dionne · 8 months ago
  21. c3b4ce8 [cmake] Remove obsolete files, docs and CMake variables related to the standalone build (#112741) by Louis Dionne · 8 months ago
  22. bf06289 Replace documentation mentions of IRC with Discord (#114276) by Aaron Ballman · 8 months ago
  23. b4c3ee0 [AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171) by Jack Styles · 8 months ago
  24. f887fe0 Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler" (#113653) by Vitaly Buka · 8 months ago
  25. c54b50f [runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357) by Martin Storsjö · 8 months ago
  26. 59d0517 [libunwind][AIX] Call dlclose only when dlsym() fails (#112768) by Xing Xue · 8 months ago
  27. c8fc2ea [runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#112733) by Louis Dionne · 9 months ago
  28. e72a675 [runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717) by Louis Dionne · 9 months ago
  29. 41b4634 [libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436) by Xing Xue · 9 months ago
  30. efc3baa [runtimes][NFC] Reindent CMake files (#111821) by Louis Dionne · 9 months ago
  31. 87f1910 [runtimes] Always define cxx_shared, cxx_static & other targets (#80007) by Louis Dionne · 9 months ago
  32. 71735e8 [libunwind] Fix libunwind library path for runtime test (#110777) by Haowei · 9 months ago
  33. 37c7d98 [runtimes] Run backdeployment CI on Github hosted runners (#109984) by Louis Dionne · 9 months ago
  34. b7cdaca [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171) by Louis Dionne · 9 months ago
  35. 9846aba [libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags (#110178) by Louis Dionne · 9 months ago
  36. f93a871 [libunwind][CMake] Remove LIBUNWIND_BUILD_32_BITS which has been an error for 3 years (#110175) by Louis Dionne · 9 months ago
  37. dc70138 [libunwind] Stop installing the mach-o module map (#105616) by Ian Anderson · 10 months ago
  38. 116c20d [libunwind] Fix problems caused by combining BTI and GCS (#102322) by John Brawn · 11 months ago
  39. 6db1ccf [libunwind] Be more careful about enabling GCS (#101973) by John Brawn · 11 months ago
  40. 6e2e576 [libunwind] Undefined behaviour pointer arithmetic with null pointer (#98648) by Daniel Kiss · 11 months ago
  41. 92d5d5b [libunwind] Add GCS support for AArch64 (#99335) by John Brawn · 11 months ago
  42. 8fab97f [RISCV] Allow libunwind to build for rv32e (#98855) by R · 11 months ago
  43. 9f0b376 [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (#101196) by Xing Xue · 11 months ago
  44. d96f9ef [libunwind][AIX] Fix the wrong traceback from signal handler (#101069) by Xing Xue · 11 months ago
  45. d09db73 [libunwind] fix unwinding from signal handler (#92291) by Azat Khuzhin · 12 months ago
  46. 8f49d64 [libunwind] Remove needless `sys/uio.h` (#97495) by Izaak Schroeder · 12 months ago
  47. 48659aa [runtimes][NFC] Improve error message when running Lit incorrectly by Louis Dionne · 1 year ago
  48. dcc1ffa [libc++] Fix deployment target Lit features (#94791) by Louis Dionne · 1 year ago
  49. c8f1d81 [libunwind] Tweak tests for musl support. (#85097) by Alastair Houghton · 1 year, 1 month ago
  50. ab43b1d [runtimes] Correctly apply libdir subdir for multilib (#93354) by Petr Hosek · 1 year, 1 month ago
  51. a16d528 [runtimes][CMake] Simplify the propagation of test dependencies (#93558) by Louis Dionne · 1 year, 1 month ago
  52. 4e786af [runtimes] Reintroduce a way to select the compiler used for the test suite (#93542) by Louis Dionne · 1 year, 1 month ago
  53. 8c5b971 Revise IDE folder structure (#89755) by Michael Kruse · 1 year, 1 month ago
  54. e0a4f35 [libunwind][AIX] Cast NULL as type uintptr_t. (#93204) by Xing Xue · 1 year, 1 month ago
  55. 0906c4a [WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840) by Heejin Ahn · 1 year, 1 month ago
  56. c6e0c05 [libunwind][WebAssembly] Make libunwind compilable (#92192) by Heejin Ahn · 1 year, 1 month ago
  57. 419b03c [runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917) by Martin Storsjö · 1 year, 4 months ago
  58. 8bad7bd MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521) by YunQiang Su · 1 year, 5 months ago
  59. fc50574 [libunwind][doc] Remove reference to Phabricator from the landing page by Louis Dionne · 1 year, 5 months ago
  60. f400fdb [libunwind] Move errno.h and signal.h includes under the block where they're needed (#78054) by Louis Dionne · 1 year, 6 months ago
  61. eb55b13 [libunwind][WebAssembly] Fix libunwind.cpp guard (#78230) by Heejin Ahn · 1 year, 6 months ago
  62. 39b08eb [libunwind] fix dynamic .eh_frame registration (#77185) by SihangZhu · 1 year, 6 months ago
  63. e09e0d4 [libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534) by Martin Storsjö · 1 year, 6 months ago
  64. 29eb3a5 [libc++] Allow running the test suite with optimizations (#68753) by Louis Dionne · 1 year, 6 months ago
  65. 42293b9 [libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791) by Jordan R AW · 1 year, 6 months ago
  66. 2602aec [libunwind] Bump to CXX_STANDARD 17 (#75986) by Fangrui Song · 1 year, 6 months ago
  67. 3cafb40 [libunwind] Use -nostdlib++ when linking libunwind (#75646) by Louis Dionne · 1 year, 7 months ago
  68. 3bb3983 [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) by Louis Dionne · 1 year, 7 months ago
  69. 278e5fb [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) by Heejin Ahn · 1 year, 7 months ago
  70. f20d5cf [libc++] Run picolibc tests with qemu by Michael Platings · 1 year, 7 months ago
  71. bbe2764 [libc++] Add initial support for picolibc by Michael Platings · 1 year, 7 months ago
  72. 85df028 [runtimes][NFC] Remove trailing whitespace by Louis Dionne · 1 year, 8 months ago
  73. 668c76f Remove deprecated warning from cmake files (#72595) by Tacet · 1 year, 8 months ago
  74. 19b1234 [libunwind] Remove unnecessary strcpy dependency (#72043) by Michael Kenzel · 1 year, 8 months ago
  75. 7b9fd7a [libunwind] Fix an inconsistent indentation (NFC) (#72314) by Heejin Ahn · 1 year, 8 months ago
  76. 69b8c64 [libc++][AIX] Add OS version to target triple by Jake Egan · 1 year, 8 months ago
  77. 7686b5d [libunwind][AIX] static_cast the value from getLR() to avoid the warning from -Wconversion (#69767) by xingxue-ibm · 1 year, 8 months ago
  78. 11d9f3e [libunwind][AIX] Fix problem with stepping up from a leaf function when unwinding started in a signal handler by Xing Xue · 1 year, 9 months ago
  79. 7b1593d [libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815) by Alexander Richardson · 1 year, 9 months ago
  80. 9ebf30f [libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813) by Alexander Richardson · 1 year, 9 months ago
  81. 2ce7927 [runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691) by Alexander Richardson · 1 year, 9 months ago
  82. 7608093 [libunwind] Add Unwind-wasm.c to CMakeLists.txt (#67770) by Heejin Ahn · 1 year, 9 months ago
  83. 43e5a34 [libunwind] Fix a -Wextra-semi warning by Alex Richardson · 1 year, 9 months ago
  84. 724cd40 [libunwind][nfc] Avoid type warning of debug printf (#67390) by Kazushi Marukawa · 1 year, 9 months ago
  85. 4965829 [libc++][lit] Allow overriding the executor for tests (#66545) by Alexander Richardson · 1 year, 9 months ago
  86. f9d7638 Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD" by Alex Richardson · 1 year, 9 months ago
  87. 1bd0778 [libunwind] Clarify comment added in #67205 by Alex Richardson · 1 year, 9 months ago
  88. f2ca661 [libunwind] Pass -Wl,--export-dynamic on all supported platforms (#67205) by Alexander Richardson · 1 year, 9 months ago
  89. 1f88fff [libunwind][nfc] avoid prototype warning (#67250) by Kazushi Marukawa · 1 year, 9 months ago
  90. 806fda6 [libunwind] Relax a REQUIRES on a test that passes on FreeBSD by Alex Richardson · 1 year, 9 months ago
  91. 9cbe8ba [libunwind][WebAssembly] Support Wasm EH by Heejin Ahn · 1 year, 9 months ago
  92. 4027f45 [runtimes] Fix link order of system librarires on Apple platforms (#66940) by Louis Dionne · 1 year, 9 months ago
  93. 244575f [libunwind][AIX] Fix up TOC register if unw_getcontext is called from a different module (#66549) by xingxue-ibm · 1 year, 10 months ago
  94. d9b4abf [libunwind] Use __builtin_alloca to avoid missing include by Reagan Bohan · 1 year, 10 months ago
  95. 0568576 [libunwind] Haiku: Initial support by Trung Nguyen · 1 year, 10 months ago
  96. a321409 [runtimes] Fix some duplicate word typos by Louis Dionne · 1 year, 10 months ago
  97. 930fd3a [libunwind][NFC] Fix whitespace in comments by Louis Dionne · 1 year, 10 months ago
  98. 76e621a Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time option by Sterling Augustine · 1 year, 10 months ago
  99. d92e619 MIPS: unwind, don't save/restore hi/lo for R6 by YunQiang Su · 1 year, 11 months ago
  100. b113f23 [libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++ by Nikolas Klauser · 1 year, 11 months ago