1. cfabc57 [libc++] Partially revert #208330 (#209928) by Petr Hosek · 3 days ago main master
  2. 009b939 [libcxx][libc] update LLVM-libc test status (#201236) by Michael Jones · 4 days ago
  3. b767f02 [libcxx][libcxxabi] Remove OVERRIDABLE_FUNCTION macro (#209323) by Petr Hosek · 5 days ago
  4. ed71cfa [libc++abi][NFC] Use C++11 spelling of [[noreturn]] (#207344) by Nikolas Klauser · 9 days ago
  5. dc50e56 [libcxxabi] Don't enable -fvisibility=hidden on Windows (#207943) by Martin Storsjö · 12 days ago
  6. be8f1b3 [libc++abi] Always enable -fvisibility=hidden (#207333) by Nikolas Klauser · 13 days ago
  7. e7ef3b7 [libcxxabi] Re-enable `thread_local_destruction_order.pass.cpp‎` on FreeBSD (#186129) by aokblast · 2 weeks ago
  8. 5c801ab [libc++abi][NFC] Avoid out parameter in dyn_cast_get_derived_info (#207326) by Nikolas Klauser · 2 weeks ago
  9. bbdd487 [runtimes][NFC] Re-indent shared library blocks (#205523) by Matt Arsenault · 3 weeks ago
  10. b4b8921 [CMake] Warn when the version of CMake is older than 3.31.0 (#204203) by Petr Hosek · 3 weeks ago
  11. 1e1def3 [runtimes] Don't create shared library targets when unsupported (#205517) by Matt Arsenault · 3 weeks ago
  12. c1887c2 [libc++abi] Fix alternate deletions in exhaustion tests (#193130) by Daniel Rank · 3 weeks ago
  13. e7d6ce5 [libc++] Enable clang-tidy in the CI again (#195047) by Nikolas Klauser · 3 weeks ago
  14. a726d91 [Demangle] Guard DEMANGLE_ABI and add missing annotation (#202920) by Fabrice de Gans · 5 weeks ago
  15. b475760 [libc++] Fill in Apple availability for LLVM 21 (#202347) by Louis Dionne · 6 weeks ago
  16. bffb2de [Clang] Mangling of pack indexing type and expression for itanium (#123513) by Corentin Jabot · 9 weeks ago
  17. 51a59d7 [libc++abi][libc][test] Use LLVM-libc headers in LLVM-libc config (#194665) by Jackson Stogel · 3 months ago
  18. 9ec73b8 libcxxabi: declare __gnu_unwind_frame in cxa_personality (#189787) by Khem Raj · 3 months ago
  19. 340d6b5 [libcxx] Add Testing Configuration for LLVM libc by Aiden Grossman · 3 months ago
  20. cbfd95b [ItaniumDemangle] Strip __alloc_token_ to transparently demangle allocation functions (#191048) by Marco Elver · 3 months ago
  21. 68282ed [libc++] Update to Clang 21 as the oldest supported version (#186062) by Nikolas Klauser · 3 months ago
  22. 0205a4d [Runtimes] Introduce variables containing resource dir paths (#177953) by Michael Kruse · 4 months ago
  23. 7f223a8 Prepare libcxx and libcxxabi for pointer field protection. by Peter Collingbourne · 4 months ago
  24. 8fba8aa [libc++] Remove _LIBCPP_CONSTINIT (#171802) by Nikolas Klauser · 6 months ago
  25. 795dd84 [libc++abi] Remove old workaround for detecting libunwind (#176009) by Louis Dionne · 6 months ago
  26. 3a38a1f [runtimes] Post-branch tasks for the LLVM 23 release (#176007) by Louis Dionne · 6 months ago
  27. f24f3e0 [NFC] Exactly one kind typo fixes, change defintions to definitions. (#174333) by willmafh · 6 months ago
  28. 05ea9d6 [libc++] Replace uses of _LIBCPP_WEAK with [[gnu::weak]] (#171798) by Nikolas Klauser · 6 months ago
  29. 9c16be6 [libc++][NFC] Refactor _LIBCPP_OVERRIDABLE_FUNCTION to be a normal attribute macro (#174964) by Nikolas Klauser · 6 months ago
  30. e26cbaa [libc++] Introduce the notion of a minimum header version (#166074) by Nikolas Klauser · 6 months ago
  31. faf4e66 [NFC] Delete unnecessary apostrophe at the end of its (#173974) by willmafh · 7 months ago
  32. ff0097a [libc++] Enable -Wmissing-prototypes (#116261) by Nikolas Klauser · 7 months ago
  33. 96f81a7 [runtimes] Remove dependencies on cxx_experimental for test-suite installs (#171678) by Louis Dionne · 7 months ago
  34. f841282 [libc++] Simplify how we install test-suite dependencies (#171504) by Louis Dionne · 7 months ago
  35. c3fc78f [runtimes] Modernize installation targets (#171677) by Louis Dionne · 7 months ago
  36. 171353d [libc++][NFC] Move __memory/aligned_alloc.h into src/ (#166172) by Nikolas Klauser · 8 months ago
  37. 2693ebd [libc++abi] Add a test to ensure the abi namespace alias is declared correctly (#167485) by Nikolas Klauser · 8 months ago
  38. 8d9e4b7 [libc++abi][NFC] Remove some cruft from <__cxxabi_config.h> (#164578) by Nikolas Klauser · 8 months ago
  39. 6eb5bcc [libc++abi][libunwind] Enable AT&T syntax explicitly (#166818) by Raul Tambre · 8 months ago
  40. 6226762 [libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578) by Michael Buch · 8 months ago
  41. aa764fc [libcxxabi][demangle] Fix the cp-to-llvm.sh sync script to copy all headers (#166572) by Michael Buch · 9 months ago
  42. 2112679 [libcxxabi] Update demangle/Utility.h by Aiden Grossman · 9 months ago
  43. b98f665 [libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072) by Louis Dionne · 9 months ago
  44. 422c181 [libc++] Fix localization failures on macOS 15.4 (#138744) by Louis Dionne · 9 months ago
  45. 9e715ac [runtimes][PAC] Harden unwinding when possible (#143230) by Oliver Hunt · 9 months ago
  46. cd8af21 [libcxx] Use %{temp} instead of %T (#162323) by Aiden Grossman · 9 months ago
  47. 683c5d6 [runtimes][NFC] Consistently declare main() functions in tests (#162548) by Louis Dionne · 9 months ago
  48. 0f97603 [libcxx][CI] Use lld for everything in the ARM picolib builds (#158320) by David Spickett · 10 months ago
  49. 8380c02 [NFC][CMake] quote ${CMAKE_SYSTEM_NAME} consistently (#154537) by David Tenty · 11 months ago
  50. a7cd4dd [libc++][hardening] Introduce assertion semantics. (#149459) by Konstantin Varlamov · 12 months ago
  51. ca3e3ac [llvm] annotate interfaces in Demangle for DLL export (#147564) by Andrew Rogers · 12 months ago
  52. 788d49c Revert "[libc++][hardening] Introduce assertion semantics" (#148822) by Nikolas Klauser · 1 year ago
  53. fcc0923 [libc++][hardening] Introduce assertion semantics (#148268) by Konstantin Varlamov · 1 year ago
  54. cfe1dae [libcxxabi][libunwind] Support for using LLVM libc (#134893) by Petr Hosek · 1 year ago
  55. 8d3a157 [libcxxabi][cmake] Account for LIBCXXABI_TARGET_SUBDIR in test config (#138527) by Raul Tambre · 1 year, 1 month ago
  56. ff5af4f [libc++abi] Fix C++ demangling for _BitInt type (#143466) by Larry Meadows · 1 year, 1 month ago
  57. a479518 [libc++] Expand Android libc++ test config files (#142846) by tynasello-google · 1 year, 1 month ago
  58. 653c910 [libc++] Upgrade to GCC 15 (#138293) by Nikolas Klauser · 1 year, 1 month ago
  59. d3958b1 [libcxxabi][test] Check that all copied files are synced between llvm and libcxxabi (#142262) by Michael Buch · 1 year, 2 months ago
  60. 5e56101 [ItaniumDemangle][test] Factor demangler test-cases into file and sync into LLVM (#137947) by Michael Buch · 1 year, 2 months ago
  61. e0fd8e7 [libcxxabi] Add test to assert that ItaniumDemangle.h is the same (#140323) by Aiden Grossman · 1 year, 2 months ago
  62. 51051df [libcxxabi] Update ItaniumDemangle.h from LLVM (#140273) by Aiden Grossman · 1 year, 2 months ago
  63. dc9ad08 [cmake] Normalize TARGET_SUBDIR paths (#138524) by Raul Tambre · 1 year, 2 months ago
  64. a78b2d7 [ItaniumDemangle] Add Named flag to "pm" operator (#136862) by Michael Buch · 1 year, 2 months ago
  65. 703b83e [libcxx][NFC] Use macros for functions that support overriding detection (#133876) by Petr Hosek · 1 year, 2 months ago
  66. 79b3158 [ItaniumDemangle] Fix libcxxabi OutputBuffer::prepend for empty inputs (#138656) by Dmitry Vasilyev · 1 year, 2 months ago
  67. e49bfbb [ItaniumDemangle][NFC] Add getter to ObjCProtoName::getProtocol by Michael Buch · 1 year, 3 months ago
  68. 4a66c31 [ItaniumDemangle][test] Add test-cases for ref-qualified member pointer parameters by Michael Buch · 1 year, 3 months ago
  69. 3fff56a [ItaniumDemangle] Add customizable printLeft/printRight APIs to OutputBuffer (#133249) by Michael Buch · 1 year, 3 months ago
  70. 443bb4c [PAC] Add support for __ptrauth type qualifier (#100830) by Akira Hatanaka · 1 year, 3 months ago
  71. f2ccc42 [libc++] Another Apple CI quick-fix. by Mark de Wever · 1 year, 3 months ago
  72. 024fc82 [libcxxabi] Fix the long double demangling for PowerPC (#135332) by Martin Storsjö · 1 year, 3 months ago
  73. 7a62fc5 [libcxxabi] Use __LDBL_MANT_DIG__ for configuring demangling of long doubles (#134976) by Martin Storsjö · 1 year, 3 months ago
  74. 9e239f5 [libc++] P3247R2: Deprecate `is_trivial(_v)` (#130573) by A. Jiang · 1 year, 3 months ago
  75. a4dda15 [libc++abi] Add a missing include for abort() (#126865) by Takuto Ikuta · 1 year, 5 months ago
  76. 47bbbc3 [libc++abi] Make once_flag constinit in cxa_exception_storage (#124627) by Louis Dionne · 1 year, 6 months ago
  77. 96c0a4c Revert "[libcxx] Use alias for detecting overriden function" (#124431) by Petr Hosek · 1 year, 6 months ago
  78. 159ae3d [libc++abi] Remove support for Android 4 and older (#124054) by Brad Smith · 1 year, 6 months ago
  79. 338aa8a [libc++] Simplify when the sized global deallocations overloads are available (#114667) by Nikolas Klauser · 1 year, 6 months ago
  80. 17e7da0 Revert "[libc++] Stop copying headers to the build directory (#115380)" by Kirill Stoimenov · 1 year, 6 months ago
  81. 308fed6 [libc++] Stop copying headers to the build directory (#115380) by Alexander Richardson · 1 year, 6 months ago
  82. 1870b1a [libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109) by Fraser Cormack · 1 year, 6 months ago
  83. 9383741 [libcxx] Use alias for detecting overriden function (#120805) by Petr Hosek · 1 year, 6 months ago
  84. 450b458 Revert "[libcxx] Use alias for detecting overriden function (#114961)" by Nico Weber · 1 year, 7 months ago
  85. 42c0509 [libcxx] Use alias for detecting overriden function (#114961) by Petr Hosek · 1 year, 7 months ago
  86. eaa495d [libc++] Granularize <new> includes (#119964) by Nikolas Klauser · 1 year, 7 months ago
  87. 3ce4895 NFC: clang-format test_demangle.pass.cpp but keep test "lines" by Hubert Tong · 1 year, 7 months ago
  88. d9cafa9 [libc++] Granularize the <new> header (#119270) by Louis Dionne · 1 year, 7 months ago
  89. 7c9a7aa [libc++abi] Build cxxabi with sanitizers (#119612) by Vitaly Buka · 1 year, 7 months ago
  90. 28ed932 [libc++abi] Don't do pointer arithmetic on nullptr (#119520) by Vitaly Buka · 1 year, 7 months ago
  91. 3ec6d9e [libc++abi] Provide an explicit error when trying to build for MSVC (#119370) by Louis Dionne · 1 year, 7 months ago
  92. 8624054 [libc++abi] Don't leak in test (#119505) by Vitaly Buka · 1 year, 7 months ago
  93. 54a742e [libc++abi] Enable demangling of `cp` expression production (#114882) by Hubert Tong · 1 year, 7 months ago
  94. f1252b7 [libcxxabi] Always link against libzircon for Fuchsia targets (#115910) by Paul Kirth · 1 year, 7 months ago
  95. 58281d5 [libc++abi] Fix broken check for _LIBCPP_HAS_THREAD_API_PTHREAD (#118999) by Louis Dionne · 1 year, 7 months ago
  96. 852341c [libc++] Make variables in templates inline (#115785) by Nikolas Klauser · 1 year, 8 months ago
  97. a00ca26 Revert "Reapply "[libc++abi] Stop copying headers to the build directory"" (#115793) by Alexander Richardson · 1 year, 8 months ago
  98. c5f21f3 Reapply "[libc++abi] Stop copying headers to the build directory" by Alexander Richardson · 1 year, 8 months ago
  99. 00d8a48 [libc++] Unify the benchmarks with the test suite (#101399) by Louis Dionne · 1 year, 8 months ago
  100. 60c8c7e Revert "[libc++abi] Stop copying headers to the build directory" (#115232) by Alexander Richardson · 1 year, 8 months ago