aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2020-02-17Drop git version suffixAaron Puchert1-1/+1
2020-02-04[libcxxabi] Fix layout of __cxa_exception for win64Martin Storsjö1-5/+5
2020-02-03[libcxxabi] Insert padding in __cxa_exception struct for compatibilitySteven Wu1-0/+45
2020-01-09[demangle] Copy back some NFC commits from LLVMErik Pilkington2-8/+8
2020-01-09[libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shar...Sergej Jaskiewicz3-3/+33
2019-12-11[libc++abi] Fix non-constant initialization of default terminateEric Fiselier1-6/+8
2019-12-06[libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek1-5/+13
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny5-5/+7
2019-11-12[libcxxabi] Prevent cmake from removing our explicit system C++ include pathsSam Clegg1-0/+7
2019-11-04[demangle] NFC: get rid of NodeOrStringErik Pilkington2-63/+19
2019-10-24[www] Change URLs to HTTPS.Stephan T. Lavavej2-42/+42
2019-10-19P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith1-8/+8
2019-10-07[libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION optionLouis Dionne2-1/+6
2019-10-07[libc++abi] Do not define -Dcxxabi_shared_EXPORTS when building libc++abiLouis Dionne1-1/+3
2019-10-07[libc++abi] Remove redundant link flags on Apple platformsLouis Dionne1-18/+1
2019-10-04[libc++abi] Link against libSystem on Apple platformsLouis Dionne2-3/+9
2019-10-03[libc++abi] Do not export some implementation-detail functionsLouis Dionne2-8/+3
2019-10-02[NFC][libc++abi] Convert stray tabs to spacesLouis Dionne2-10/+10
2019-10-01[libc++abi] Remove uses of C++ headers when possibleLouis Dionne7-24/+21
2019-10-01[NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne6-86/+86
2019-10-01[libc++] Update link to Itanium C++ ABI documentationLouis Dionne1-1/+1
2019-10-01[libc++abi] Remove redundant #include of <string.h>Louis Dionne1-20/+14
2019-09-26[Testing] unbreak after r372963David Zarzycki1-0/+1
2019-09-25[libcxxabi] Fix arm build failer with libgccAdhemerval Zanella2-2/+12
2019-09-13Update XFAIL list for new GCC versionsEric Fiselier1-1/+1
2019-09-09Fix incorrect demangling of call operator of lambda with explicitRichard Smith2-5/+6
2019-09-09Simplify demangler rule for lambda-expressions to match discussion onRichard Smith2-45/+19
2019-09-07Synchronize LLVM's copy of libc++abi's demangler with the libc++abiRichard Smith1-1/+2
2019-09-06Implement demangling support for C++20 lambda expression extensions.Richard Smith3-31/+429
2019-08-19Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directoryLouis Dionne1-0/+3
2019-08-16[libcxxabi] __cxa_guard_require: test guard byte with != 0 instead of == 1Fangrui Song1-1/+1
2019-08-14[libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssemblySam Clegg1-1/+2
2019-08-12 small follow-up to r368604Nico Weber1-3/+3
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber16-20/+20
2019-08-12Remove outdated comment about clang not populating src2dst_offsetBenjamin Kramer1-1/+0
2019-08-08[libc++abi] Fix tests when pstl is enabledLouis Dionne2-0/+4
2019-08-05[libc++] Take 2: Integrate the PSTL into libc++Louis Dionne1-0/+10
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong4-4/+4
2019-07-19Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne1-11/+0
2019-07-19[libc++] Integrate the PSTL into libc++Louis Dionne1-0/+11
2019-07-12[libcxxabi] Don't process exceptions in cxa_handlers when they're disabledPetr Hosek3-1/+7
2019-06-28[demangle] Support for C++2a char8_tErik Pilkington2-0/+7
2019-06-27[libcxxabi] Use an explicit list to export symbols from the dylibLouis Dionne5-0/+416
2019-06-18[demangle] Special case clang's creative mangling of __uuidof expressions.Erik Pilkington2-0/+34
2019-06-18[libcxxabi] Remove the unused buildit scriptLouis Dionne1-99/+0
2019-06-10[demangle] Vendor extended types shouldn't be considered substitution candidatesErik Pilkington2-2/+9
2019-06-02[libcxx] Use libtool when merging archives on Apple platformsPetr Hosek1-0/+5
2019-05-30[libcxx][libcxxabi] Remove the unused CMake checksPetr Hosek1-32/+1
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek1-0/+4
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek6-3/+20