1. 338aa8a [libc++] Simplify when the sized global deallocations overloads are available (#114667) by Nikolas Klauser · 7 days ago main master
  2. 17e7da0 Revert "[libc++] Stop copying headers to the build directory (#115380)" by Kirill Stoimenov · 7 days ago
  3. 308fed6 [libc++] Stop copying headers to the build directory (#115380) by Alexander Richardson · 7 days ago
  4. 1870b1a [libc++abi][ItaniumDemangle] Demangle DF16b as std::bfloat16_t (#120109) by Fraser Cormack · 8 days ago
  5. 9383741 [libcxx] Use alias for detecting overriden function (#120805) by Petr Hosek · 14 days ago
  6. 450b458 Revert "[libcxx] Use alias for detecting overriden function (#114961)" by Nico Weber · 5 weeks ago
  7. 42c0509 [libcxx] Use alias for detecting overriden function (#114961) by Petr Hosek · 5 weeks ago
  8. eaa495d [libc++] Granularize <new> includes (#119964) by Nikolas Klauser · 5 weeks ago
  9. 3ce4895 NFC: clang-format test_demangle.pass.cpp but keep test "lines" by Hubert Tong · 5 weeks ago
  10. d9cafa9 [libc++] Granularize the <new> header (#119270) by Louis Dionne · 6 weeks ago
  11. 7c9a7aa [libc++abi] Build cxxabi with sanitizers (#119612) by Vitaly Buka · 6 weeks ago
  12. 28ed932 [libc++abi] Don't do pointer arithmetic on nullptr (#119520) by Vitaly Buka · 6 weeks ago
  13. 3ec6d9e [libc++abi] Provide an explicit error when trying to build for MSVC (#119370) by Louis Dionne · 6 weeks ago
  14. 8624054 [libc++abi] Don't leak in test (#119505) by Vitaly Buka · 6 weeks ago
  15. 54a742e [libc++abi] Enable demangling of `cp` expression production (#114882) by Hubert Tong · 6 weeks ago
  16. f1252b7 [libcxxabi] Always link against libzircon for Fuchsia targets (#115910) by Paul Kirth · 6 weeks ago
  17. 58281d5 [libc++abi] Fix broken check for _LIBCPP_HAS_THREAD_API_PTHREAD (#118999) by Louis Dionne · 7 weeks ago
  18. 852341c [libc++] Make variables in templates inline (#115785) by Nikolas Klauser · 10 weeks ago
  19. a00ca26 Revert "Reapply "[libc++abi] Stop copying headers to the build directory"" (#115793) by Alexander Richardson · 2 months ago
  20. c5f21f3 Reapply "[libc++abi] Stop copying headers to the build directory" by Alexander Richardson · 2 months ago
  21. 00d8a48 [libc++] Unify the benchmarks with the test suite (#101399) by Louis Dionne · 3 months ago
  22. 60c8c7e Revert "[libc++abi] Stop copying headers to the build directory" (#115232) by Alexander Richardson · 3 months ago
  23. 127f1c0 [libc++abi] Stop copying headers to the build directory by Alexander Richardson · 3 months ago
  24. d79544d NFC: Demangler README.txt: Fix LLVM unittests path by Hubert Tong · 3 months ago
  25. d3b3b5e [demangler] Enhance demangling in llvm-cxxfilt for fixed-point types. (#114257) by c8ef · 3 months ago
  26. e457898 [libc++abi] Fix user prompt in cp-to-llvm.sh. (#114268) by Ryan Mansfield · 3 months ago
  27. 77ea6be [libc++] Granularize <cstddef> includes (#108696) by Nikolas Klauser · 3 months ago
  28. 40b0fc6 Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler" (#113653) by Vitaly Buka · 3 months ago
  29. b57075a [runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357) by Martin Storsjö · 3 months ago
  30. b5db098 [runtimes] Improve the documentation for LIBCXX_ADDITIONAL_COMPILE_FLAGS (#112733) by Louis Dionne · 3 months ago
  31. 8e34d39 [runtimes] Avoid cluttering the top-level build directory with test artifacts (#112717) by Louis Dionne · 3 months ago
  32. 00a8d54 [libc++][RFC] Always define internal feature test macros (#89178) by Nikolas Klauser · 3 months ago
  33. e16c7f8 [libc++abi] Remove unused LIBCXXABI_LIBCXX_INCLUDES CMake option (#111824) by Louis Dionne · 3 months ago
  34. 1587e07 [runtimes][NFC] Reindent CMake files (#111821) by Louis Dionne · 3 months ago
  35. 0bf12d7 [runtimes] Always define cxx_shared, cxx_static & other targets (#80007) by Louis Dionne · 3 months ago
  36. 6525ff8 [libc++abi] Rename abort_message to __abort_message (#111413) by Petr Hosek · 3 months ago
  37. 410b889 [libc++] Fix broken configuration system-libcxxabi on Apple (#110920) by Louis Dionne · 3 months ago
  38. 11f7ad1 [libc++] Avoid re-exporting a few specific symbols from libc++abi (#109054) by Louis Dionne · 4 months ago
  39. 075d42f [runtimes] Run backdeployment CI on Github hosted runners (#109984) by Louis Dionne · 4 months ago
  40. 690c1cd [libc++abi] Avoid using deprecated throw specifications in >= C++11 (#109296) by Louis Dionne · 4 months ago
  41. 5c3f504 [libc++abi][libunwind] Run c++abi and unwind tests against a fake install root (#110171) by Louis Dionne · 4 months ago
  42. 2931d28 [clang][ItaniumMangle] Mangle friend function templates with a constr… (#110247) by Viktoriia Bakalova · 4 months ago
  43. d606274 [libc++abi] Fix issue when building the demangler in C++11 by Louis Dionne · 4 months ago
  44. 57ae18e [ItaniumDemangle] Add template name to the substitutions list during demangling (#108538) by Viktoriia Bakalova · 4 months ago
  45. 42a2103 Revert "[libcxxabi] Rename abort_message to __abort_message (#108887)" by Thurston Dang · 4 months ago
  46. 06bdeef [libcxxabi] Rename abort_message to __abort_message (#108887) by Petr Hosek · 4 months ago
  47. 620ed3c [demangle] Represent a char array initializer as a string literal. (#109021) by Richard Smith · 4 months ago
  48. 78f1ce6 [ItaniumDemangle] Set `InConstraintExpr` to `true` when demangling a constraint expression (#107385) by Viktoriia Bakalova · 4 months ago
  49. b977ba0 [libc++][NFC] Increase consistency for namespace closing comments by Louis Dionne · 5 months ago
  50. 9ae3cc8 [libc++abi] Remove unnecessary dependency on std::unique_ptr (#73277) by Michael Kenzel · 5 months ago
  51. ebafed8 [libcxxabi/demangle] Remove __cxxabi_config.h include (#101971) by Nico Weber · 6 months ago
  52. ad83cd0 Demangle: Fix comment typos to cycle bots by Nico Weber · 6 months ago
  53. 4f6b3d7 [NFC][libc++][libc++abi][libunwind][test] Fix/unify AIX triples used in LIT tests (#101196) by Xing Xue · 6 months ago
  54. d90aa21 Make caches protected (#101184) by Dmitry Chestnykh · 6 months ago
  55. 38a44d5 [libcxx] [test] Detect the UCRT printf("%a") formatting bug (#99846) by Martin Storsjö · 6 months ago
  56. a89a5e5 [libc++][libc++abi] Minor follow-up changes after ptrauth upstreaming (#87481) by Louis Dionne · 6 months ago
  57. 7a4c170 [libc++] Allow testing Apple's system library as it is installed (#99086) by Louis Dionne · 6 months ago
  58. 4b542a3 [libc++abi] Use __has_feature check to enable usage of thread_local for exception storage (#97591) by Louis Dionne · 7 months ago
  59. 5cf305d [libc++] Remove annotations for GCC 13 and update the documentation (#97744) by Nikolas Klauser · 7 months ago
  60. 44c390d [libc++abi] Fixing up LIBCXXABI_ADDITIONAL_COMPILE_FLAGS (#97608) by Zibi Sarbinowski · 7 months ago
  61. 8fc9731 [libc++abi] Fix test failures with GCC 14 (#95759) by Nikolas Klauser · 7 months ago
  62. a857fc1 [libc++] Clean up and update deployment target features (#96312) by Louis Dionne · 7 months ago
  63. b41a49a [runtimes][NFC] Improve error message when running Lit incorrectly by Louis Dionne · 7 months ago
  64. ae59b68 [libc++] Fix deployment target Lit features (#94791) by Louis Dionne · 7 months ago
  65. 7312784 [libc++abi] Use target_compile_options to pass LIBCXXABI_ADDITIONAL_COMPILE_FLAGS (#96112) by Louis Dionne · 7 months ago
  66. 2dc360c [libc++] Test suite adjustments on macOS (#95835) by Louis Dionne · 7 months ago
  67. 0c22e3e [libc++][NFC] Fix typo by Louis Dionne · 8 months ago
  68. f0ccde7 [libc++] Fix failures with GCC 14 (#92663) by Nikolas Klauser · 8 months ago
  69. 578e483 [runtimes] Correctly apply libdir subdir for multilib (#93354) by Petr Hosek · 8 months ago
  70. 0749519 [runtimes][CMake] Simplify the propagation of test dependencies (#93558) by Louis Dionne · 8 months ago
  71. 93ea1c1 [runtimes] Reintroduce a way to select the compiler used for the test suite (#93542) by Louis Dionne · 8 months ago
  72. 886757d Revise IDE folder structure (#89755) by Michael Kruse · 8 months ago
  73. 056b995 [WebAssembly] Upstream misc. EH changes (#92990) by Heejin Ahn · 8 months ago
  74. 6bf9334 [WebAssembly] __USING_WASM_EXCEPTIONS__ -> __WASM_EXCEPTIONS__ (#92840) by Heejin Ahn · 8 months ago
  75. 4a5f108 [libcxx][libcxxabi] Fix build for OpenBSD (#92186) by John Ericson · 8 months ago
  76. a9ec891 Update stale comments of the demangler, NFC (#91740) by Haojian Wu · 9 months ago
  77. cf412ac [libc++abi][AIX] Use different function pointer types for destructors with 1 or 2 args (#89624) by Xing Xue · 9 months ago
  78. cf9c9b8 Add clarifying parenthesis around non-trivial conditions in ternary expressions. (#90391) by luolent · 9 months ago
  79. 00f6797 [NFC][libunwind][AIX] Add diagnostic push and TODO by David Tenty · 9 months ago
  80. dce9899 [libc++] Upstream ptrauth support in libc++ and libc++abi (#84573) by Louis Dionne · 10 months ago
  81. 19718a9 [libc++abi] Disable forced_unwind4 test for musl. (#85096) by Alastair Houghton · 10 months ago
  82. 9ba8a46 [runtimes] Prefer -fvisibility-global-new-delete=force-hidden (#84917) by Martin Storsjö · 10 months ago
  83. db47fec [libc++abi] Always re-export std:: exception types from libc++abi (#84031) by Louis Dionne · 11 months ago
  84. 9a26c1c [ItaniumDemangle] reject A-F in FP literals (#82864) by Ryan Prichard · 11 months ago
  85. 589bf66 [libc++] Always keep libc++abi re-exports up-to-date (#79012) by Louis Dionne · 11 months ago
  86. 73bf662 [libc++] Remove LIBCXX_EXECUTOR and LIBCXXABI_EXECUTOR (#79886) by Louis Dionne · 11 months ago
  87. 4493bb6 [libc++abi] Revert temporary workaround to unblock Chrome by Louis Dionne · 12 months ago
  88. c1ffabc [libc++abi] Replace usage of raw assert by _LIBCXXABI_ASSERT (#80689) by Louis Dionne · 12 months ago
  89. cf9058c [libc++abi] Add temporary workaround to unblock Chrome by Louis Dionne · 12 months ago
  90. 9c8852d [libc++] Split the monolithic __threading_support header (#79654) by Louis Dionne · 12 months ago
  91. 486b002 [ItaniumDemangle] reapply 0e754e114a6 (#79488) by Nico Weber · 12 months ago
  92. 2de01f6 [libc++] Fix the behavior of throwing `operator new` under -fno-exceptions (#69498) by Louis Dionne · 12 months ago
  93. ccdc599 [libc++] Fix noexcept behaviour of operator new helper functions (#74337) by azhan92 · 12 months ago
  94. 1aaac8e [libc++abi] Implement __cxa_init_primary_exception and use it to optimize std::make_exception_ptr (#65534) by itrofimow · 1 year ago
  95. fd4f959 [libc++abi] Fix typo in CMake error message by Louis Dionne · 1 year ago
  96. 710d378 [libc++abi] Improve error message when libunwind is missing from LLVM_ENABLE_RUNTIMES (#77991) by Louis Dionne · 1 year ago
  97. 1a5d9fa [runtimes] Use LLVM libunwind from libc++abi by default (#77687) by Louis Dionne · 1 year ago
  98. 384821a [libc++abi] Handle catch null pointer-to-object (#68076) by Iain Sandoe · 1 year ago
  99. 9d467f9 [llvm-cxxfilt] Added the option --no-params (#75348) by Dmitry Vasilyev · 1 year, 1 month ago
  100. 5077d19 Revert "[llvm-cxxfilt] Added the option --no-params (#75348)" by Arthur Eubanks · 1 year, 1 month ago