1. aa764fc [libcxxabi][demangle] Fix the cp-to-llvm.sh sync script to copy all headers (#166572) by Michael Buch · 7 weeks ago main master
  2. 2112679 [libcxxabi] Update demangle/Utility.h by Aiden Grossman · 8 weeks ago
  3. b98f665 [libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072) by Louis Dionne · 8 weeks ago
  4. 422c181 [libc++] Fix localization failures on macOS 15.4 (#138744) by Louis Dionne · 8 weeks ago
  5. 9e715ac [runtimes][PAC] Harden unwinding when possible (#143230) by Oliver Hunt · 10 weeks ago
  6. cd8af21 [libcxx] Use %{temp} instead of %T (#162323) by Aiden Grossman · 3 months ago
  7. 683c5d6 [runtimes][NFC] Consistently declare main() functions in tests (#162548) by Louis Dionne · 3 months ago
  8. 0f97603 [libcxx][CI] Use lld for everything in the ARM picolib builds (#158320) by David Spickett · 3 months ago
  9. 8380c02 [NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537) by David Tenty · 4 months ago
  10. a7cd4dd [libc++][hardening] Introduce assertion semantics. (#149459) by Konstantin Varlamov · 5 months ago
  11. ca3e3ac [llvm] annotate interfaces in Demangle for DLL export (#147564) by Andrew Rogers · 5 months ago
  12. 788d49c Revert "[libc++][hardening] Introduce assertion semantics" (#148822) by Nikolas Klauser · 6 months ago
  13. fcc0923 [libc++][hardening] Introduce assertion semantics (#148268) by Konstantin Varlamov · 6 months ago
  14. cfe1dae [libcxxabi][libunwind] Support for using LLVM libc (#134893) by Petr Hosek · 6 months ago
  15. 8d3a157 [libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527) by Raul Tambre · 6 months ago
  16. ff5af4f [libc++abi] Fix C++ demangling for _BitInt type (#143466) by Larry Meadows · 6 months ago
  17. a479518 [libc++] Expand Android libc++ test config files (#142846) by tynasello-google · 7 months ago
  18. 653c910 [libc++] Upgrade to GCC 15 (#138293) by Nikolas Klauser · 7 months ago
  19. d3958b1 [libcxxabi][test] Check that all copied files are synced between llvm and libcxxabi (#142262) by Michael Buch · 7 months ago
  20. 5e56101 [ItaniumDemangle][test] Factor demangler test-cases into file and sync into LLVM (#137947) by Michael Buch · 7 months ago
  21. e0fd8e7 [libcxxabi] Add test to assert that ItaniumDemangle.h is the same (#140323) by Aiden Grossman · 7 months ago
  22. 51051df [libcxxabi] Update ItaniumDemangle.h from LLVM (#140273) by Aiden Grossman · 7 months ago
  23. dc9ad08 [cmake] Normalize TARGET_SUBDIR paths (#138524) by Raul Tambre · 8 months ago
  24. a78b2d7 [ItaniumDemangle] Add Named flag to "pm" operator (#136862) by Michael Buch · 8 months ago
  25. 703b83e [libcxx][NFC] Use macros for functions that support overriding detection (#133876) by Petr Hosek · 8 months ago
  26. 79b3158 [ItaniumDemangle] Fix libcxxabi OutputBuffer::prepend for empty inputs (#138656) by Dmitry Vasilyev · 8 months ago
  27. e49bfbb [ItaniumDemangle][NFC] Add getter to ObjCProtoName::getProtocol by Michael Buch · 8 months ago
  28. 4a66c31 [ItaniumDemangle][test] Add test-cases for ref-qualified member pointer parameters by Michael Buch · 8 months ago
  29. 3fff56a [ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer (#133249) by Michael Buch · 8 months ago
  30. 443bb4c [PAC] Add support for __ptrauth type qualifier (#100830) by Akira Hatanaka · 9 months ago
  31. f2ccc42 [libc++] Another Apple CI quick-fix. by Mark de Wever · 9 months ago
  32. 024fc82 [libcxxabi] Fix the long double demangling for PowerPC (#135332) by Martin Storsjö · 9 months ago
  33. 7a62fc5 [libcxxabi] Use __LDBL_MANT_DIG__ for configuring demangling of long doubles (#134976) by Martin Storsjö · 9 months ago
  34. 9e239f5 [libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573) by A. Jiang · 9 months ago
  35. a4dda15 [libc++abi] Add a missing include for abort() (#126865) by Takuto Ikuta · 11 months ago
  36. 47bbbc3 [libc++abi] Make once_flag constinit in cxa_exception_storage (#124627) by Louis Dionne · 11 months ago
  37. 96c0a4c Revert "[libcxx] Use alias for detecting overriden function" (#124431) by Petr Hosek · 11 months ago
  38. 159ae3d [libc++abi] Remove support for Android 4 and older (#124054) by Brad Smith · 11 months ago
  39. 338aa8a [libc++] Simplify when the sized global deallocations overloads are available (#114667) by Nikolas Klauser · 12 months ago
  40. 17e7da0 Revert "[libc++] Stop copying headers to the build directory (#115380)" by Kirill Stoimenov · 12 months ago
  41. 308fed6 [libc++] Stop copying headers to the build directory (#115380) by Alexander Richardson · 12 months ago
  42. 1870b1a [libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109) by Fraser Cormack · 12 months ago
  43. 9383741 [libcxx] Use alias for detecting overriden function (#120805) by Petr Hosek · 12 months ago
  44. 450b458 Revert "[libcxx] Use alias for detecting overriden function (#114961)" by Nico Weber · 1 year ago
  45. 42c0509 [libcxx] Use alias for detecting overriden function (#114961) by Petr Hosek · 1 year ago
  46. eaa495d [libc++] Granularize <new> includes (#119964) by Nikolas Klauser · 1 year ago
  47. 3ce4895 NFC: clang-format test_demangle.pass.cpp but keep test "lines" by Hubert Tong · 1 year ago
  48. d9cafa9 [libc++] Granularize the <new> header (#119270) by Louis Dionne · 1 year ago
  49. 7c9a7aa [libc++abi] Build cxxabi with sanitizers (#119612) by Vitaly Buka · 1 year ago
  50. 28ed932 [libc++abi] Don't do pointer arithmetic on nullptr (#119520) by Vitaly Buka · 1 year, 1 month ago
  51. 3ec6d9e [libc++abi] Provide an explicit error when trying to build for MSVC (#119370) by Louis Dionne · 1 year, 1 month ago
  52. 8624054 [libc++abi] Don't leak in test (#119505) by Vitaly Buka · 1 year, 1 month ago
  53. 54a742e [libc++abi] Enable demangling of `cp` expression production (#114882) by Hubert Tong · 1 year, 1 month ago
  54. f1252b7 [libcxxabi] Always link against libzircon for Fuchsia targets (#115910) by Paul Kirth · 1 year, 1 month ago
  55. 58281d5 [libc++abi] Fix broken check for _LIBCPP_HAS_THREAD_API_PTHREAD (#118999) by Louis Dionne · 1 year, 1 month ago
  56. 852341c [libc++] Make variables in templates inline (#115785) by Nikolas Klauser · 1 year, 1 month ago
  57. a00ca26 Revert "Reapply "[libc++abi] Stop copying headers to the build directory"" (#115793) by Alexander Richardson · 1 year, 2 months ago
  58. c5f21f3 Reapply "[libc++abi] Stop copying headers to the build directory" by Alexander Richardson · 1 year, 2 months ago
  59. 00d8a48 [libc++] Unify the benchmarks with the test suite (#101399) by Louis Dionne · 1 year, 2 months ago
  60. 60c8c7e Revert "[libc++abi] Stop copying headers to the build directory" (#115232) by Alexander Richardson · 1 year, 2 months ago
  61. 127f1c0 [libc++abi] Stop copying headers to the build directory by Alexander Richardson · 1 year, 2 months ago
  62. d79544d NFC: Demangler README.txt: Fix LLVM unittests path by Hubert Tong · 1 year, 2 months ago
  63. d3b3b5e [demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257) by c8ef · 1 year, 2 months ago
  64. e457898 [libc++abi] Fix user prompt in cp-to-llvm.sh. (#114268) by Ryan Mansfield · 1 year, 2 months ago
  65. 77ea6be [libc++] Granularize <cstddef> includes (#108696) by Nikolas Klauser · 1 year, 2 months ago
  66. 40b0fc6 Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler" (#113653) by Vitaly Buka · 1 year, 2 months ago
  67. b57075a [runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357) by Martin Storsjö · 1 year, 2 months ago
  68. b5db098 [runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#112733) by Louis Dionne · 1 year, 2 months ago
  69. 8e34d39 [runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717) by Louis Dionne · 1 year, 2 months ago
  70. 00a8d54 [libc++][RFC] Always define internal feature test macros (#89178) by Nikolas Klauser · 1 year, 3 months ago
  71. e16c7f8 [libc++abi] Remove unused LIBCXXABI_LIBCXX_INCLUDES CMake option (#111824) by Louis Dionne · 1 year, 3 months ago
  72. 1587e07 [runtimes][NFC] Reindent CMake files (#111821) by Louis Dionne · 1 year, 3 months ago
  73. 0bf12d7 [runtimes] Always define cxx_shared, cxx_static & other targets (#80007) by Louis Dionne · 1 year, 3 months ago
  74. 6525ff8 [libc++abi] Rename abort_message to __abort_message (#111413) by Petr Hosek · 1 year, 3 months ago
  75. 410b889 [libc++] Fix broken configuration system-libcxxabi on Apple (#110920) by Louis Dionne · 1 year, 3 months ago
  76. 11f7ad1 [libc++] Avoid re-exporting a few specific symbols from libc++abi (#109054) by Louis Dionne · 1 year, 3 months ago
  77. 075d42f [runtimes] Run backdeployment CI on Github hosted runners (#109984) by Louis Dionne · 1 year, 3 months ago
  78. 690c1cd [libc++abi] Avoid using deprecated throw specifications in >= C++11 (#109296) by Louis Dionne · 1 year, 3 months ago
  79. 5c3f504 [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171) by Louis Dionne · 1 year, 3 months ago
  80. 2931d28 [clang][ItaniumMangle] Mangle friend function templates with a constr… (#110247) by Viktoriia Bakalova · 1 year, 3 months ago
  81. d606274 [libc++abi] Fix issue when building the demangler in C++11 by Louis Dionne · 1 year, 3 months ago
  82. 57ae18e [ItaniumDemangle] Add template name to the substitutions list during demangling (#108538) by Viktoriia Bakalova · 1 year, 3 months ago
  83. 42a2103 Revert "[libcxxabi] Rename abort_message to __abort_message (#108887)" by Thurston Dang · 1 year, 3 months ago
  84. 06bdeef [libcxxabi] Rename abort_message to __abort_message (#108887) by Petr Hosek · 1 year, 3 months ago
  85. 620ed3c [demangle] Represent a char array initializer as a string literal. (#109021) by Richard Smith · 1 year, 3 months ago
  86. 78f1ce6 [ItaniumDemangle] Set `InConstraintExpr` to `true` when demangling a constraint expression (#107385) by Viktoriia Bakalova · 1 year, 4 months ago
  87. b977ba0 [libc++][NFC] Increase consistency for namespace closing comments by Louis Dionne · 1 year, 4 months ago
  88. 9ae3cc8 [libc++abi] Remove unnecessary dependency on std::unique_ptr (#73277) by Michael Kenzel · 1 year, 4 months ago
  89. ebafed8 [libcxxabi/demangle] Remove __cxxabi_config.h include (#101971) by Nico Weber · 1 year, 5 months ago
  90. ad83cd0 Demangle: Fix comment typos to cycle bots by Nico Weber · 1 year, 5 months ago
  91. 4f6b3d7 [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (#101196) by Xing Xue · 1 year, 5 months ago
  92. d90aa21 Make caches protected (#101184) by Dmitry Chestnykh · 1 year, 5 months ago
  93. 38a44d5 [libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846) by Martin Storsjö · 1 year, 5 months ago
  94. a89a5e5 [libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (#87481) by Louis Dionne · 1 year, 5 months ago
  95. 7a4c170 [libc++] Allow testing Apple's system library as it is installed (#99086) by Louis Dionne · 1 year, 5 months ago
  96. 4b542a3 [libc++abi] Use __has_feature check to enable usage of thread_local for exception storage (#97591) by Louis Dionne · 1 year, 6 months ago
  97. 5cf305d [libc++] Remove annotations for GCC 13 and update the documentation (#97744) by Nikolas Klauser · 1 year, 6 months ago
  98. 44c390d [libc++abi] Fixing up LIBCXXABI_ADDITIONAL_COMPILE_FLAGS (#97608) by Zibi Sarbinowski · 1 year, 6 months ago
  99. 8fc9731 [libc++abi] Fix test failures with GCC 14 (#95759) by Nikolas Klauser · 1 year, 6 months ago
  100. a857fc1 [libc++] Clean up and update deployment target features (#96312) by Louis Dionne · 1 year, 6 months ago