1. 11c27b6 [libc++abi] Add builtins to dynamic library link by Patrick Oppenlander · 3 years, 2 months ago
  2. a91c817 [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building c++ libraries by Zbigniew Sarbinowski · 3 years, 3 months ago
  3. e15a6a6 [libc++abi] Fix forced_unwind tests failures on ARM/EHABI targets. by Vladimir Vereschaka · 3 years, 3 months ago
  4. 530f0f8 [libc++abi] Disable _Unwind_ForcedUnwind + exception tests for ARM EHABI by Fangrui Song · 3 years, 3 months ago
  5. 4067025 [test] Add basic _Unwind_ForcedUnwind + exception tests by Fangrui Song · 3 years, 3 months ago
  6. 3110153 [Branch-Rename] Fix some links by xgupta · 3 years, 3 months ago
  7. 415432d Itanium Mangling: Mangle `__alignof__` differently than `alignof`. by James Y Knight · 3 years, 5 months ago
  8. 633b45e [libc++] Set CMAKE_FOLDER. NFC. by Marek Kurdej · 3 years, 3 months ago
  9. 56a6e4c [libc++abi] Simplify scan_eh_tab by Fangrui Song · 3 years, 3 months ago
  10. 24878cf [libc++abi] Add an option to avoid demangling in terminate. by Dan Albert · 3 years, 3 months ago
  11. d94a1e9 [CMake] Remove dead code setting policies to NEW by Raul Tambre · 3 years, 4 months ago
  12. 1f7643d [libc++/abi] Re-remove unnecessary null pointer checks from operator delete by Louis Dionne · 3 years, 5 months ago
  13. aaa7833 [libc++abi] Simplify __gxx_personality_v0 by Fangrui Song · 3 years, 4 months ago
  14. 23aa896 [libc++abi] Remove redundant null pointer check in operator delete by Fangrui Song · 3 years, 5 months ago
  15. 2e717b4 [libc++abi] Don't try calling __libcpp_aligned_free when aligned allocation is disabled by Louis Dionne · 3 years, 5 months ago
  16. aca0be2 [libcxxabi] Add macro for changing functions to support the relative vtables ABI by Leonard Chan · 4 years, 1 month ago
  17. 895a459 [libc++] Introduce an indirection to create threads in the test suite by Louis Dionne · 3 years, 5 months ago
  18. d285d78 [libc++] Replace several uses of 0 by nullptr by Bruce Mitchener · 3 years, 5 months ago
  19. 40f2c8a [libc++] Mark a few more tests as unsupported on gcc-8/9. by Marek Kurdej · 3 years, 5 months ago
  20. e89664d [libc++] [libc++abi] Mark a few tests as unsupported/xfail on gcc-7/8/9. by Marek Kurdej · 3 years, 5 months ago
  21. 6df72d8 [libc++] Factor out common logic for calling aligned allocation by Louis Dionne · 3 years, 6 months ago
  22. bae79e9 [libc++] [libc++abi] Use C++20 standard. by Marek Kurdej · 3 years, 5 months ago
  23. 2b38a69 Demangling support for class type non-type template parameter extensions. by Richard Smith · 3 years, 6 months ago
  24. 2a18ecc [libc++abi] Reuse libc++'s refstring.h header instead of copying it by Louis Dionne · 3 years, 6 months ago
  25. ff41ac4 [runtimes] Avoid overwriting the rpath unconditionally by Louis Dionne · 3 years, 6 months ago
  26. f0fffb7 Revert "Allow running back-deployment testing against libc++abi" by Louis Dionne · 3 years, 6 months ago
  27. 9d02cc5 Allow running back-deployment testing against libc++abi by Louis Dionne · 3 years, 10 months ago
  28. 61d7426 [libcxx] [libcxxabi] Set flags for visibility when statically linking libcxxabi into libcxx for windows by Martin Storsjö · 3 years, 6 months ago
  29. 1943242 [libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDING_LIBRARY defined by Martin Storsjö · 3 years, 6 months ago
  30. 9dc4119 [libc++/libc++abi] Use Python3_EXECUTABLE consistently to run utilities by Louis Dionne · 3 years, 6 months ago
  31. 83a7521 [libc++abi] Get rid of warnings when running the tests with GCC by Louis Dionne · 3 years, 6 months ago
  32. 9f31573 [libc++abi] Make sure we can run the tests in Standalone mode by Louis Dionne · 3 years, 6 months ago
  33. 3302a1e [libc++] Refactor the run-buildbot script to make it more modular, and run the benchmarks by Louis Dionne · 3 years, 6 months ago
  34. 95a2c2c [runtimes] Revert the libc++ __config_site change by Louis Dionne · 3 years, 6 months ago
  35. 4aa6792 [libc++abi] Fix the standalone build after the __config_site change by Louis Dionne · 3 years, 6 months ago
  36. fd73169 [libcxxabi] Define _LIBCXXABI_WEAK properly for mingw compilers by Martin Storsjö · 3 years, 6 months ago
  37. 60bef0f [libc++] Fix compiler-rt build by copying libc++ headers to <build>/include by Louis Dionne · 3 years, 6 months ago
  38. 2bee19c [libcxxabi] Stub out 'sleep' call when _LIBCXXABI_HAS_NO_THREADS is defined. by Hafiz Abid Qadeer · 3 years, 6 months ago
  39. 9783612 [take 2] [libc++] Include <__config_site> from <__config> by Louis Dionne · 3 years, 10 months ago
  40. 984207c [libc++] Revert "Include <__config_site> from <__config>" by Louis Dionne · 3 years, 6 months ago
  41. abf3733 [libc++] Include <__config_site> from <__config> by Louis Dionne · 3 years, 10 months ago
  42. c81840c [libc++] Make __shared_weak_count vtable consistent across all build configurations by Eric Fiselier · 3 years, 6 months ago
  43. b5d7cca [libc++] Define new/delete in libc++abi only by default by Louis Dionne · 4 years, 7 months ago
  44. fc4cc89 [libcxxabi] Fix printf formats in a test. by Simon Tatham · 3 years, 7 months ago
  45. 8732f2a [libcxxabi,libunwind] support running tests in standalone mode by Dominik Montada · 3 years, 8 months ago
  46. a7cb12f [libc++/abi] Clean up uses of <iostream> in the test suite by Louis Dionne · 3 years, 7 months ago
  47. ca8789b Fix all the CMake code that can only handle -stdlib= but not --stdlib= by Raphael Isemann · 3 years, 7 months ago
  48. a33d6aa [runtimes] Use int main(int, char**) consistently in tests by Louis Dionne · 3 years, 7 months ago
  49. 1bad55a [libc++/abi] Revert "[libc++] Move the weak symbols list to libc++abi" by Louis Dionne · 3 years, 7 months ago
  50. 50fe14d [libc++] Move the weak symbols list to libc++abi by Louis Dionne · 3 years, 7 months ago
  51. 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
  52. f8674f9 [libc++] Simplify how we re-export symbols from libc++abi by Louis Dionne · 3 years, 7 months ago
  53. 2b785f0 [libc++] Rename the -fno-rtti Lit feature to just no-rtti by Louis Dionne · 3 years, 7 months ago
  54. d8a356b [libc++] Fix some test failures in unusual configurations by Louis Dionne · 3 years, 7 months ago
  55. 53f83a8 [libc++] Allow building without threads in standalone builds by Louis Dionne · 3 years, 8 months ago
  56. 0efce74 [libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h> by Louis Dionne · 3 years, 8 months ago
  57. f1b5dd5 [libcxx] Simplify back-deployment testing by Louis Dionne · 3 years, 8 months ago
  58. 74d4a8b Fix test for D77924. by Elliott Hughes · 3 years, 9 months ago
  59. d77a634 ld128 demangle: allow space for 'L' suffix. by Elliott Hughes · 4 years, 1 month ago
  60. d396db5 Add cold attribute to one time construction APIs by Aditya Kumar · 3 years, 9 months ago
  61. 7a34f18 [libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64 by Louis Dionne · 3 years, 9 months ago
  62. a018f33 [libc++abi] Also build the static archive with C++17 by Louis Dionne · 3 years, 9 months ago
  63. 2c3c812 [libc++abi] Build the dylib with C++17, like for libc++ by Louis Dionne · 3 years, 9 months ago
  64. 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
  65. 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
  66. 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
  67. ae7762e [libc++] Add static_assert to make sure rate limiter doesn't use locks by Louis Dionne · 4 years ago
  68. a038580 [CMake] Bump CMake minimum version to 3.13.4 by Louis Dionne · 4 years ago
  69. e999dba Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups. by Hans Wennborg · 3 years, 9 months ago
  70. c18314f Enable -Wsuggest-override in the LLVM build by Logan Smith · 3 years, 10 months ago
  71. 74c00c6 [gn build] Make sync_source_lists_from_cmake handle one-line sources lines by Nico Weber · 3 years, 10 months ago
  72. eaf60a1 [libc++abi] Temporarily disable test on Apple to fix the CI by Louis Dionne · 3 years, 10 months ago
  73. ebe6b38 [runtimes] Move the enable_rtti Lit parameter to the DSL by Louis Dionne · 3 years, 10 months ago
  74. 080230c [libc++abi] NFC: Fix indentation by Louis Dionne · 3 years, 10 months ago
  75. b28832b [runtimes][NFC] Remove unused or unnecessary CMake variables by Louis Dionne · 3 years, 10 months ago
  76. 252bc9b [demangler] More properly save and restore the template parameter state by Richard Smith · 3 years, 10 months ago
  77. 95ed96b [demangler] Don't allow the template parameters from the <encoding> in a by Richard Smith · 3 years, 10 months ago
  78. 16dd9a5 [runtimes] Allow passing Lit parameters through CMake by Louis Dionne · 3 years, 10 months ago
  79. 834812a [libc++/libc++abi] Automatically detect whether exceptions are enabled by Louis Dionne · 3 years, 10 months ago
  80. 5b10c0a [libc++abi] Remove unused include of <sys/types.h> by Louis Dionne · 3 years, 10 months ago
  81. 969a489 [libc++abi] Remove empty source file cxa_unexpected.cpp by Louis Dionne · 3 years, 10 months ago
  82. 642303b [runtimes] Rename newformat to just format, now that the old format has been removed by Louis Dionne · 3 years, 10 months ago
  83. 6a82860 [runtimes] Remove the ability to select the old libc++ testing format by Louis Dionne · 3 years, 10 months ago
  84. 197b60e [libc++abi] Fix build failure in abort_message.cpp when vasprintf isn't provided by Louis Dionne · 3 years, 10 months ago
  85. ea038d0 [libc++abi] NFCI: Minor refactoring of abort_message() by Louis Dionne · 3 years, 10 months ago
  86. 8b9ef2a [libc++abi] Allow specifying custom Lit config files by Louis Dionne · 3 years, 10 months ago
  87. a33b3b8 [libc++abi] Allow code-signing executables when running the tests by Louis Dionne · 3 years, 10 months ago
  88. 5175a97 [libc++abi] Ensure custom libc++ header paths are honoured during libc++abi build by Louis Dionne · 3 years, 11 months ago
  89. 5072335 [libc++] Allow specifying arbitrary custom executors with the new format by Louis Dionne · 3 years, 11 months ago
  90. 800b9fc [libc++abi] Simplify the logic for finding libc++ from libc++abi by Louis Dionne · 3 years, 11 months ago
  91. cf3e9ef [libc++] Consider everything inside %T to be a dependency of each test by Louis Dionne · 3 years, 11 months ago
  92. 5e3e3e3 [libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONS by Louis Dionne · 3 years, 11 months ago
  93. 204ae40 [libc++abi][libunwind] Don't override libc++'s handling of exception features by Louis Dionne · 3 years, 11 months ago
  94. 474b268 [NFCI] Clean up exceptions related CMake and Lit options in libc++abi and libunwind by Louis Dionne · 3 years, 11 months ago
  95. 32824b9 [libc++abi] Properly fix XFAILs for exception alignment by Louis Dionne · 4 years ago
  96. 9ff5659 [libc++abi] Fix incorrect XFAILs for mis-aligned _Unwind_Exception on Apple by Louis Dionne · 4 years ago
  97. 63a3542 [libc++] Remove the c++98 Lit feature from the test suite by Louis Dionne · 4 years ago
  98. cdc56e3 [libc++abi] Make sure we link in CrashReporterClient.a when it's present by Louis Dionne · 4 years ago
  99. dc9d5ff [demangler] Support for 'this' expressions by Erik Pilkington · 4 years ago
  100. 27011a8 [demangler] Fix demangling of enumerators with negative values by Erik Pilkington · 4 years ago