1. 483f071 Export ___gxx_personality_v0 as a weak symbol on iOS by Jason Simmons · 1 year, 8 months ago main
  2. 2ce528f [SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtime by Muiez Ahmed · 1 year, 10 months ago
  3. d920784 [libc++abi][AIX] Use _LIBCXXABI_FUNC_VIS for exported routines by Xing Xue · 1 year, 10 months ago
  4. 3d113c9 [libc++][CI] Updates GCC to version 12. by Mark de Wever · 1 year, 11 months ago
  5. d6e1313 [libcxx] Remove extraneous '---' lines in .clang-format files by owenca · 1 year, 10 months ago
  6. 78bd3e6 [libcxx][AIX] Switch build compiler to clang by Jake Egan · 1 year, 11 months ago
  7. e8a7517 [libc++] Towards a simpler extern template story in libc++ by Louis Dionne · 2 years, 11 months ago
  8. e5ac812 [libcxxabi] Check __SEH__, when checking if ARM EHABI is implied by Martin Storsjö · 2 years ago
  9. e8d7667 [libc++abi][AIX] add personality and helper functions for the state table EH by Xing Xue · 1 year, 11 months ago
  10. 96e8eeb [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ by Louis Dionne · 1 year, 11 months ago
  11. fc284cc [runtimes] Officially deprecate the legacy testing configuration system by Louis Dionne · 1 year, 11 months ago
  12. 6592eaf [demangler][RISCV] Fix for long double by Piggy NL · 1 year, 11 months ago
  13. 2737401 [libc++abi] Use from-scratch testing configs for libc++abi by default by Louis Dionne · 2 years ago
  14. c33afff [libc++abi] Add missing XFAIL on test by Louis Dionne · 2 years ago
  15. 6c10d7d [runtimes] Fix the build of merged ABI/unwinder libraries by Louis Dionne · 2 years ago
  16. 9f1d512 [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on Windows by Martin Storsjö · 2 years, 1 month ago
  17. c522bc4 [libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE. by Daniel Kiss · 2 years ago
  18. aaea5e4 [runtimes] Introduce object libraries by Louis Dionne · 2 years ago
  19. e986481 [libcxxabi] Copy headers into build location by Petr Hosek · 2 years ago
  20. cab721b [runtimes][NFC] Remove dead code for Standalone builds by Louis Dionne · 2 years ago
  21. 857f995 [libc++abi][NFCI] Refactor demangling_terminate_handler to reduce nesting by Louis Dionne · 2 years ago
  22. 9e5113d [libc++] Overhaul how we select the ABI library by Louis Dionne · 2 years, 2 months ago
  23. cb8c0a0 [demangler] Avoid special-subst code duplication by Nathan Sidwell · 2 years, 1 month ago
  24. 8613489 [libc++abi][NFC] Add comment on long reaching #if by Louis Dionne · 2 years ago
  25. 0829d06 [libc++abi] Refactor exception type demangling into a separate function by Louis Dionne · 2 years ago
  26. ad56356 [runtimes] Print the testing configuration in use in libunwind and libc++abi by Louis Dionne · 2 years ago
  27. 003b2e4 [libc++abi][NFC] Fix typo in comment by Louis Dionne · 2 years ago
  28. f72b815 [libc++abi] Reword uncaught exception termination message by Louis Dionne · 2 years ago
  29. c073589 [libcxxabi] [cmake] Fix a mismatched variable name by Martin Storsjö · 2 years ago
  30. dd6fa08 [demangler] No need to space adjacent template closings by Nathan Sidwell · 2 years, 1 month ago
  31. cc8d7df [demangler] Buffer peeking needs buffer by Nathan Sidwell · 2 years, 1 month ago
  32. b2a4b92 [libcxxabi] Use the right calling convention for exception destructors on i386 Windows by Martin Storsjö · 2 years ago
  33. 0aa0bdb [demangler] Fold expressions of .* and ->* by Nathan Sidwell · 2 years, 2 months ago
  34. d669f77 Disable test for Android/Bionic. by Daniel Kiss · 2 years ago
  35. a78c52d [libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn. by Daniel Kiss · 2 years ago
  36. 644bc10 [demangler] Fix demangling a template argument which happens to be a null pointer by gbreynoo · 2 years ago
  37. 0bbd03f Revert "[demangler] Simplify OutputBuffer initialization" by Kirill Stoimenov · 2 years ago
  38. 49b596f [demangler] Simplify OutputBuffer initialization by Nathan Sidwell · 2 years, 2 months ago
  39. 69ab51c [demangler][NFC] OperatorInfo table unit test by Nathan Sidwell · 2 years, 1 month ago
  40. e81d3c1 [runtimes] [CMake] Unify variable names by Petr Hosek · 2 years, 2 months ago
  41. ca5ea31 [demangler] Support C23 _BitInt type by Senran Zhang · 2 years, 1 month ago
  42. 71cdbad [libc++] Add back-deployment testing on arm64 macs by Louis Dionne · 2 years, 1 month ago
  43. 6845b52 [libc++abi] Remove XFAIL on arm64 by Louis Dionne · 2 years, 1 month ago
  44. ff3efea [demangler] Node precision dumper by Nathan Sidwell · 2 years, 1 month ago
  45. 151de1f [demangler][NFC] Rename SwapAndRestore to ScopedOverride by Nathan Sidwell · 2 years, 2 months ago
  46. 5a3d484 [demangler] Fix undocumented Local encoding by Nathan Sidwell · 2 years, 1 month ago
  47. 166054f [demangler] Parenthesize >> inside template args by Nathan Sidwell · 2 years, 1 month ago
  48. 5fc0dde [demangler] Fix node matchers by Nathan Sidwell · 2 years, 1 month ago
  49. 353008b [demangler][NFC] Use def file for node names by Nathan Sidwell · 2 years, 1 month ago
  50. 31677fc Demangle: Fix crash-on-invalid demangling of a module name with no underlying entity by David Blaikie · 2 years, 1 month ago
  51. 0a4dca8 [libunwind] Add a _LIBUNWIND_VERSION macro by Louis Dionne · 2 years, 2 months ago
  52. 415fbcf [demangler] Update node match calls by Nathan Sidwell · 2 years, 1 month ago
  53. f26979f [libc++][libc++abi] Serialize the enable_assertions Lit parameter in the generated config by Louis Dionne · 2 years, 1 month ago
  54. a7135f4 [demangler] Add StringView conversion operator by Nathan Sidwell · 2 years, 2 months ago
  55. 3cfc1b7 [demangler] Add operator precedence by Nathan Sidwell · 2 years, 3 months ago
  56. 6f376cb [demangler] Add support for C++20 modules by Nathan Sidwell · 2 years, 3 months ago
  57. b4f78f5 [libc++][tests] Use CMake provided paths for includes and libdir instead of hardcoding them by Louis Dionne · 2 years, 1 month ago
  58. 0c5a80e [ARM] __cxa_end_cleanup: avoid clobbering r4 by Ryan Prichard · 2 years, 1 month ago
  59. a581239 [libcxxabi] Fix cmake order dependency wrt dllexporting by Martin Storsjö · 2 years, 2 months ago
  60. 86f5c6e [demangler] Make OutputBuffer non-copyable by Nathan Sidwell · 2 years, 2 months ago
  61. 637e8c5 [libc++] Use -I instead of -isystem to include headers in the test suite by Nikolas Klauser · 2 years, 2 months ago
  62. 4642f46 [runtimes] Remove FOO_TARGET_TRIPLE, FOO_SYSROOT and FOO_GCC_TOOLCHAIN by Louis Dionne · 2 years, 7 months ago
  63. 87915fb [libc++] Revert "Protect users from relying on detail headers" & related changes by Louis Dionne · 2 years, 2 months ago
  64. edab2a4 [demangler] Add co_await demangling by Nathan Sidwell · 2 years, 2 months ago
  65. 283ee1b [demangler][NFC] Tabularize operator name parsing by Nathan Sidwell · 2 years, 3 months ago
  66. 2dc9c72 [demangler] Improve buffer hysteresis by Nathan Sidwell · 2 years, 2 months ago
  67. 613f64e [demangler] Simplify SwapAndRestore by Nathan Sidwell · 2 years, 2 months ago
  68. b147773 [libc++abi] Install the libc++abi headers from libc++abi by Louis Dionne · 2 years, 2 months ago
  69. 1914eff [libcxx][modules] protects users from relying on detail headers by Christopher Di Bella · 2 years, 2 months ago
  70. 62a4554 [demangler][NFC] Reformatting by Nathan Sidwell · 2 years, 2 months ago
  71. 6a5efea [libc++abi] Bump the libc++abi version and add it to the post-release list by Louis Dionne · 2 years, 2 months ago
  72. 45e01f5 [libcxxabi] [test] Depend on unwind only if available by Michał Górny · 2 years, 2 months ago
  73. d79e3b6 [runtimes] Move warning messages for FOO_SYSROOT & friends above their default value by Louis Dionne · 2 years, 2 months ago
  74. 17e3931 [demangler] Fix build breakage by Nathan Sidwell · 2 years, 2 months ago
  75. 1dee448 [runtimes] Deprecate FOO_SYSROOT & friends by Louis Dionne · 2 years, 2 months ago
  76. 0887a01 [demangler] Reorder parseNestedName loop by Nathan Sidwell · 2 years, 3 months ago
  77. 3c38be4 [libc++] Granularize algorithm includes by Nikolas Klauser · 2 years, 2 months ago
  78. 8fc2688 [libc++] Rename *SAFE_STATIC to *CONSTINIT, and normalize its uses. by Arthur O'Dwyer · 2 years, 3 months ago
  79. e4bc3f4 [libc++abi] Add a from-scratch testing config for Apple backdeployment by Louis Dionne · 2 years, 2 months ago
  80. 6cb33e0 [demangler][NFC] Tweak legacy uuidof handling by Nathan Sidwell · 2 years, 2 months ago
  81. 20950d1 [demangler] Fix buffer growth by Nathan Sidwell · 2 years, 3 months ago
  82. 6f19bc6 [demangler] Adjust unqualified name parsing by Nathan Sidwell · 2 years, 3 months ago
  83. 3240928 [demangler] Fix new/delete demangling by Nathan Sidwell · 2 years, 3 months ago
  84. 6fa1569 [runtimes] Remove support for standalone builds by Louis Dionne · 2 years, 3 months ago
  85. 8dcea64 [demangler][NFC] Utility header cleanups by Nathan Sidwell · 2 years, 3 months ago
  86. e1484e0 [demangler] Improve ->* & .* demangling by Nathan Sidwell · 2 years, 3 months ago
  87. 15bc1ff [demangler] Stricter NestedName parsing by Nathan Sidwell · 2 years, 3 months ago
  88. e7df305 [demangler] Fix unresolvedname demangling by Nathan Sidwell · 2 years, 3 months ago
  89. c7d0b08 [demangler] Remove StdQualifiedName by Nathan Sidwell · 2 years, 3 months ago
  90. 4a60eaa [demangler] Preserve line numbering in copied demangler sources by Nathan Sidwell · 2 years, 3 months ago
  91. 02ad874 [demangler] refactor SpecialSubKind by Nathan Sidwell · 2 years, 3 months ago
  92. 6533d11 [demangler] improve test harness by Nathan Sidwell · 2 years, 3 months ago
  93. bbc2443 [demangler][NFC] Refactor some parsing by Nathan Sidwell · 2 years, 3 months ago
  94. 80367be [demangler] write-protect non-canonical source by Nathan Sidwell · 2 years, 3 months ago
  95. 96c7331 [demangler] Resync demangler sources by Nathan Sidwell · 2 years, 3 months ago
  96. 64e94ec [demangler][NFC] Small cleanups and sync by Nathan Sidwell · 2 years, 3 months ago
  97. cf19a00 [cmake] Make include(GNUInstallDirs) always below project(..) by John Ericson · 2 years, 3 months ago
  98. a5498b2 [cmake] Move HandleOutOfTreeLLVM to common cmake utils by John Ericson · 2 years, 3 months ago
  99. 4a3e086 [libcxx][libcxxabi][libunwind][cmake] Use `GNUInstallDirs` to support custom installation dirs by John Ericson · 2 years, 3 months ago
  100. b74766b Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs." by John Ericson · 2 years, 3 months ago