1. 419b03c [runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917) by Martin Storsjö · 6 weeks ago main
  2. 8bad7bd MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521) by YunQiang Su · 3 months ago
  3. fc50574 [libunwind][doc] Remove reference to Phabricator from the landing page by Louis Dionne · 3 months ago
  4. f400fdb [libunwind] Move errno.h and signal.h includes under the block where they're needed (#78054) by Louis Dionne · 3 months ago
  5. eb55b13 [libunwind][WebAssembly] Fix libunwind.cpp guard (#78230) by Heejin Ahn · 3 months ago
  6. 39b08eb [libunwind] fix dynamic .eh_frame registration (#77185) by SihangZhu · 3 months ago
  7. e09e0d4 [libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534) by Martin Storsjö · 3 months ago
  8. 29eb3a5 [libc++] Allow running the test suite with optimizations (#68753) by Louis Dionne · 4 months ago
  9. 42293b9 [libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791) by Jordan R AW · 4 months ago
  10. 2602aec [libunwind] Bump to CXX_STANDARD 17 (#75986) by Fangrui Song · 4 months ago
  11. 3cafb40 [libunwind] Use -nostdlib++ when linking libunwind (#75646) by Louis Dionne · 4 months ago
  12. 3bb3983 [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) by Louis Dionne · 4 months ago
  13. 278e5fb [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) by Heejin Ahn · 5 months ago
  14. f20d5cf [libc++] Run picolibc tests with qemu by Michael Platings · 5 months ago
  15. bbe2764 [libc++] Add initial support for picolibc by Michael Platings · 5 months ago
  16. 85df028 [runtimes][NFC] Remove trailing whitespace by Louis Dionne · 5 months ago
  17. 668c76f Remove deprecated warning from cmake files (#72595) by Tacet · 5 months ago
  18. 19b1234 [libunwind] Remove unnecessary strcpy dependency (#72043) by Michael Kenzel · 5 months ago
  19. 7b9fd7a [libunwind] Fix an inconsistent indentation (NFC) (#72314) by Heejin Ahn · 5 months ago
  20. 69b8c64 [libc++][AIX] Add OS version to target triple by Jake Egan · 6 months ago
  21. 7686b5d [libunwind][AIX] static_cast the value from getLR() to avoid the warning from -Wconversion (#69767) by xingxue-ibm · 6 months ago
  22. 11d9f3e [libunwind][AIX] Fix problem with stepping up from a leaf function when unwinding started in a signal handler by Xing Xue · 6 months ago
  23. 7b1593d [libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815) by Alexander Richardson · 6 months ago
  24. 9ebf30f [libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813) by Alexander Richardson · 6 months ago
  25. 2ce7927 [runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691) by Alexander Richardson · 7 months ago
  26. 7608093 [libunwind] Add Unwind-wasm.c to CMakeLists.txt (#67770) by Heejin Ahn · 7 months ago
  27. 43e5a34 [libunwind] Fix a -Wextra-semi warning by Alex Richardson · 7 months ago
  28. 724cd40 [libunwind][nfc] Avoid type warning of debug printf (#67390) by Kazushi Marukawa · 7 months ago
  29. 4965829 [libc++][lit] Allow overriding the executor for tests (#66545) by Alexander Richardson · 7 months ago
  30. f9d7638 Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD" by Alex Richardson · 7 months ago
  31. 1bd0778 [libunwind] Clarify comment added in #67205 by Alex Richardson · 7 months ago
  32. f2ca661 [libunwind] Pass -Wl,--export-dynamic on all supported platforms (#67205) by Alexander Richardson · 7 months ago
  33. 1f88fff [libunwind][nfc] avoid prototype warning (#67250) by Kazushi Marukawa · 7 months ago
  34. 806fda6 [libunwind] Relax a REQUIRES on a test that passes on FreeBSD by Alex Richardson · 7 months ago
  35. 9cbe8ba [libunwind][WebAssembly] Support Wasm EH by Heejin Ahn · 8 months ago
  36. 4027f45 [runtimes] Fix link order of system librarires on Apple platforms (#66940) by Louis Dionne · 7 months ago
  37. 244575f [libunwind][AIX] Fix up TOC register if unw_getcontext is called from a different module (#66549) by xingxue-ibm · 7 months ago
  38. d9b4abf [libunwind] Use __builtin_alloca to avoid missing include by Reagan Bohan · 7 months ago
  39. 0568576 [libunwind] Haiku: Initial support by Trung Nguyen · 8 months ago
  40. a321409 [runtimes] Fix some duplicate word typos by Louis Dionne · 8 months ago
  41. 930fd3a [libunwind][NFC] Fix whitespace in comments by Louis Dionne · 8 months ago
  42. 76e621a Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time option by Sterling Augustine · 8 months ago
  43. d92e619 MIPS: unwind, don't save/restore hi/lo for R6 by YunQiang Su · 8 months ago
  44. b113f23 [libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++ by Nikolas Klauser · 9 months ago
  45. e5a9c50 [libunwind] Fix build with -Wunused-function by Shoaib Meenai · 9 months ago
  46. 6c00130 [libunwind] Fix build error on 32 bit Arm after -Wcast-qual was added by David Spickett · 9 months ago
  47. f1c687e [libunwind] Add cached compile and link flags to libunwind by mgrzywac · 10 months ago
  48. b5a43ec [libunwind] Removes CMake work-arounds. by Mark de Wever · 11 months ago
  49. c55700b Reland "[CMake] Bumps minimum version to 3.20.0. by Mark de Wever · 11 months ago
  50. cd144ce [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi by Tobias Hieta · 11 months ago
  51. 55ceeca Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" by Nico Weber · 11 months ago
  52. 129773d Reland "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 12 months ago
  53. 229ff3e [libunwind] Unwind through Linux riscv sigreturn trampoline by Feng Wang · 12 months ago
  54. 7573dc7 Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" by Mark de Wever · 12 months ago
  55. 9a92f3b Reland "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 12 months ago
  56. 88bd83f [libcxx] [test] Prepend to PATH instead of overriding it by Martin Storsjö · 1 year ago
  57. 2795322 [test] Simplify libunwind REQUIRES by Fangrui Song · 1 year ago
  58. 7346f9a [libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursor by Martin Storsjö · 1 year ago
  59. 665c2e5 [libunwind] [SEH] Add debug logging in __libunwind_seh_personality by Martin Storsjö · 1 year ago
  60. 46b7561 [libunwind] Remove the legacy Unwind_AppleExtras.cpp by Louis Dionne · 1 year ago
  61. 8d636e6 Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" by Mark de Wever · 1 year ago
  62. 95fdd11 Revert "Revert "[CMake] Bumps minimum version to 3.20.0."" by Mark de Wever · 1 year ago
  63. f2d62ea [libunwind] Sync Unwind_AppleExtras.cpp with downstream version by Louis Dionne · 1 year ago
  64. a2c40b7 [libunwind] [SEH] Initialize _msContext with RtlCaptureContext by Martin Storsjö · 1 year, 1 month ago
  65. 123963c [libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIP by Martin Storsjö · 1 year, 1 month ago
  66. 54cb62e [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir by Martin Storsjö · 1 year, 1 month ago
  67. b9d7bf3 [libunwind] [test] Mark the signal_frame test as unsupported on Windows by Martin Storsjö · 1 year, 1 month ago
  68. 8bec5b2 [libunwind] [SEH] Handle ExceptionContinueExecution in forced unwinding by Martin Storsjö · 1 year, 1 month ago
  69. 270ace3 [libunwind] [SEH] Sync LSDA and handler between unw_proc_info_t and DISPATCHER_CONTEXT by Martin Storsjö · 1 year, 1 month ago
  70. 0a53ac6 [libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64 by Martin Storsjö · 1 year, 1 month ago
  71. 2868dcd [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto` by Weining Lu · 1 year, 1 month ago
  72. 26211e8 [libunwind][test] Add test to check for unw_resume() by zhanglimin · 1 year, 1 month ago
  73. 0411964 [libunwind] [test] Add a mingw specific test config file by Martin Storsjö · 1 year, 1 month ago
  74. 9444a7d [libunwind] Fflush stderr after each log message by Martin Storsjö · 1 year, 1 month ago
  75. 694fbd1 [libunwind] Fix a typo in a debug log message. NFC. by Martin Storsjö · 1 year, 1 month ago
  76. c9b258a [libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTOR by Martin Storsjö · 2 years, 8 months ago
  77. 5a5af09 [libunwind] Fix a case of inconsistent indentation. NFC. by Martin Storsjö · 1 year, 1 month ago
  78. f3464ca [libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_lib by Louis Dionne · 1 year, 1 month ago
  79. 29a6dda [libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwind module) by Ian Anderson · 1 year, 3 months ago
  80. f1f8484 Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" by Mark de Wever · 1 year, 1 month ago
  81. 31c4085 Reland "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 1 year, 1 month ago
  82. a39d105 [libunwind][AArch64] Unbreak building with GNU assembler by Xi Ruoyao · 1 year, 1 month ago
  83. 2b438f4 [runtimes] Synchronize warnings flags between libc++/libc++abi/libunwind by Nikolas Klauser · 1 year, 2 months ago
  84. 6289a21 [libunwind][RISC-V] Rewrite testcase with C as possible. by Kito Cheng · 1 year, 1 month ago
  85. d101cb5 Revert "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 1 year, 2 months ago
  86. 7b03cc5 [CMake] Bumps minimum version to 3.20.0. by Mark de Wever · 1 year, 2 months ago
  87. c5e861c Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag" by Petr Hosek · 1 year, 2 months ago
  88. 56a849f [CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag by Petr Hosek · 1 year, 3 months ago
  89. 2408117 [runtimes] Remove unused functions from Handle{Libcxx,Libunwind}Flags.cmake by Nikolas Klauser · 1 year, 2 months ago
  90. aecf8d0 [runtimes] Remove add_target_flags* functions and use add_flags* instead by Nikolas Klauser · 1 year, 2 months ago
  91. 4a7e66d [runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags.cmake to runtimes/cmake/Modules/HandleFlags.cmake by Nikolas Klauser · 1 year, 2 months ago
  92. c4ed9cb [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systems by Nemanja Ivanovic · 1 year, 2 months ago
  93. a154c73 [runtimes] Remove duplicate imports of libcxx.test.config by Louis Dionne · 1 year, 2 months ago
  94. 4e37a58 [runtimes] Rename newconfig.py to config.py -- it's not new anymore by Louis Dionne · 1 year, 2 months ago
  95. f0ea284 [libunwind] On Darwin, add a callback-based lookup scheme for JIT'd unwind info. by Lang Hames · 1 year, 3 months ago
  96. e95b94b Bump the trunk major version to 17 by Tom Stellard · 1 year, 3 months ago
  97. bb5988e [libunwind] Fixed an upcoming clang -Wsign-conversion warning by Fahad Nayyar · 1 year, 3 months ago
  98. 5e22a7f [libunwind] Use .irp directives. NFC by Fangrui Song · 1 year, 4 months ago
  99. 09a1f53 Revert "[libunwind] Use .irp directives. NFC" by David Tenty · 1 year, 5 months ago
  100. fd5b3b5 [libunwind] Use .irp directives. NFC by Fangrui Song · 1 year, 5 months ago