1. 5072335 [libc++] Allow specifying arbitrary custom executors with the new format by Louis Dionne · 4 years, 9 months ago
  2. cf3e9ef [libc++] Consider everything inside %T to be a dependency of each test by Louis Dionne · 4 years, 9 months ago
  3. 5e3e3e3 [libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONS by Louis Dionne · 4 years, 9 months ago
  4. 204ae40 [libc++abi][libunwind] Don't override libc++'s handling of exception features by Louis Dionne · 4 years, 9 months ago
  5. 474b268 [NFCI] Clean up exceptions related CMake and Lit options in libc++abi and libunwind by Louis Dionne · 4 years, 9 months ago
  6. 32824b9 [libc++abi] Properly fix XFAILs for exception alignment by Louis Dionne · 4 years, 9 months ago
  7. 9ff5659 [libc++abi] Fix incorrect XFAILs for mis-aligned _Unwind_Exception on Apple by Louis Dionne · 4 years, 9 months ago
  8. 63a3542 [libc++] Remove the c++98 Lit feature from the test suite by Louis Dionne · 4 years, 9 months ago
  9. dc9d5ff [demangler] Support for 'this' expressions by Erik Pilkington · 4 years, 10 months ago
  10. 27011a8 [demangler] Fix demangling of enumerators with negative values by Erik Pilkington · 4 years, 10 months ago
  11. 5d8b6e2 [libc++abi] Adjust XFAIL on macOS for bug that was fixed in recent OSes by Louis Dionne · 4 years, 10 months ago
  12. d0dbda9 [libc++abi] Add -Wno-unreachable-code when building test for throwing incomplete types by Louis Dionne · 4 years, 10 months ago
  13. df2cb92 [libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions' by Louis Dionne · 5 years ago
  14. 179d7da [libc++abi] NFC: Remove trailing whitespace by Louis Dionne · 5 years ago
  15. 1c9d8e3 [libc++abi] Enable the new libc++ testing format by default by Louis Dionne · 5 years ago
  16. 6e0f848 [lit] Move the recursiveExpansionLimit setting to TestingConfig by Louis Dionne · 5 years ago
  17. cfd241f [libc++] Add an alternative Lit test format by Louis Dionne · 5 years ago
  18. 838c69c [libc++abi] Fix remote execution of .sh.cpp tests by Sergej Jaskiewicz · 5 years ago
  19. acc2b28 [libc++abi] Remove the old testit script by Louis Dionne · 5 years ago
  20. 709298d Remove legacy CMake targets for libcxx and libcxxabi by Louis Dionne · 5 years ago
  21. 6d5ae1f [libc++/libc++abi] Properly delimit lit substitutions by Louis Dionne · 5 years ago
  22. a6fabea [libc++abi] Remove unused lit feature by Louis Dionne · 5 years ago
  23. 7467aca Revert "Remove legacy CMake targets for libcxx and libcxxabi" by Louis Dionne · 5 years ago
  24. 21534ec Remove legacy CMake targets for libcxx and libcxxabi by Louis Dionne · 5 years ago
  25. be4c439 [libcxxabi] Set LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXX to ON if LIBCXX_ENABLE_SHARED is not defined by Sergej Jaskiewicz · 5 years ago
  26. d37083d [libcxxabi] NFC: Fix trivial typos in comments by Kazuaki Ishizaki · 5 years ago
  27. 4d1aab3 Update spelling of {analyze,insert,remove}Branch in strings and comments by Krzysztof Parzyszek · 5 years ago
  28. d938839 [libc++][libc++abi] Fix or suppress failing tests in single-threaded builds. by Eric Fiselier · 5 years ago
  29. b2007fd [libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shared version is present by Sergej Jaskiewicz · 5 years ago
  30. 5f96e59 P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invocable that would internally conjure up a deprecated function type. by Richard Smith · 5 years ago
  31. acd3125 [Testing] unbreak after r372963 by David Zarzycki · 5 years ago
  32. c7cdf5b Update XFAIL list for new GCC versions by Eric Fiselier · 5 years ago
  33. 9c1f038 Fix incorrect demangling of call operator of lambda with explicit by Richard Smith · 6 years ago
  34. 069f19d Simplify demangler rule for lambda-expressions to match discussion on by Richard Smith · 6 years ago
  35. cbffe54 Implement demangling support for C++20 lambda expression extensions. by Richard Smith · 6 years ago
  36. 60c8d44 small follow-up to r368604 by Nico Weber · 6 years ago
  37. 16d05ac libcxxabi: Rename .hpp files to .h by Nico Weber · 6 years ago
  38. 4d0e0b9 [libc++abi] Fix tests when pstl is enabled by Louis Dionne · 6 years ago
  39. cabc7f0 [demangle] Support for C++2a char8_t by Erik Pilkington · 6 years ago
  40. 013371c [demangle] Special case clang's creative mangling of __uuidof expressions. by Erik Pilkington · 6 years ago
  41. a11a622 [demangle] Vendor extended types shouldn't be considered substitution candidates by Erik Pilkington · 6 years ago
  42. 9d25b98 [libcxxabi] Add a test for invalid assumptions on the alignment of exceptions by Louis Dionne · 6 years ago
  43. c0497ae XFAIL test for new GCC version by Eric Fiselier · 6 years ago
  44. f689a3c Attempt to fix flaky tests. by Eric Fiselier · 6 years ago
  45. e45f5ef Remove XFail for new GCC. They fixed it by Eric Fiselier · 6 years ago
  46. 9df559c Cleanup new cxa guard implementation. by Eric Fiselier · 6 years ago
  47. 88ec672 Work around GCC test failure. by Eric Fiselier · 6 years ago
  48. 3323ddf Rewrite cxa guard implementation. by Eric Fiselier · 6 years ago
  49. 7d34970 [libc++abi] Don't use a .sh.cpp test for uncaught_exception by Louis Dionne · 6 years ago
  50. 70e5091 [libc++] Make sure we re-export some missing libc++abi symbols from libc++ by Louis Dionne · 6 years ago
  51. 596345b [NFC] Correct outdated links to the Itanium C++ ABI documentation by Louis Dionne · 6 years ago
  52. 76b82a7 Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation. by Eric Fiselier · 6 years ago
  53. ba88b37 llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtors by Nico Weber · 6 years ago
  54. 81b9f5f [CMake] Support compiler-rt builtins library in tests by Petr Hosek · 6 years ago
  55. 8a650ce [CMake] Update lit test configuration by Petr Hosek · 6 years ago
  56. 2612b1a [CMake] Support CMake variables for setting target, sysroot and toolchain by Petr Hosek · 6 years ago
  57. 87bc9b4 Update more file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  58. 7f80a04 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  59. 3ad63ad Remove unnecesasry comment markers. by Chandler Carruth · 6 years ago
  60. f0b7439 [demangler] Support for block literals. by Erik Pilkington · 6 years ago
  61. 18cf198 [demangler] Ignore leading underscores if present by Erik Pilkington · 6 years ago
  62. 532834a [libcxxabi] Allow building with sanitizers enabled by Louis Dionne · 6 years ago
  63. 6c87c4c [libcxxabi] Fix test_exception_address_alignment test for ARM by Yvan Roux · 7 years ago
  64. f150234 [itanium demangler] Support dot suffixes on block invocation functions by Erik Pilkington · 7 years ago
  65. 254d0f2 [demangler] Support for reference collapsing by Erik Pilkington · 7 years ago
  66. 002cfd4 Fix dangling reference in test by Eric Fiselier · 7 years ago
  67. 118a8e3 Add GCC 9 to XFAILs list for test by Eric Fiselier · 7 years ago
  68. 343ad3d Fix libcxxabi tests after clang r334924 by Vitaly Buka · 7 years ago
  69. df79e5c Fix libcxx tests after clang r334677. by Vitaly Buka · 7 years ago
  70. 12a76e2 private_typeinfo: limit is_dst_type_derived_from_static_type optimization by Eric Fiselier · 7 years ago
  71. e8d0a37 private_typeinfo: propagate static flags in vmi search_above_dst method by Eric Fiselier · 7 years ago
  72. 33260ee Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS by Nico Weber · 7 years ago
  73. f71fc3a Move _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS macro to build system by Nico Weber · 7 years ago
  74. 36f0a7b [demangler] Support for fold expressions. by Erik Pilkington · 7 years ago
  75. 93c80d1 [demangler] Support for <data-member-prefix>. by Erik Pilkington · 7 years ago
  76. b1050fd [demangler] Support for partially substituted sizeof.... by Erik Pilkington · 7 years ago
  77. 7ca2fde [demangler] Use a back-patching scheme to resolve forward references. by Erik Pilkington · 7 years ago
  78. 9835751 [demangler] Tweak how parameter pack sizes are determined. by Erik Pilkington · 7 years ago
  79. 3b6ad13 [demangler] Support for clang's enable_if attribute. by Erik Pilkington · 7 years ago
  80. acb6315 [demangler] Support for <template-param>s in generic lambdas. by Erik Pilkington · 7 years ago
  81. ce274d3 [demangler] Simplify printing of structured bindings. by Erik Pilkington · 7 years ago
  82. de543e4 [demangler] Support for sequence numbers on lifetime extended temporaries. by Erik Pilkington · 7 years ago
  83. b89433b [demangler] Support for structured bindings. by Erik Pilkington · 7 years ago
  84. e9d9c61 [demangler] Fix a mistake in r326797. by Erik Pilkington · 7 years ago
  85. 99433cd [demangler] Modernize the rest of the demangler. by Erik Pilkington · 7 years ago
  86. beb7732 [demangler] Modernize parse_name. by Erik Pilkington · 7 years ago
  87. fc6d202 [demangler] Support for exception specifications on function types. by Erik Pilkington · 7 years ago
  88. cc2158b [demangler] Support for inheriting constructors. by Erik Pilkington · 7 years ago
  89. e493860 [demangler] Support for initializer lists and designated initializers. by Erik Pilkington · 7 years ago
  90. 9878560 [demangler] Support for dependent elaborate type specifiers. by Erik Pilkington · 7 years ago
  91. 4c4c017 [demangler] All <qualifiers> on one type should share one entry in the substitution table. by Erik Pilkington · 7 years ago
  92. 9c0776a [demangler] Clean up the expression parser by Erik Pilkington · 7 years ago
  93. 91d51b3 [demangler] Improve variadic template support by Erik Pilkington · 7 years ago
  94. c919c88 Fix standalone test-suite run. by Eric Fiselier · 7 years ago
  95. 1fb12dd [libcxxabi] Pass LIBCXXABI_SYSROOT and LIBCXXABI_GCC_TOOLCHAIN to lit by Petr Hosek · 7 years ago
  96. 772a706 [demangler] Support for abi_tag attribute by Erik Pilkington · 7 years ago
  97. f496810 [demangler] Document some features that the demangler doesn't yet support, NFC by Erik Pilkington · 7 years ago
  98. bd2c574 Mark test as unsupported c++98/03 to fix buildbots by Erik Pilkington · 8 years ago
  99. 5330161 [demangler] Improve representation of substitutions/templates by Erik Pilkington · 8 years ago
  100. 37e9ae9 [demangler] Fix another oss-fuzz bug by Erik Pilkington · 8 years ago