aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2020-07-03[libc++/libc++abi] Automatically detect whether exceptions are enabledLouis Dionne2-1/+8
2020-06-30[libc++abi] Remove unused include of <sys/types.h>Louis Dionne1-1/+0
2020-06-30[libc++abi] Remove empty source file cxa_unexpected.cppLouis Dionne2-23/+0
2020-06-30[runtimes] Rename newformat to just format, now that the old format has been ...Louis Dionne1-2/+2
2020-06-29[runtimes] Remove the ability to select the old libc++ testing formatLouis Dionne1-7/+3
2020-06-26[libc++abi] Fix build failure in abort_message.cpp when vasprintf isn't providedLouis Dionne1-1/+7
2020-06-25[libc++abi] NFCI: Minor refactoring of abort_message()Louis Dionne1-34/+30
2020-06-25[libc++abi] Allow specifying custom Lit config filesLouis Dionne5-88/+53
2020-06-23[libc++abi] Allow code-signing executables when running the testsLouis Dionne1-0/+2
2020-06-15[libc++abi] Ensure custom libc++ header paths are honoured during libc++abi b...Louis Dionne1-5/+3
2020-06-11[libc++] Allow specifying arbitrary custom executors with the new formatLouis Dionne1-2/+2
2020-06-11[libc++abi] Simplify the logic for finding libc++ from libc++abiLouis Dionne2-47/+6
2020-06-10[libc++] Consider everything inside %T to be a dependency of each testLouis Dionne1-1/+0
2020-06-09[libc++abi] Replace LIBCXXABI_HAS_NO_EXCEPTIONS by TEST_HAS_NO_EXCEPTIONSLouis Dionne6-14/+22
2020-06-09[libc++abi][libunwind] Don't override libc++'s handling of exception featuresLouis Dionne1-3/+0
2020-06-09[NFCI] Clean up exceptions related CMake and Lit options in libc++abi and lib...Louis Dionne1-2/+0
2020-06-05[libc++abi] Properly fix XFAILs for exception alignmentLouis Dionne1-8/+7
2020-06-03[libc++abi] Fix incorrect XFAILs for mis-aligned _Unwind_Exception on AppleLouis Dionne1-4/+8
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne18-20/+20
2020-06-02[libc++abi] Make sure we link in CrashReporterClient.a when it's presentLouis Dionne1-0/+11
2020-05-13[demangler] Support for 'this' expressionsErik Pilkington2-0/+5
2020-05-13[demangler] Fix demangling of enumerators with negative valuesErik Pilkington2-9/+15
2020-05-12[libc++abi] Adjust XFAIL on macOS for bug that was fixed in recent OSesLouis Dionne1-4/+13
2020-05-05[libc++abi] NFC: Remove pragma mark in favor of normal commentLouis Dionne1-6/+6
2020-05-01[libc++abi] Add -Wno-unreachable-code when building test for throwing incompl...Louis Dionne1-2/+2
2020-04-30[libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai1-2/+6
2020-04-22[libc++/abi] Provide an option to turn on forgiving dynamic_cast when buildin...Louis Dionne3-12/+22
2020-04-22[libc++abi] NFC: Use "" instead of <> to include __cxxabi_config.hLouis Dionne1-1/+1
2020-04-22[libc++/abi/unwind] Rename Lit features for no exceptions to 'no-exceptions'Louis Dionne48-48/+52
2020-04-21[libc++abi] Add a rate limiter when logging dynamic_cast errorsLouis Dionne1-8/+15
2020-04-20[libc++] Fix the no-exceptions build of libc++ on AppleLouis Dionne3-22/+20
2020-04-17[libc++abi] NFC: Remove trailing whitespaceLouis Dionne3-40/+40
2020-04-15[demangler] PPC and S390: Fix parsing of e-prefixed long double literalsXing Xue1-0/+6
2020-04-07[libc++abi] Enable the new libc++ testing format by defaultLouis Dionne1-4/+5
2020-04-06[lit] Move the recursiveExpansionLimit setting to TestingConfigLouis Dionne1-0/+6
2020-04-03[libc++] Add an alternative Lit test formatLouis Dionne1-1/+6
2020-04-02[libc++abi] NFC: Add link to review in workaround commentLouis Dionne1-0/+1
2020-04-01[libc++abi] Fix remote execution of .sh.cpp testsSergej Jaskiewicz1-3/+4
2020-03-31[libc++abi] Remove the old testit scriptLouis Dionne1-126/+0
2020-03-30Enforce that libc++ and libc++abi are built in a monorepo layoutLouis Dionne1-0/+4
2020-03-30Remove legacy CMake targets for libcxx and libcxxabiLouis Dionne2-6/+0
2020-03-27[libc++/libc++abi] Properly delimit lit substitutionsLouis Dionne3-5/+5
2020-03-26[libc++abi] Remove unused lit featureLouis Dionne1-4/+1
2020-03-23Revert "Remove legacy CMake targets for libcxx and libcxxabi"Louis Dionne2-0/+6
2020-03-23Remove legacy CMake targets for libcxx and libcxxabiLouis Dionne2-6/+0
2020-03-12[libc++abi] NFC: Move AtomicInt to cxa_guard_impl.hLouis Dionne2-30/+26
2020-03-12[libcxxabi] Set LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXX to ON if LIBCXX_ENABL...Sergej Jaskiewicz2-28/+26
2020-03-11[libc++abi] NFC: Simplify extern C declarationLouis Dionne1-10/+1
2020-03-10Revert "[libc++abi] Change __cxa_finalize return type to void"Louis Dionne1-1/+1
2020-03-10[libc++abi] Change __cxa_finalize return type to voidRyan Prichard1-1/+1