1. 338021d [runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917) by Martin Storsjö · 6 weeks ago main master
  2. 0b1e591 MIPS/libunwind: Use -mfp64 if compiler is FPXX (#68521) by YunQiang Su · 3 months ago
  3. 5868deb [libunwind][doc] Remove reference to Phabricator from the landing page by Louis Dionne · 3 months ago
  4. e855eff [libunwind] Move errno.h and signal.h includes under the block where they're needed (#78054) by Louis Dionne · 3 months ago
  5. 37de1be [libunwind][WebAssembly] Fix libunwind.cpp guard (#78230) by Heejin Ahn · 3 months ago
  6. 4315528 [libunwind] fix dynamic .eh_frame registration (#77185) by SihangZhu · 3 months ago
  7. c0dffe7 [libunwind] Convert a few options from CACHE PATH to CACHE STRING (#77534) by Martin Storsjö · 4 months ago
  8. 98cef56 [libc++] Allow running the test suite with optimizations (#68753) by Louis Dionne · 4 months ago
  9. a0b5cca [libunwind] Replace process_vm_readv with SYS_rt_sigprocmask (#74791) by Jordan R AW · 4 months ago
  10. a2b505b [libunwind] Bump to CXX_STANDARD 17 (#75986) by Fangrui Song · 4 months ago
  11. fc01a62 [libunwind] Use -nostdlib++ when linking libunwind (#75646) by Louis Dionne · 4 months ago
  12. fa8933d [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) by Louis Dionne · 5 months ago
  13. 7ec7234 [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) by Heejin Ahn · 5 months ago
  14. 6c3e7ba [libc++] Run picolibc tests with qemu by Michael Platings · 5 months ago
  15. accf0ce [libc++] Add initial support for picolibc by Michael Platings · 5 months ago
  16. c44bc84 [runtimes][NFC] Remove trailing whitespace by Louis Dionne · 5 months ago
  17. e36b756 Remove deprecated warning from cmake files (#72595) by Tacet · 5 months ago
  18. 6c36830 [libunwind] Remove unnecessary strcpy dependency (#72043) by Michael Kenzel · 5 months ago
  19. a3b3f64 [libunwind] Fix an inconsistent indentation (NFC) (#72314) by Heejin Ahn · 5 months ago
  20. ddbae4f [libc++][AIX] Add OS version to target triple by Jake Egan · 6 months ago
  21. 1933f28 [libunwind][AIX] static_cast the value from getLR() to avoid the warning from -Wconversion (#69767) by xingxue-ibm · 6 months ago
  22. 9ee562e [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. 075d1bd [libunwind] Avoid reading OOB for non-existent .eh_frame_hdr (#68815) by Alexander Richardson · 7 months ago
  24. 033f11c [libunwind] Fix wrong end argument passed to decodeEHHdr() (#68813) by Alexander Richardson · 7 months ago
  25. 9a1c80c [runtimes] Fix parsing of LIB{CXX,CXXABI,UNWIND}_TEST_PARAMS (#67691) by Alexander Richardson · 7 months ago
  26. 259c889 [libunwind] Add Unwind-wasm.c to CMakeLists.txt (#67770) by Heejin Ahn · 7 months ago
  27. 67c1112 [libunwind] Fix a -Wextra-semi warning by Alex Richardson · 7 months ago
  28. 12ae246 [libunwind][nfc] Avoid type warning of debug printf (#67390) by Kazushi Marukawa · 7 months ago
  29. 24d501b [libc++][lit] Allow overriding the executor for tests (#66545) by Alexander Richardson · 7 months ago
  30. 6d953bb Revert "[libunwind] Relax a REQUIRES on a test that passes on FreeBSD" by Alex Richardson · 7 months ago
  31. 9fa98d2 [libunwind] Clarify comment added in #67205 by Alex Richardson · 7 months ago
  32. 0d4177a [libunwind] Pass -Wl,--export-dynamic on all supported platforms (#67205) by Alexander Richardson · 7 months ago
  33. a4a1ac5 [libunwind][nfc] avoid prototype warning (#67250) by Kazushi Marukawa · 7 months ago
  34. 6f9dd15 [libunwind] Relax a REQUIRES on a test that passes on FreeBSD by Alex Richardson · 7 months ago
  35. ce37867 [libunwind][WebAssembly] Support Wasm EH by Heejin Ahn · 8 months ago
  36. 870a690 [runtimes] Fix link order of system librarires on Apple platforms (#66940) by Louis Dionne · 7 months ago
  37. bfa9b28 [libunwind][AIX] Fix up TOC register if unw_getcontext is called from a different module (#66549) by xingxue-ibm · 7 months ago
  38. 98d7949 [libunwind] Use __builtin_alloca to avoid missing include by Reagan Bohan · 8 months ago
  39. 7b550b5 [libunwind] Haiku: Initial support by Trung Nguyen · 8 months ago
  40. 2e9749d [runtimes] Fix some duplicate word typos by Louis Dionne · 8 months ago
  41. 2b73bc8 [libunwind][NFC] Fix whitespace in comments by Louis Dionne · 8 months ago
  42. 7adc885 Make _LIBUNWIND_SUPPORT_FRAME_APIS a build-time option by Sterling Augustine · 9 months ago
  43. 9037938 MIPS: unwind, don't save/restore hi/lo for R6 by YunQiang Su · 8 months ago
  44. 7c05f76 [libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++ by Nikolas Klauser · 9 months ago
  45. 10a345f [libunwind] Fix build with -Wunused-function by Shoaib Meenai · 9 months ago
  46. 6a9b5db [libunwind] Fix build error on 32 bit Arm after -Wcast-qual was added by David Spickett · 9 months ago
  47. 71b7f42 [libunwind] Add cached compile and link flags to libunwind by mgrzywac · 10 months ago
  48. 92477a9 [libunwind] Removes CMake work-arounds. by Mark de Wever · 11 months ago
  49. 277eaef Reland "[CMake] Bumps minimum version to 3.20.0. by Mark de Wever · 11 months ago
  50. 2c9cfa9 [NFC][Py Reformat] Reformat python files in libcxx/libcxxabi by Tobias Hieta · 12 months ago
  51. e58086f Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" by Nico Weber · 12 months ago
  52. a1fd262 Reland "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 12 months ago
  53. 0fa4075 [libunwind] Unwind through Linux riscv sigreturn trampoline by Feng Wang · 12 months ago
  54. e63d1b5 Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" by Mark de Wever · 12 months ago
  55. 2e3f75b Reland "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 12 months ago
  56. 4ef7518 [libcxx] [test] Prepend to PATH instead of overriding it by Martin Storsjö · 1 year ago
  57. 718a1bf [test] Simplify libunwind REQUIRES by Fangrui Song · 1 year ago
  58. c179381 [libunwind] [SEH] Clear DISPATCHER_CONTEXT when initializing a cursor by Martin Storsjö · 1 year ago
  59. 10ea972 [libunwind] [SEH] Add debug logging in __libunwind_seh_personality by Martin Storsjö · 1 year ago
  60. 6f981f0 [libunwind] Remove the legacy Unwind_AppleExtras.cpp by Louis Dionne · 1 year ago
  61. f8d4e0e Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" by Mark de Wever · 1 year ago
  62. cf89f87 Revert "Revert "[CMake] Bumps minimum version to 3.20.0."" by Mark de Wever · 1 year ago
  63. 1b1f811 [libunwind] Sync Unwind_AppleExtras.cpp with downstream version by Louis Dionne · 1 year ago
  64. a497bd5 [libunwind] [SEH] Initialize _msContext with RtlCaptureContext by Martin Storsjö · 1 year, 1 month ago
  65. 933296f [libunwind] [SEH] Allow setting/getting the register UNW_X86_64_RIP by Martin Storsjö · 1 year, 1 month ago
  66. 4446180 [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir by Martin Storsjö · 1 year, 1 month ago
  67. a4b5edd [libunwind] [test] Mark the signal_frame test as unsupported on Windows by Martin Storsjö · 1 year, 1 month ago
  68. 7158e11 [libunwind] [SEH] Handle ExceptionContinueExecution in forced unwinding by Martin Storsjö · 1 year, 1 month ago
  69. 622db85 [libunwind] [SEH] Sync LSDA and handler between unw_proc_info_t and DISPATCHER_CONTEXT by Martin Storsjö · 1 year, 1 month ago
  70. 1371e16 [libunwind] Increase the external value of _LIBUNWIND_CURSOR_SIZE for SEH/x86_64 by Martin Storsjö · 1 year, 1 month ago
  71. a9f2458 [libunwind][LoongArch] Restore $r1 before $r4 in `jumpto` by Weining Lu · 1 year, 1 month ago
  72. 2932158 [libunwind][test] Add test to check for unw_resume() by zhanglimin · 1 year, 1 month ago
  73. dd65a9c [libunwind] [test] Add a mingw specific test config file by Martin Storsjö · 1 year, 1 month ago
  74. b848ad9 [libunwind] Fflush stderr after each log message by Martin Storsjö · 1 year, 1 month ago
  75. c1c914c [libunwind] Fix a typo in a debug log message. NFC. by Martin Storsjö · 1 year, 1 month ago
  76. d614d74 [libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTOR by Martin Storsjö · 2 years, 8 months ago
  77. c674e38 [libunwind] Fix a case of inconsistent indentation. NFC. by Martin Storsjö · 1 year, 1 month ago
  78. 147babf [libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_lib by Louis Dionne · 1 year, 1 month ago
  79. e593356 [libunwind][Modules] Add unwind_arm_ehabi.h and unwind_itanium.h to the unwind module) by Ian Anderson · 1 year, 3 months ago
  80. d41e98f Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" by Mark de Wever · 1 year, 1 month ago
  81. b99aa05 Reland "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 1 year, 1 month ago
  82. c463524 [libunwind][AArch64] Unbreak building with GNU assembler by Xi Ruoyao · 1 year, 1 month ago
  83. 27ce353 [runtimes] Synchronize warnings flags between libc++/libc++abi/libunwind by Nikolas Klauser · 1 year, 2 months ago
  84. b08fb7c [libunwind][RISC-V] Rewrite testcase with C as possible. by Kito Cheng · 1 year, 1 month ago
  85. 08fb07c Revert "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 1 year, 2 months ago
  86. da64ae3 [CMake] Bumps minimum version to 3.20.0. by Mark de Wever · 1 year, 2 months ago
  87. b673d27 Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag" by Petr Hosek · 1 year, 2 months ago
  88. 2050477 [CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flag by Petr Hosek · 1 year, 3 months ago
  89. 81c0328 [runtimes] Remove unused functions from Handle{Libcxx,Libunwind}Flags.cmake by Nikolas Klauser · 1 year, 2 months ago
  90. 41b7dc6 [runtimes] Remove add_target_flags* functions and use add_flags* instead by Nikolas Klauser · 1 year, 2 months ago
  91. f686080 [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. bd60b49 [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systems by Nemanja Ivanovic · 1 year, 2 months ago
  93. f44058e [runtimes] Remove duplicate imports of libcxx.test.config by Louis Dionne · 1 year, 2 months ago
  94. 68c8097 [runtimes] Rename newconfig.py to config.py -- it's not new anymore by Louis Dionne · 1 year, 2 months ago
  95. 7c791c9 [libunwind] On Darwin, add a callback-based lookup scheme for JIT'd unwind info. by Lang Hames · 1 year, 3 months ago
  96. 1f0c3b2 Bump the trunk major version to 17 by Tom Stellard · 1 year, 3 months ago
  97. dbae65d [libunwind] Fixed an upcoming clang -Wsign-conversion warning by Fahad Nayyar · 1 year, 4 months ago
  98. 8cf4651 [libunwind] Use .irp directives. NFC by Fangrui Song · 1 year, 4 months ago
  99. 7f89c36 Revert "[libunwind] Use .irp directives. NFC" by David Tenty · 1 year, 5 months ago
  100. af48a8a [libunwind] Use .irp directives. NFC by Fangrui Song · 1 year, 5 months ago