summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-09Bump version to 9.0.1release_90Tom Stellard
2019-07-19Drop svn version suffix.Hans Wennborg
2019-07-18Creating release_90 branch off revision 366426Hans Wennborg
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
2019-04-25Fix compilation error with -DLIBCXXABI_ENABLE_THREADS=OFFMichael Platings
2019-04-24Cleanup new cxa guard implementation.Eric Fiselier
2019-04-24Work around GCC test failure.Eric Fiselier
2019-04-24Rewrite cxa guard implementation.Eric Fiselier
2019-04-23[libc++abi] Don't use a .sh.cpp test for uncaught_exceptionLouis Dionne
2019-04-18[libc++] Make sure we re-export some missing libc++abi symbols from libc++Louis Dionne
2019-04-11Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier
2019-04-11[NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne
2019-04-10[libc++abi] Create a macro for the 32 bit guard setting on ARM platformsLouis Dionne
2019-04-08Revert "Make reads and writes of the guard variable atomic."Eric Fiselier
2019-04-08Fix incorrect change during refactoring.Eric Fiselier
2019-04-08Remove unneeded write in __cxa_guard_release.Eric Fiselier
2019-04-08Make reads and writes of the guard variable atomic.Eric Fiselier
2019-04-05Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.Eric Fiselier
2019-04-05Further refactor cxa_guard.cppEric Fiselier
2019-04-04Create RAII lock guard for global initialization lock.Eric Fiselier
2019-04-04Always use is_initialized and set_initialized in cxa_guard.cppEric Fiselier
2019-04-03llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber
2019-04-03[libc++abi] Do not share an object library to create the static/shared librariesPetr Hosek
2019-04-03[libc++abi] Add LIBCXXABI_ENABLE_PIC cmake optionSam Clegg
2019-04-03[libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared librarySam Clegg
2019-03-29[libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static librarySam Clegg
2019-03-08Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss
2019-03-08[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek
2019-03-01[libc++abi] Specify unwind lib before other system libraries when linkingLouis Dionne
2019-02-18[libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM includePetr Hosek