1. 7e37c91 [demangler] Use standard semantics for StringView::substr by Tomasz Miąsko · 3 years ago
  2. 7d94c10 [libcxx] Stop using use c++ subdirectory for libc++ library by Petr Hosek · 3 years ago
  3. c67e4dd [libc++] NFC: Normalize `#endif //` comment indentation by Louis Dionne · 3 years ago
  4. 6f5c2c9 [libc++abi] Adjust XFAIL for misaligned exception header on ARM by Louis Dionne · 3 years, 1 month ago
  5. 167c791 [CMake] Remove {LIBCXX,LIBCXXABI,LIBUNWIND}_INSTALL_PREFIX by Petr Hosek · 3 years, 1 month ago
  6. e657ef4 [libc++] Include <__config_site> from <__config> by Louis Dionne · 3 years, 10 months ago
  7. 54f8aab [libcxxabi] Use cxx-headers target to consume libcxx headers by Petr Hosek · 3 years, 2 months ago
  8. 76d3e0a Revert "[libcxxabi] Use cxx-headers target to consume libcxx headers" by Petr Hosek · 3 years, 1 month ago
  9. 65b7460 [libc++][AIX] Initial patch to unblock the libc++ build on AIX by jasonliu · 3 years, 1 month ago
  10. 1540db3 * Fix demangling of optional template-args for vendor extended type qualifier. by Alex Orlov · 3 years, 1 month ago
  11. adf0fb0 [libcxxabi] Use cxx-headers target to consume libcxx headers by Petr Hosek · 3 years, 2 months ago
  12. 982b9c2 [CMake][runtimes] Add file level dependency to merge_archives commands by Markus Böck · 3 years, 1 month ago
  13. 71c873b [runtimes] Use add_lit_testsuite to register lit testsuites by Petr Hosek · 3 years, 2 months ago
  14. ab27b9a [libcxxabi] Add LIBCXXABI_HAS_WIN32_THREAD_API build option by Markus Böck · 3 years, 2 months ago
  15. 1d2faed [libc++/abi] Replace uses of _NOEXCEPT in src/ by noexcept by Louis Dionne · 3 years, 2 months ago
  16. 9fd5812 [libc++/abi] Allow running back-deployment testing against libc++abi by Louis Dionne · 3 years, 10 months ago
  17. 608b6a5 [libcxxabi] Fewer assumptions about path from libcxx to libcxxabi by Nico Weber · 3 years, 2 months ago
  18. 11c27b6 [libc++abi] Add builtins to dynamic library link by Patrick Oppenlander · 3 years, 2 months ago
  19. a91c817 [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building c++ libraries by Zbigniew Sarbinowski · 3 years, 2 months ago
  20. e15a6a6 [libc++abi] Fix forced_unwind tests failures on ARM/EHABI targets. by Vladimir Vereschaka · 3 years, 2 months ago
  21. 530f0f8 [libc++abi] Disable _Unwind_ForcedUnwind + exception tests for ARM EHABI by Fangrui Song · 3 years, 3 months ago
  22. 4067025 [test] Add basic _Unwind_ForcedUnwind + exception tests by Fangrui Song · 3 years, 3 months ago
  23. 3110153 [Branch-Rename] Fix some links by xgupta · 3 years, 3 months ago
  24. 415432d Itanium Mangling: Mangle `__alignof__` differently than `alignof`. by James Y Knight · 3 years, 5 months ago
  25. 633b45e [libc++] Set CMAKE_FOLDER. NFC. by Marek Kurdej · 3 years, 3 months ago
  26. 56a6e4c [libc++abi] Simplify scan_eh_tab by Fangrui Song · 3 years, 3 months ago
  27. 24878cf [libc++abi] Add an option to avoid demangling in terminate. by Dan Albert · 3 years, 3 months ago
  28. d94a1e9 [CMake] Remove dead code setting policies to NEW by Raul Tambre · 3 years, 4 months ago
  29. 1f7643d [libc++/abi] Re-remove unnecessary null pointer checks from operator delete by Louis Dionne · 3 years, 4 months ago
  30. aaa7833 [libc++abi] Simplify __gxx_personality_v0 by Fangrui Song · 3 years, 4 months ago
  31. 23aa896 [libc++abi] Remove redundant null pointer check in operator delete by Fangrui Song · 3 years, 4 months ago
  32. 2e717b4 [libc++abi] Don't try calling __libcpp_aligned_free when aligned allocation is disabled by Louis Dionne · 3 years, 5 months ago
  33. aca0be2 [libcxxabi] Add macro for changing functions to support the relative vtables ABI by Leonard Chan · 4 years, 1 month ago
  34. 895a459 [libc++] Introduce an indirection to create threads in the test suite by Louis Dionne · 3 years, 5 months ago
  35. d285d78 [libc++] Replace several uses of 0 by nullptr by Bruce Mitchener · 3 years, 5 months ago
  36. 40f2c8a [libc++] Mark a few more tests as unsupported on gcc-8/9. by Marek Kurdej · 3 years, 5 months ago
  37. e89664d [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9. by Marek Kurdej · 3 years, 5 months ago
  38. 6df72d8 [libc++] Factor out common logic for calling aligned allocation by Louis Dionne · 3 years, 6 months ago
  39. bae79e9 [libc++] [libc++abi] Use C++20 standard. by Marek Kurdej · 3 years, 5 months ago
  40. 2b38a69 Demangling support for class type non-type template parameter extensions. by Richard Smith · 3 years, 6 months ago
  41. 2a18ecc [libc++abi] Reuse libc++'s refstring.h header instead of copying it by Louis Dionne · 3 years, 6 months ago
  42. ff41ac4 [runtimes] Avoid overwriting the rpath unconditionally by Louis Dionne · 3 years, 6 months ago
  43. f0fffb7 Revert "Allow running back-deployment testing against libc++abi" by Louis Dionne · 3 years, 6 months ago
  44. 9d02cc5 Allow running back-deployment testing against libc++abi by Louis Dionne · 3 years, 10 months ago
  45. 61d7426 [libcxx] [libcxxabi] Set flags for visibility when statically linking libcxxabi into libcxx for windows by Martin Storsjö · 3 years, 6 months ago
  46. 1943242 [libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDING_LIBRARY defined by Martin Storsjö · 3 years, 6 months ago
  47. 9dc4119 [libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilities by Louis Dionne · 3 years, 6 months ago
  48. 83a7521 [libc++abi] Get rid of warnings when running the tests with GCC by Louis Dionne · 3 years, 6 months ago
  49. 9f31573 [libc++abi] Make sure we can run the tests in Standalone mode by Louis Dionne · 3 years, 6 months ago
  50. 3302a1e [libc++] Refactor the run-buildbot script to make it more modular, and run the benchmarks by Louis Dionne · 3 years, 6 months ago
  51. 95a2c2c [runtimes] Revert the libc++ __config_site change by Louis Dionne · 3 years, 6 months ago
  52. 4aa6792 [libc++abi] Fix the standalone build after the __config_site change by Louis Dionne · 3 years, 6 months ago
  53. fd73169 [libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilers by Martin Storsjö · 3 years, 6 months ago
  54. 60bef0f [libc++] Fix compiler-rt build by copying libc++ headers to <build>/include by Louis Dionne · 3 years, 6 months ago
  55. 2bee19c [libcxxabi] Stub out 'sleep' call when _LIBCXXABI_HAS_NO_THREADS is defined. by Hafiz Abid Qadeer · 3 years, 6 months ago
  56. 9783612 [take 2] [libc++] Include <__config_site> from <__config> by Louis Dionne · 3 years, 10 months ago
  57. 984207c [libc++] Revert "Include <__config_site> from <__config>" by Louis Dionne · 3 years, 6 months ago
  58. abf3733 [libc++] Include <__config_site> from <__config> by Louis Dionne · 3 years, 10 months ago
  59. c81840c [libc++] Make __shared_weak_count vtable consistent across all build configurations by Eric Fiselier · 3 years, 6 months ago
  60. b5d7cca [libc++] Define new/delete in libc++abi only by default by Louis Dionne · 4 years, 7 months ago
  61. fc4cc89 [libcxxabi] Fix printf formats in a test. by Simon Tatham · 3 years, 6 months ago
  62. 8732f2a [libcxxabi,libunwind] support running tests in standalone mode by Dominik Montada · 3 years, 8 months ago
  63. a7cb12f [libc++/abi] Clean up uses of <iostream> in the test suite by Louis Dionne · 3 years, 7 months ago
  64. ca8789b Fix all the CMake code that can only handle -stdlib= but not --stdlib= by Raphael Isemann · 3 years, 7 months ago
  65. a33d6aa [runtimes] Use int main(int, char**) consistently in tests by Louis Dionne · 3 years, 7 months ago
  66. 1bad55a [libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi" by Louis Dionne · 3 years, 7 months ago
  67. 50fe14d [libc++] Move the weak symbols list to libc++abi by Louis Dionne · 3 years, 7 months ago
  68. a3c03bb [libc++] Don't re-export new/delete from libc++abi when they are defined in libc++ by Louis Dionne · 3 years, 7 months ago
  69. f8674f9 [libc++] Simplify how we re-export symbols from libc++abi by Louis Dionne · 3 years, 7 months ago
  70. 2b785f0 [libc++] Rename the -fno-rtti Lit feature to just no-rtti by Louis Dionne · 3 years, 7 months ago
  71. d8a356b [libc++] Fix some test failures in unusual configurations by Louis Dionne · 3 years, 7 months ago
  72. 53f83a8 [libc++] Allow building without threads in standalone builds by Louis Dionne · 3 years, 7 months ago
  73. 0efce74 [libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h> by Louis Dionne · 3 years, 8 months ago
  74. f1b5dd5 [libcxx] Simplify back-deployment testing by Louis Dionne · 3 years, 8 months ago
  75. 74d4a8b Fix test for D77924. by Elliott Hughes · 3 years, 8 months ago
  76. d77a634 ld128 demangle: allow space for 'L' suffix. by Elliott Hughes · 4 years, 1 month ago
  77. d396db5 Add cold attribute to one time construction APIs by Aditya Kumar · 3 years, 9 months ago
  78. 7a34f18 [libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64 by Louis Dionne · 3 years, 9 months ago
  79. a018f33 [libc++abi] Also build the static archive with C++17 by Louis Dionne · 3 years, 9 months ago
  80. 2c3c812 [libc++abi] Build the dylib with C++17, like for libc++ by Louis Dionne · 3 years, 9 months ago
  81. f924085 Reapply "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." by Logan Smith · 3 years, 9 months ago
  82. 674a892 Revert "Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories." by Logan Smith · 3 years, 9 months ago
  83. 374a840 Try enabling -Wsuggest-override again, using add_compile_options instead of add_compile_definitions for disabling it in unittests/ directories. by Logan Smith · 3 years, 9 months ago
  84. ae7762e [libc++] Add static_assert to make sure rate limiter doesn't use locks by Louis Dionne · 4 years ago
  85. a038580 [CMake] Bump CMake minimum version to 3.13.4 by Louis Dionne · 4 years ago
  86. e999dba Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. by Hans Wennborg · 3 years, 9 months ago
  87. c18314f Enable -Wsuggest-override in the LLVM build by Logan Smith · 3 years, 9 months ago
  88. 74c00c6 [gn build] Make sync_source_lists_from_cmake handle one-line sources lines by Nico Weber · 3 years, 9 months ago
  89. eaf60a1 [libc++abi] Temporarily disable test on Apple to fix the CI by Louis Dionne · 3 years, 10 months ago
  90. ebe6b38 [runtimes] Move the enable_rtti Lit parameter to the DSL by Louis Dionne · 3 years, 10 months ago
  91. 080230c [libc++abi] NFC: Fix indentation by Louis Dionne · 3 years, 10 months ago
  92. b28832b [runtimes][NFC] Remove unused or unnecessary CMake variables by Louis Dionne · 3 years, 10 months ago
  93. 252bc9b [demangler] More properly save and restore the template parameter state by Richard Smith · 3 years, 10 months ago
  94. 95ed96b [demangler] Don't allow the template parameters from the <encoding> in a by Richard Smith · 3 years, 10 months ago
  95. 16dd9a5 [runtimes] Allow passing Lit parameters through CMake by Louis Dionne · 3 years, 10 months ago
  96. 834812a [libc++/libc++abi] Automatically detect whether exceptions are enabled by Louis Dionne · 3 years, 10 months ago
  97. 5b10c0a [libc++abi] Remove unused include of <sys/types.h> by Louis Dionne · 3 years, 10 months ago
  98. 969a489 [libc++abi] Remove empty source file cxa_unexpected.cpp by Louis Dionne · 3 years, 10 months ago
  99. 642303b [runtimes] Rename newformat to just format, now that the old format has been removed by Louis Dionne · 3 years, 10 months ago
  100. 6a82860 [runtimes] Remove the ability to select the old libc++ testing format by Louis Dionne · 3 years, 10 months ago