aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)Author
2020-03-12[libc++abi] NFC: Move AtomicInt to cxa_guard_impl.hLouis Dionne
2020-03-12[libcxxabi] Set LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXX to ON if LIBCXX_ENABL...Sergej Jaskiewicz
2020-03-11[libc++abi] NFC: Simplify extern C declarationLouis Dionne
2020-03-10Revert "[libc++abi] Change __cxa_finalize return type to void"Louis Dionne
2020-03-10[libc++abi] Change __cxa_finalize return type to voidRyan Prichard
2020-03-10[libc++abi] NFC: Fix typo in commentLouis Dionne
2020-02-24[arcconfig] Delete subproject arcconfigsShoaib Meenai
2020-02-03[libcxxabi] Fix layout of __cxa_exception for win64Martin Storsjö
2020-01-30[libc++abi] Bump PACKAGE_VERSIONAlex Langford
2020-01-30[libcxxabi] Insert padding in __cxa_exception struct for compatibilitySteven Wu
2020-01-28[libcxx] Link against android_support when neededShoaib Meenai
2020-01-22[libcxxabi] NFC: Fix trivial typos in commentsKazuaki Ishizaki
2020-01-21Update spelling of {analyze,insert,remove}Branch in strings and commentsKrzysztof Parzyszek
2020-01-19[libc++][libc++abi] Fix or suppress failing tests in single-threadedEric Fiselier
2020-01-09[demangle] Copy back some NFC commits from LLVMErik Pilkington
2020-01-09[libcxxabi] Allow tests to link with static libc++abi/libc++ even if the shar...Sergej Jaskiewicz
2019-12-11[libc++abi] Fix non-constant initialization of default terminateEric Fiselier
2019-12-06[libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek
2019-12-02[libcxx{,abi}] Emit deplibs only when detected by CMakeMichał Górny
2019-11-12[libcxxabi] Prevent cmake from removing our explicit system C++ include pathsSam Clegg
2019-11-04[demangle] NFC: get rid of NodeOrStringErik Pilkington
2019-10-24[www] Change URLs to HTTPS.Stephan T. Lavavej
2019-10-19P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard 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