summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-19P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...upstream-masterRichard Smith
2019-10-07[libc++abi] Introduce a LIBCXXABI_LIBRARY_VERSION optionLouis Dionne
2019-10-07[libc++abi] Do not define -Dcxxabi_shared_EXPORTS when building libc++abiLouis Dionne
2019-10-07[libc++abi] Remove redundant link flags on Apple platformsLouis Dionne
2019-10-04[libc++abi] Link against libSystem on Apple platformsLouis Dionne
2019-10-03[libc++abi] Do not export some implementation-detail functionsLouis Dionne
2019-10-02[NFC][libc++abi] Convert stray tabs to spacesLouis Dionne
2019-10-01[libc++abi] Remove uses of C++ headers when possibleLouis Dionne
2019-10-01[NFC][libc++abi] Remove trailing whitespace from sourcesLouis Dionne
2019-10-01[libc++] Update link to Itanium C++ ABI documentationLouis Dionne
2019-10-01[libc++abi] Remove redundant #include of <string.h>Louis Dionne
2019-09-26[Testing] unbreak after r372963David Zarzycki
2019-09-25[libcxxabi] Fix arm build failer with libgccAdhemerval Zanella
2019-09-13Update XFAIL list for new GCC versionsEric Fiselier
2019-09-09Fix incorrect demangling of call operator of lambda with explicitRichard Smith
2019-09-09Simplify demangler rule for lambda-expressions to match discussion onRichard Smith
2019-09-07Synchronize LLVM's copy of libc++abi's demangler with the libc++abiRichard Smith
2019-09-06Implement demangling support for C++20 lambda expression extensions.Richard Smith
2019-08-19Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directoryLouis Dionne
2019-08-16[libcxxabi] __cxa_guard_require: test guard byte with != 0 instead of == 1Fangrui Song
2019-08-14[libcxxabi] Define _LIBCXXABI_GUARD_ABI_ARM on WebAssemblySam Clegg
2019-08-12 small follow-up to r368604Nico Weber
2019-08-12libcxxabi: Rename .hpp files to .hNico Weber
2019-08-12Remove outdated comment about clang not populating src2dst_offsetBenjamin Kramer
2019-08-08[libc++abi] Fix tests when pstl is enabledLouis Dionne
2019-08-05[libc++] Take 2: Integrate the PSTL into libc++Louis Dionne
2019-07-22[runtimes] Don't depend on libpthread on AndroidYi Kong
2019-07-19Revert "[libc++] Integrate the PSTL into libc++"Louis Dionne
2019-07-19[libc++] Integrate the PSTL into libc++Louis Dionne
2019-07-12[libcxxabi] Don't process exceptions in cxa_handlers when they're disabledPetr Hosek
2019-06-28[demangle] Support for C++2a char8_tErik Pilkington
2019-06-27[libcxxabi] Use an explicit list to export symbols from the dylibLouis Dionne
2019-06-18[demangle] Special case clang's creative mangling of __uuidof expressions.Erik Pilkington
2019-06-18[libcxxabi] Remove the unused buildit scriptLouis Dionne
2019-06-10[demangle] Vendor extended types shouldn't be considered substitution candidatesErik Pilkington
2019-06-02[libcxx] Use libtool when merging archives on Apple platformsPetr Hosek
2019-05-30[libcxx][libcxxabi] Remove the unused CMake checksPetr Hosek
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-30[runtimes] Support ELF dependent libraries featurePetr Hosek
2019-05-29Update private_typeinfo's `is_equal` implementation after r361913Eric Fiselier
2019-05-22[runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek
2019-05-17[libcxxabi] Add a test for invalid assumptions on the alignment of exceptionsLouis Dionne
2019-05-16XFAIL test for new GCC versionEric Fiselier
2019-05-07minor cmake formatting style fixNico Weber
2019-05-06[libcxxabi] Don't use -fvisibility-global-new-delete-hidden when not defining...Petr Hosek
2019-05-02[gn] Support for building libcxxabiPetr Hosek
2019-05-02Attempt to fix flaky tests.Eric Fiselier
2019-04-30Update DemangleConfig.h to better mangle LLVM's version.Eric Fiselier
2019-04-29Remove XFail for new GCC. They fixed itEric Fiselier