1. 9db868e [libcxxabi] [test] Don't cast a pointer to long, fixing the test on Windows by Martin Storsjö · 1 year, 1 month ago
  2. 665b0af [libcxxabi, libunwind] [test] Place output from tests under a 'test' subdir by Martin Storsjö · 1 year, 1 month ago
  3. 6e3f1e9 [libcxxabi] [test] Mark thread_local_destruction_order.pass.cpp unsupported for mingw targets by Martin Storsjö · 1 year, 1 month ago
  4. 9cdd19c [libcxxabi, libunwind] [test] Quote the python path properly for LIB*_EXECUTOR by Martin Storsjö · 2 years, 9 months ago
  5. cf9c06a [libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_lib by Louis Dionne · 1 year, 2 months ago
  6. ea30497 [libcxxabi] Fix for c9d36bd80760db14f14b33789e6cbc6cb8c64830 by Dmitry Chernenkov · 1 year, 2 months ago
  7. b785f3d [libcxxabi][Demangle] Don't drop ctor/dtor name for abi-tagged structures by Michael Buch · 1 year, 2 months ago
  8. c0a93c7 [libc++abi] Improve performance of __dynamic_cast by Sirui Mu · 1 year, 2 months ago
  9. ad92056 Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" by Mark de Wever · 1 year, 2 months ago
  10. e386073 Reland "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 1 year, 2 months ago
  11. 627796c [libc++][NFC] Move the stdlib= test suite configuration for Apple into the cfg.in files by Louis Dionne · 1 year, 2 months ago
  12. 1dd556a [runtimes] Synchronize warnings flags between libc++/libc++abi/libunwind by Nikolas Klauser · 1 year, 3 months ago
  13. f4eaf8c [HWASAN] Remove RUN statements, which have to effect on the test by Kirill Stoimenov · 1 year, 2 months ago
  14. 581fbe3 [HWASAN] Disable leak checking for forced_unwind2.pass.cpp by Kirill Stoimenov · 1 year, 2 months ago
  15. 712ee8f [HWASAN] Disable leak checking for test_vector2.pass.cpp by Kirill Stoimenov · 1 year, 2 months ago
  16. 2976e97 [libc++] Granularize <type_traits> includes by Nikolas Klauser · 1 year, 3 months ago
  17. 3b96592 [libc++] Enable -Wunused-template by Nikolas Klauser · 1 year, 3 months ago
  18. f3ce7c3 Revert "[CMake] Bumps minimum version to 3.20.0." by Mark de Wever · 1 year, 2 months ago
  19. ab9283f [CMake] Bumps minimum version to 3.20.0. by Mark de Wever · 1 year, 3 months ago
  20. 57db632 [z/OS][NFC] Remove obsolete code. by Zibi Sarbinowski · 1 year, 2 months ago
  21. 27e9d26 [libc++] Move constexpr <cstring> functions into their own headers and remove unused <cstring> includes by Nikolas Klauser · 1 year, 3 months ago
  22. 90e2cf9 [runtimes] Remove add_target_flags* functions and use add_flags* instead by Nikolas Klauser · 1 year, 3 months ago
  23. 3eebbc6 [runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags.cmake to runtimes/cmake/Modules/HandleFlags.cmake by Nikolas Klauser · 1 year, 3 months ago
  24. ca4266b [libunwind][PowerPC] Fix saving/restoring VSX registers on LE systems by Nemanja Ivanovic · 1 year, 3 months ago
  25. b089cc6 [libc++abi][AIX] Skip non-C++ EH aware frames when retrieving exception object by Xing Xue · 1 year, 3 months ago
  26. 2f46834 [runtimes] Remove duplicate imports of libcxx.test.config by Louis Dionne · 1 year, 3 months ago
  27. 8bc736b [runtimes] Rename newconfig.py to config.py -- it's not new anymore by Louis Dionne · 1 year, 3 months ago
  28. 9c7302a [libc++] Move the definition of aligned allocation helpers outside of <new> by Louis Dionne · 1 year, 5 months ago
  29. 12221c0 [libc++] Add FreeBSD XFAILs in preparation for CI by Ed Maste · 1 year, 5 months ago
  30. 79e0f6c [libc++] Granularize <type_traits> includes in <utility> by Nikolas Klauser · 1 year, 5 months ago
  31. a0ec5a7 [libcxxabi] Use 'target=' consistently by Paul Robinson · 1 year, 5 months ago
  32. 26f071b [libc++][Android] Include cstdlib to define __BIONIC__ by Ryan Prichard · 1 year, 5 months ago
  33. 3a637ea [demangler][LoongArch] Correct the mangled_size for long double by Weining Lu · 1 year, 5 months ago
  34. 23bbcc4 Revert "[CMake] Use LLVM_TARGET_TRIPLE in runtimes" by Leonard Chan · 1 year, 5 months ago
  35. c8e17b7 [libc++abi][LIT][AIX] Use Vector instructions available on Power7 in vec_reg_restore.pass.cpp by Xing Xue · 1 year, 5 months ago
  36. 1495d7d [CMake] Use LLVM_TARGET_TRIPLE in runtimes by Petr Hosek · 2 years, 3 months ago
  37. 711c6ae [libc++][NFC] Consistently use newline between license and include guard by Louis Dionne · 1 year, 6 months ago
  38. 524a5f7 Revert "[libcxxabi] Always use thread_local for cxa_exception_storage" by Louis Dionne · 1 year, 6 months ago
  39. b21d665 [libcxxabi] Always use thread_local for cxa_exception_storage by Shoaib Meenai · 1 year, 6 months ago
  40. 6230e97 [CMake] Fix -Wstrict-prototypes by Sam James · 1 year, 6 months ago
  41. e1ff268 [libc++abi] Use std::nullptr_t instead of declaring it manually by Ryan Prichard · 1 year, 6 months ago
  42. 76e0f22 [libc++abi][AIX] Use reserved slot in stack to pass the address of exception object by Xing Xue · 1 year, 6 months ago
  43. 0a4e0c3 [libc++abi][AIX] Use reserved slot in stack to pass the address of exception object by Xing Xue · 1 year, 6 months ago
  44. fc68d8b libcxxabi [PR58117][NFC]: Open code lower bound by Nathan Sidwell · 1 year, 7 months ago
  45. a975c4d [demangler] Simplify OutputBuffer initialization by Nathan Sidwell · 2 years, 2 months ago
  46. 9be91cc Revert "[runtimes] Always define cxx_shared, cxx_static & other targets" by Haowei Wu · 1 year, 7 months ago
  47. d6565b2 [libcxxabi]: Resync llvm & libcxxabi's demangler by Nathan Sidwell · 1 year, 7 months ago
  48. ca50e23 [runtimes] Always define cxx_shared, cxx_static & other targets by Louis Dionne · 1 year, 8 months ago
  49. b0557ce [runtimes] Add the ability to customize the output name of libc++, libc++abi and libunwind by Louis Dionne · 1 year, 7 months ago
  50. d89fca1 [SystemZ][z/OS] Add ASCII and 32-bit variants for libc++. by Zibi Sarbinowski · 1 year, 7 months ago
  51. 6b72d73 [runtimes] Remove all traces of the legacy testing configuration system by Louis Dionne · 2 years ago
  52. 1def96d [libcxxabi] Fix forced_unwind3.pass.cpp compilation error by Aaron Puchert · 1 year, 8 months ago
  53. 8e21ba3 [libc++] Granularize the rest of memory by Nikolas Klauser · 1 year, 8 months ago
  54. 17e0bb6 [runtimes] Don't link against compiler-rt when we don't find it by Louis Dionne · 1 year, 9 months ago
  55. 9eca2ba Revert the removal of LLVM_ENABLE_PROJECTS for libc++ and libc++abi by Louis Dionne · 1 year, 9 months ago
  56. 40dd433 [libcxxabi][cmake] Allow building without libcxx again by John Ericson · 1 year, 9 months ago
  57. 3679697 [libcxxabi] Fix alignment of pointers returned by fallback_malloc by Simon Tatham · 1 year, 9 months ago
  58. 13cbe31 Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" by John Ericson · 1 year, 9 months ago
  59. 90d3670 [cmake] Use `CMAKE_INSTALL_LIBDIR` too by John Ericson · 3 years, 1 month ago
  60. 63d21fc Remove references to old mailing lists that have moved to discourse. Replace with links to discourse. by tlattner · 1 year, 10 months ago
  61. ede14e6 [libcxxabi][CMake] Set --unwindlib=none when using LLVM libunwind by Petr Hosek · 1 year, 10 months ago
  62. 2ce528f [SystemZ][z/OS] Modify cxxabi to be compatible with existing z/OS runtime by Muiez Ahmed · 1 year, 11 months ago
  63. d920784 [libc++abi][AIX] Use _LIBCXXABI_FUNC_VIS for exported routines by Xing Xue · 1 year, 11 months ago
  64. 3d113c9 [libc++][CI] Updates GCC to version 12. by Mark de Wever · 2 years ago
  65. d6e1313 [libcxx] Remove extraneous '---' lines in .clang-format files by owenca · 1 year, 11 months ago
  66. 78bd3e6 [libcxx][AIX] Switch build compiler to clang by Jake Egan · 1 year, 11 months ago
  67. e8a7517 [libc++] Towards a simpler extern template story in libc++ by Louis Dionne · 3 years ago
  68. e5ac812 [libcxxabi] Check __SEH__, when checking if ARM EHABI is implied by Martin Storsjö · 2 years ago
  69. e8d7667 [libc++abi][AIX] add personality and helper functions for the state table EH by Xing Xue · 2 years ago
  70. 96e8eeb [runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZ by Louis Dionne · 2 years ago
  71. fc284cc [runtimes] Officially deprecate the legacy testing configuration system by Louis Dionne · 2 years ago
  72. 6592eaf [demangler][RISCV] Fix for long double by Piggy NL · 2 years ago
  73. 2737401 [libc++abi] Use from-scratch testing configs for libc++abi by default by Louis Dionne · 2 years ago
  74. c33afff [libc++abi] Add missing XFAIL on test by Louis Dionne · 2 years ago
  75. 6c10d7d [runtimes] Fix the build of merged ABI/unwinder libraries by Louis Dionne · 2 years ago
  76. 9f1d512 [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on Windows by Martin Storsjö · 2 years, 1 month ago
  77. c522bc4 [libunwind][AArch64] Add support for DWARF expression for RA_SIGN_STATE. by Daniel Kiss · 2 years ago
  78. aaea5e4 [runtimes] Introduce object libraries by Louis Dionne · 2 years ago
  79. e986481 [libcxxabi] Copy headers into build location by Petr Hosek · 2 years ago
  80. cab721b [runtimes][NFC] Remove dead code for Standalone builds by Louis Dionne · 2 years ago
  81. 857f995 [libc++abi][NFCI] Refactor demangling_terminate_handler to reduce nesting by Louis Dionne · 2 years ago
  82. 9e5113d [libc++] Overhaul how we select the ABI library by Louis Dionne · 2 years, 2 months ago
  83. cb8c0a0 [demangler] Avoid special-subst code duplication by Nathan Sidwell · 2 years, 1 month ago
  84. 8613489 [libc++abi][NFC] Add comment on long reaching #if by Louis Dionne · 2 years ago
  85. 0829d06 [libc++abi] Refactor exception type demangling into a separate function by Louis Dionne · 2 years ago
  86. ad56356 [runtimes] Print the testing configuration in use in libunwind and libc++abi by Louis Dionne · 2 years ago
  87. 003b2e4 [libc++abi][NFC] Fix typo in comment by Louis Dionne · 2 years ago
  88. f72b815 [libc++abi] Reword uncaught exception termination message by Louis Dionne · 2 years ago
  89. c073589 [libcxxabi] [cmake] Fix a mismatched variable name by Martin Storsjö · 2 years ago
  90. dd6fa08 [demangler] No need to space adjacent template closings by Nathan Sidwell · 2 years, 1 month ago
  91. cc8d7df [demangler] Buffer peeking needs buffer by Nathan Sidwell · 2 years, 1 month ago
  92. b2a4b92 [libcxxabi] Use the right calling convention for exception destructors on i386 Windows by Martin Storsjö · 2 years ago
  93. 0aa0bdb [demangler] Fold expressions of .* and ->* by Nathan Sidwell · 2 years, 3 months ago
  94. d669f77 Disable test for Android/Bionic. by Daniel Kiss · 2 years ago
  95. a78c52d [libunwind][AArch64] Fix _Unwind_ForcedUnwind via sigreturn. by Daniel Kiss · 2 years ago
  96. 644bc10 [demangler] Fix demangling a template argument which happens to be a null pointer by gbreynoo · 2 years ago
  97. 0bbd03f Revert "[demangler] Simplify OutputBuffer initialization" by Kirill Stoimenov · 2 years ago
  98. 49b596f [demangler] Simplify OutputBuffer initialization by Nathan Sidwell · 2 years, 2 months ago
  99. 69ab51c [demangler][NFC] OperatorInfo table unit test by Nathan Sidwell · 2 years, 1 month ago
  100. e81d3c1 [runtimes] [CMake] Unify variable names by Petr Hosek · 2 years, 2 months ago