summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* [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
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-306-3/+20
* [runtimes] Support ELF dependent libraries featurePetr Hosek2019-05-303-0/+16
* Update private_typeinfo's `is_equal` implementation after r361913Eric Fiselier2019-05-291-7/+5
* [runtimes] Move libunwind, libc++abi and libc++ to lib/$target/c++ and includ...Petr Hosek2019-05-222-6/+11
* [libcxxabi] Add a test for invalid assumptions on the alignment of exceptionsLouis Dionne2019-05-171-0/+34
* XFAIL test for new GCC versionEric Fiselier2019-05-161-1/+1
* minor cmake formatting style fixNico Weber2019-05-071-1/+3
* [libcxxabi] Don't use -fvisibility-global-new-delete-hidden when not defining...Petr Hosek2019-05-061-1/+6
* [gn] Support for building libcxxabiPetr Hosek2019-05-022-7/+11
* Attempt to fix flaky tests.Eric Fiselier2019-05-021-188/+149
* Update DemangleConfig.h to better mangle LLVM's version.Eric Fiselier2019-04-301-12/+68
* Remove XFail for new GCC. They fixed itEric Fiselier2019-04-291-1/+1
* Fix compilation error with -DLIBCXXABI_ENABLE_THREADS=OFFMichael Platings2019-04-251-0/+3
* Cleanup new cxa guard implementation.Eric Fiselier2019-04-243-8/+58
* Work around GCC test failure.Eric Fiselier2019-04-241-2/+2
* Rewrite cxa guard implementation.Eric Fiselier2019-04-245-263/+1127
* [libc++abi] Don't use a .sh.cpp test for uncaught_exceptionLouis Dionne2019-04-231-6/+0
* [libc++] Make sure we re-export some missing libc++abi symbols from libc++Louis Dionne2019-04-182-16/+40
* Fix PR41465 - Use __builtin_mul_overflow instead of hand-rolled check.Eric Fiselier2019-04-112-4/+31
* [NFC] Correct outdated links to the Itanium C++ ABI documentationLouis Dionne2019-04-118-8/+8
* [libc++abi] Create a macro for the 32 bit guard setting on ARM platformsLouis Dionne2019-04-103-11/+15
* Revert "Make reads and writes of the guard variable atomic."Eric Fiselier2019-04-081-33/+19
* Fix incorrect change during refactoring.Eric Fiselier2019-04-081-1/+1
* Remove unneeded write in __cxa_guard_release.Eric Fiselier2019-04-081-1/+0
* Make reads and writes of the guard variable atomic.Eric Fiselier2019-04-081-19/+34
* Fix PR41395 - __cxa_vec_new may overflow in allocation size calculation.Eric Fiselier2019-04-052-13/+165
* Further refactor cxa_guard.cppEric Fiselier2019-04-051-144/+176
* Create RAII lock guard for global initialization lock.Eric Fiselier2019-04-041-81/+94
* Always use is_initialized and set_initialized in cxa_guard.cppEric Fiselier2019-04-041-16/+8
* llvm-cxxfilt: Demangle gcc "old-style unified" ctors and dtorsNico Weber2019-04-032-7/+16
* [libc++abi] Do not share an object library to create the static/shared librariesPetr Hosek2019-04-031-59/+39
* [libc++abi] Add LIBCXXABI_ENABLE_PIC cmake optionSam Clegg2019-04-032-1/+5
* [libc++abi] Actually set POSITION_INDEPENDENT_CODE when building shared librarySam Clegg2019-04-031-1/+3
* [libc++abi] Don't set POSITION_INDEPENDENT_CODE when building static librarySam Clegg2019-03-291-12/+7
* Revert "[runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/"Matthew Voss2019-03-082-11/+6
* [runtimes] Move libunwind, libc++abi and libc++ to lib/ and include/Petr Hosek2019-03-082-6/+11
* [libc++abi] Specify unwind lib before other system libraries when linkingLouis Dionne2019-03-011-2/+2
* [libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM includePetr Hosek2019-02-181-3/+0
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-1/+1
* [CMake] Avoid passing -rtlib=compiler-rt when using compiler-rtPetr Hosek2019-02-121-4/+0
* [CMake] Support compiler-rt builtins library in testsPetr Hosek2019-02-051-1/+1
* [CMake] Update lit test configurationPetr Hosek2019-02-052-7/+9
* [CMake] Support CMake variables for setting target, sysroot and toolchainPetr Hosek2019-02-042-7/+17
* [CMake] Use correct visibility for linked libraries in CMakePetr Hosek2019-01-301-2/+2
OpenPOWER on IntegriCloud