aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2020-09-15[libc++] Allow building without threads in standalone buildsLouis Dionne1-0/+1
2020-09-14[libc++abi] Do not declare __cxa_finalize and __cxa_atexit in <cxxabi.h>Louis Dionne1-3/+3
2020-09-10[libcxx] Simplify back-deployment testingLouis Dionne1-1/+0
2020-08-24Fix test for D77924.Elliott Hughes1-1/+1
2020-08-18ld128 demangle: allow space for 'L' suffix.Elliott Hughes2-1/+13
2020-08-13Add cold attribute to one time construction APIsAditya Kumar1-6/+7
2020-08-04[libc++abi] Make sure we use a 32 bit guard on 32 bit Aarch64Louis Dionne1-1/+1
2020-07-23[libc++abi] Also build the static archive with C++17Louis Dionne1-1/+1
2020-07-23[libc++abi] Build the dylib with C++17, like for libc++Louis Dionne1-1/+1
2020-07-22Reapply "Try enabling -Wsuggest-override again, using add_compile_options ins...Logan Smith1-0/+2
2020-07-22Revert "Try enabling -Wsuggest-override again, using add_compile_options inst...Logan Smith1-2/+0
2020-07-22Try enabling -Wsuggest-override again, using add_compile_options instead of a...Logan Smith1-0/+2
2020-07-22[libc++] Add static_assert to make sure rate limiter doesn't use locksLouis Dionne1-0/+2
2020-07-22[CMake] Bump CMake minimum version to 3.13.4Louis Dionne1-1/+1
2020-07-22Revert "Enable -Wsuggest-override in the LLVM build" and the follow-ups.Hans Wennborg1-2/+0
2020-07-20Enable -Wsuggest-override in the LLVM buildLogan Smith1-0/+2
2020-07-17[gn build] Make sync_source_lists_from_cmake handle one-line sources linesNico Weber1-1/+3
2020-07-16[libc++abi] Temporarily disable test on Apple to fix the CILouis Dionne1-5/+4
2020-07-16[runtimes] Move the enable_rtti Lit parameter to the DSLLouis Dionne1-3/+0
2020-07-16[libc++abi] NFC: Fix indentationLouis Dionne1-1/+1
2020-07-16[runtimes][NFC] Remove unused or unnecessary CMake variablesLouis Dionne2-5/+1
2020-07-09[demangler] More properly save and restore the template parameter stateRichard Smith2-1/+16
2020-07-09[demangler] Don't allow the template parameters from the <encoding> in aRichard Smith2-0/+12
2020-07-09[runtimes] Allow passing Lit parameters through CMakeLouis Dionne2-3/+6
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