1. 9d33a5c [libc++abi][libunwind] Enable AT&T syntax explicitly (#166818) by Raul Tambre · 16 hours ago main
  2. bbb6f1e [libunwind] Add CMake option to enable execute-only code generation on AArch64 (#140554) by Csanád Hajdú · 2 days ago
  3. 14b9dee [libunwind][PAuthLR] Remove PC offset when using FEAT_PAuthLR (#164224) by Jack Styles · 11 days ago
  4. b7c3dda [compiler-rt][libunwind] Allow for CET on OpenBSD (#164341) by Brad Smith · 2 weeks ago
  5. 61ba011 [PAC][libunwind] Fix gcc build of libunwind and compiler-rt (#164535) by Oliver Hunt · 3 weeks ago
  6. 75a6653 [NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453) by Raul Tambre · 3 weeks ago
  7. 1ac4549 [runtimes][PAC] Harden unwinding when possible (#143230) by Oliver Hunt · 3 weeks ago
  8. 224761f [libunwind] Fix aarch64 SEH unwinding with a debugger attached (#162867) by Martin Storsjö · 3 weeks ago
  9. da8737e Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960) by 小钟 · 4 weeks ago
  10. a8f7d51 [WebAssembly] Support for new target `wasm32-linux-muslwali` (#162581) by Arjun Ramesh · 4 weeks ago
  11. d200a53 [libcxx] Use %{temp} instead of %T (#162323) by Aiden Grossman · 4 weeks ago
  12. af798c1 [runtimes][NFC] Consistently declare main() functions in tests (#162548) by Louis Dionne · 4 weeks ago
  13. 6dc2f29 [libunwind][test] Add check for objcopy to improve test compatibility (#161112) by Wu Yingcong · 6 weeks ago
  14. 322be58 [Mips] Fixed libunwind::Registers_mips_o32::jumpto to allow for load delay (#152942) by Jade Marker · 6 weeks ago
  15. 4a68b52 [libcxx][CI] Use lld for everything in the ARM picolib builds (#158320) by David Spickett · 8 weeks ago
  16. cf32009 [libunwind][test] set fed test to require x86 as others arch may have cross toolchain build (#156383) by Wu Yingcong · 10 weeks ago
  17. 92fb77d [libunwind] fix pc range condition check bug (#154902) by Wu Yingcong · 10 weeks ago
  18. c948b3c [libunwind] Add support for the AArch64 "Vector Granule" (VG) register (#153565) by Benjamin Maxwell · 3 months ago
  19. bdc00ca [NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537) by David Tenty · 3 months ago
  20. 84c5262 [libunwind] Fix return type of `DwarfFDECache::findFDE()` in definition (#146308) by Alex Rønne Petersen · 4 months ago
  21. 634c609 [libcxxabi][libunwind] Support for using LLVM libc (#134893) by Petr Hosek · 4 months ago
  22. 5bbf35a libunwind: Do not use __attribute__((target("gcs"))) with non-clang compilers (#138077) by Khem Raj · 5 months ago
  23. 79e5145 [libunwind] Remove checks for -nostdlib++ (#143162) by Nikolas Klauser · 5 months ago
  24. e3eb847 [libunwind][Haiku] Fix signal frame unwinding (#135367) by Trung Nguyen · 5 months ago
  25. 8575f4a [libunwind] Add initial ARM64EC support (#138583) by Jacek Caban · 6 months ago
  26. 2bd5f3c [cmake] Normalize TARGET_SUBDIR paths (#138524) by Raul Tambre · 6 months ago
  27. 09f6f7b [libunwind] [SEH] Set NonVolatileRegisters before calling a personality function (#137951) by Martin Storsjö · 6 months ago
  28. 4d6b64f [libunwind] [SEH] Implement parsing of ARM pdata/xdata (#137950) by Martin Storsjö · 6 months ago
  29. 4acde98 [libunwind] [SEH] Implement parsing of aarch64 pdata/xdata (#137949) by Martin Storsjö · 6 months ago
  30. 81e2cb4 Update LIBUNWIND_ENABLE_WERROR default value in BuildingLibunwind.rst (#135546) by Firas Khalil Khana · 7 months ago
  31. e2e6f2a [libunwind][RISCV] Make asm statement volatile (#130286) by Gergely Futo · 8 months ago
  32. 62e217a [libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663) by Ming-Yi Lai · 9 months ago
  33. b05ea6f [libunwind] Silence -Wunused-parameter warnings in Unwind-wasm.c (#125412) by Yuriy Chernyshov · 9 months ago
  34. 4337c99 [libunwind] Unwind through loongarch64/Linux sigreturn frame (#123682) by Ami-zhang · 9 months ago
  35. e55d8cf [libunwind][cmake] Compile _Unwind* routines with -fexceptions (#121819) by Paul Kirth · 10 months ago
  36. d1e95b1 [libunwind] Fix compilation for the x32 ABI. (#116608) by Alex Rønne Petersen · 11 months ago
  37. 19bfdd5 [libc++abi] Provide an explicit error when trying to build for MSVC (#119370) by Louis Dionne · 11 months ago
  38. 6066b14 [libunwind] Fix a typo in debug print (#118856) by Sergei Barannikov · 11 months ago
  39. 907c5f1 [libunwind][Haiku] Improve support (#115462) by Jérôme Duval · 11 months ago
  40. 5b01ea4 [compiler-rt][libunwind] Support aarch64 without FPU (#111235) by Keith Packard · 1 year ago
  41. 93a837d [libc++] Unify the benchmarks with the test suite (#101399) by Louis Dionne · 1 year ago
  42. c3b4ce8 [cmake] Remove obsolete files, docs and CMake variables related to the standalone build (#112741) by Louis Dionne · 1 year ago
  43. bf06289 Replace documentation mentions of IRC with Discord (#114276) by Aaron Ballman · 1 year ago
  44. b4c3ee0 [AArch64][Libunwind] Add Support for FEAT_PAuthLR DWARF Instruction (#112171) by Jack Styles · 1 year ago
  45. f887fe0 Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler" (#113653) by Vitaly Buka · 1 year, 1 month ago
  46. c54b50f [runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357) by Martin Storsjö · 1 year, 1 month ago
  47. 59d0517 [libunwind][AIX] Call dlclose only when dlsym() fails (#112768) by Xing Xue · 1 year, 1 month ago
  48. c8fc2ea [runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#112733) by Louis Dionne · 1 year, 1 month ago
  49. e72a675 [runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717) by Louis Dionne · 1 year, 1 month ago
  50. 41b4634 [libunwind][AIX] Remove weak declaration "__xlcxx_personality_v0" (#112436) by Xing Xue · 1 year, 1 month ago
  51. efc3baa [runtimes][NFC] Reindent CMake files (#111821) by Louis Dionne · 1 year, 1 month ago
  52. 87f1910 [runtimes] Always define cxx_shared, cxx_static & other targets (#80007) by Louis Dionne · 1 year, 1 month ago
  53. 71735e8 [libunwind] Fix libunwind library path for runtime test (#110777) by Haowei · 1 year, 1 month ago
  54. 37c7d98 [runtimes] Run backdeployment CI on Github hosted runners (#109984) by Louis Dionne · 1 year, 1 month ago
  55. b7cdaca [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171) by Louis Dionne · 1 year, 1 month ago
  56. 9846aba [libunwind] Introduce LIBUNWIND_LIBRARY_VERSION and drop outdated Apple flags (#110178) by Louis Dionne · 1 year, 1 month ago
  57. f93a871 [libunwind][CMake] Remove LIBUNWIND_BUILD_32_BITS which has been an error for 3 years (#110175) by Louis Dionne · 1 year, 1 month ago
  58. dc70138 [libunwind] Stop installing the mach-o module map (#105616) by Ian Anderson · 1 year, 3 months ago
  59. 116c20d [libunwind] Fix problems caused by combining BTI and GCS (#102322) by John Brawn · 1 year, 3 months ago
  60. 6db1ccf [libunwind] Be more careful about enabling GCS (#101973) by John Brawn · 1 year, 3 months ago
  61. 6e2e576 [libunwind] Undefined behaviour pointer arithmetic with null pointer (#98648) by Daniel Kiss · 1 year, 3 months ago
  62. 92d5d5b [libunwind] Add GCS support for AArch64 (#99335) by John Brawn · 1 year, 3 months ago
  63. 8fab97f [RISCV] Allow libunwind to build for rv32e (#98855) by R · 1 year, 3 months ago
  64. 9f0b376 [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (#101196) by Xing Xue · 1 year, 3 months ago
  65. d96f9ef [libunwind][AIX] Fix the wrong traceback from signal handler (#101069) by Xing Xue · 1 year, 3 months ago
  66. d09db73 [libunwind] fix unwinding from signal handler (#92291) by Azat Khuzhin · 1 year, 4 months ago
  67. 8f49d64 [libunwind] Remove needless `sys/uio.h` (#97495) by Izaak Schroeder · 1 year, 4 months ago
  68. 48659aa [runtimes][NFC] Improve error message when running Lit incorrectly by Louis Dionne · 1 year, 5 months ago
  69. dcc1ffa [libc++] Fix deployment target Lit features (#94791) by Louis Dionne · 1 year, 5 months ago
  70. c8f1d81 [libunwind] Tweak tests for musl support. (#85097) by Alastair Houghton · 1 year, 5 months ago
  71. ab43b1d [runtimes] Correctly apply libdir subdir for multilib (#93354) by Petr Hosek · 1 year, 5 months ago
  72. a16d528 [runtimes][CMake] Simplify the propagation of test dependencies (#93558) by Louis Dionne · 1 year, 5 months ago
  73. 4e786af [runtimes] Reintroduce a way to select the compiler used for the test suite (#93542) by Louis Dionne · 1 year, 5 months ago
  74. 8c5b971 Revise IDE folder structure (#89755) by Michael Kruse · 1 year, 6 months ago
  75. e0a4f35 [libunwind][AIX] Cast NULL as type uintptr_t. (#93204) by Xing Xue · 1 year, 6 months ago
  76. 0906c4a [WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840) by Heejin Ahn · 1 year, 6 months ago
  77. c6e0c05 [libunwind][WebAssembly] Make libunwind compilable (#92192) by Heejin Ahn · 1 year, 6 months ago
  78. 419b03c [runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917) by Martin Storsjö · 1 year, 8 months ago
  79. 8bad7bd MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521) by YunQiang Su · 1 year, 9 months ago
  80. fc50574 [libunwind][doc] Remove reference to Phabricator from the landing page by Louis Dionne · 1 year, 10 months ago
  81. f400fdb [libunwind] Move errno.h and signal.h includes under the block where they're needed (#78054) by Louis Dionne · 1 year, 10 months ago
  82. eb55b13 [libunwind][WebAssembly] Fix libunwind.cpp guard (#78230) by Heejin Ahn · 1 year, 10 months ago
  83. 39b08eb [libunwind] fix dynamic .eh_frame registration (#77185) by SihangZhu · 1 year, 10 months ago
  84. e09e0d4 [libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534) by Martin Storsjö · 1 year, 10 months ago
  85. 29eb3a5 [libc++] Allow running the test suite with optimizations (#68753) by Louis Dionne · 1 year, 10 months ago
  86. 42293b9 [libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791) by Jordan R AW · 1 year, 10 months ago
  87. 2602aec [libunwind] Bump to CXX_STANDARD 17 (#75986) by Fangrui Song · 1 year, 11 months ago
  88. 3cafb40 [libunwind] Use -nostdlib++ when linking libunwind (#75646) by Louis Dionne · 1 year, 11 months ago
  89. 3bb3983 [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) by Louis Dionne · 1 year, 11 months ago
  90. 278e5fb [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) by Heejin Ahn · 2 years ago
  91. f20d5cf [libc++] Run picolibc tests with qemu by Michael Platings · 2 years ago
  92. bbe2764 [libc++] Add initial support for picolibc by Michael Platings · 2 years ago
  93. 85df028 [runtimes][NFC] Remove trailing whitespace by Louis Dionne · 2 years ago
  94. 668c76f Remove deprecated warning from cmake files (#72595) by Tacet · 2 years ago
  95. 19b1234 [libunwind] Remove unnecessary strcpy dependency (#72043) by Michael Kenzel · 2 years ago
  96. 7b9fd7a [libunwind] Fix an inconsistent indentation (NFC) (#72314) by Heejin Ahn · 2 years ago
  97. 69b8c64 [libc++][AIX] Add OS version to target triple by Jake Egan · 2 years ago
  98. 7686b5d [libunwind][AIX] static_cast the value from getLR() to avoid the warning from -Wconversion (#69767) by xingxue-ibm · 2 years, 1 month ago
  99. 11d9f3e [libunwind][AIX] Fix problem with stepping up from a leaf function when unwinding started in a signal handler by Xing Xue · 2 years, 1 month ago
  100. 7b1593d [libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815) by Alexander Richardson · 2 years, 1 month ago