summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 10.0.1Tom Stellard2020-04-131-1/+1
* Drop git version suffixAaron Puchert2020-02-171-1/+1
* [libcxxabi] Fix layout of __cxa_exception for win64Martin Storsjö2020-02-041-5/+5
* [libcxxabi] Insert padding in __cxa_exception struct for compatibilitySteven Wu2020-02-031-0/+45
* [demangle] Copy back some NFC commits from LLVMErik Pilkington2020-01-092-8/+8
* [libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shar...Sergej Jaskiewicz2020-01-093-3/+33
* [libc++abi] Fix non-constant initialization of default terminateEric Fiselier2019-12-111-6/+8
* [libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-061-5/+13
* [libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny2019-12-025-5/+7
* [libcxxabi] Prevent cmake from removing our explicit system C++ include pathsSam Clegg2019-11-121-0/+7
* [demangle] NFC: get rid of NodeOrStringErik Pilkington2019-11-042-63/+19
* [www] Change URLs to HTTPS.Stephan T. Lavavej2019-10-242-42/+42
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-191-8/+8
* [libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION optionLouis Dionne2019-10-072-1/+6
* [libc++abi] Do not define -Dcxxabi_shared_EXPORTS when building libc++abiLouis Dionne2019-10-071-1/+3
* [libc++abi] Remove redundant link flags on Apple platformsLouis Dionne2019-10-071-18/+1
* [libc++abi] Link against libSystem on Apple platformsLouis Dionne2019-10-042-3/+9
* [libc++abi] Do not export some implementation-detail functionsLouis Dionne2019-10-032-8/+3
* [NFC][libc++abi] Convert stray tabs to spacesLouis Dionne2019-10-022-10/+10
* [libc++abi] Remove uses of C++ headers when possibleLouis Dionne2019-10-017-24/+21
* [NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne2019-10-016-86/+86
* [libc++] Update link to Itanium C++ ABI documentationLouis Dionne2019-10-011-1/+1
* [libc++abi] Remove redundant #include of <string.h>Louis Dionne2019-10-011-20/+14
* [Testing] unbreak after r372963David Zarzycki2019-09-261-0/+1
* [libcxxabi] Fix arm build failer with libgccAdhemerval Zanella2019-09-252-2/+12
* Update XFAIL list for new GCC versionsEric Fiselier2019-09-131-1/+1
* Fix incorrect demangling of call operator of lambda with explicitRichard Smith2019-09-092-5/+6
* Simplify demangler rule for lambda-expressions to match discussion onRichard Smith2019-09-092-45/+19
* Synchronize LLVM's copy of libc++abi's demangler with the libc++abiRichard Smith2019-09-071-1/+2
* Implement demangling support for C++20 lambda expression extensions.Richard Smith2019-09-063-31/+429
* Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directoryLouis Dionne2019-08-191-0/+3
* [libcxxabi] __cxa_guard_require: test guard byte with != 0 instead of == 1Fangrui Song2019-08-161-1/+1
* [libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssemblySam Clegg2019-08-141-1/+2
* small follow-up to r368604Nico Weber2019-08-121-3/+3
* libcxxabi: Rename .hpp files to .hNico Weber2019-08-1216-20/+20
* Remove outdated comment about clang not populating src2dst_offsetBenjamin Kramer2019-08-121-1/+0
* [libc++abi] Fix tests when pstl is enabledLouis Dionne2019-08-082-0/+4
* [libc++] Take 2: Integrate the PSTL into libc++Louis Dionne2019-08-051-0/+10
* [runtimes] Don't depend on libpthread on AndroidYi Kong2019-07-224-4/+4
* Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne2019-07-191-11/+0
* [libc++] Integrate the PSTL into libc++Louis Dionne2019-07-191-0/+11
* [libcxxabi] Don't process exceptions in cxa_handlers when they're disabledPetr Hosek2019-07-123-1/+7
* [demangle] Support for C++2a char8_tErik Pilkington2019-06-282-0/+7
* [libcxxabi] Use an explicit list to export symbols from the dylibLouis Dionne2019-06-275-0/+416
* [demangle] Special case clang's creative mangling of __uuidof expressions.Erik Pilkington2019-06-182-0/+34
* [libcxxabi] Remove the unused buildit scriptLouis Dionne2019-06-181-99/+0
* [demangle] Vendor extended types shouldn't be considered substitution candidatesErik Pilkington2019-06-102-2/+9
* [libcxx] Use libtool when merging archives on Apple platformsPetr Hosek2019-06-021-0/+5
* [libcxx][libcxxabi] Remove the unused CMake checksPetr Hosek2019-05-301-32/+1
* [runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek2019-05-301-0/+4