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