summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src
Commit message (Expand)AuthorAgeFilesLines
* Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake2017-02-151-1/+1
* [libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek2017-02-091-2/+2
* Add support for demangling C++11 thread_local variables. In clang, the gramma...David Bozier2017-01-311-0/+24
* Fix ASAN failure in cxa_demangleMehdi Amini2017-01-271-1/+2
* Fix chromium build (libcxxabi)Asiri Rathnayake2017-01-261-1/+13
* cxa_demangle: fix rvalue ref checkSaleem Abdulrasool2017-01-241-1/+2
* cxa_demangle: avoid butchering the last parameter typeSaleem Abdulrasool2017-01-241-2/+2
* Revert r286788Jonathan Roelofs2017-01-181-11/+1
* [libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight2017-01-132-2/+17
* [libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake2017-01-091-35/+0
* tweak definition to avoid GCC warningSaleem Abdulrasool2017-01-041-1/+3
* [libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake2017-01-037-148/+44
* Fix new/delete exception specifications to match libc++ after r290845Eric Fiselier2017-01-031-44/+13
* clean up `-Wmisleading-indentation` warningSaleem Abdulrasool2016-12-311-2/+2
* Update implementation of ABI support for throwing noexcept function pointersRichard Smith2016-12-022-77/+24
* __cxa_demangle: use default member initializationSaleem Abdulrasool2016-11-181-14/+7
* Rename TU names to not conflict with libc++.Eric Fiselier2016-11-184-4/+7
* __cxa_demangle: allow demangling invocation blocksSaleem Abdulrasool2016-11-141-4/+7
* __cxa_demangle: ensure that we have a mangled symbolSaleem Abdulrasool2016-11-141-1/+9
* arm: Fix ttype encoding assertion failure.Logan Chien2016-11-131-2/+8
* [p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith2016-11-022-1/+73
* Get libc++abi building with LLVM_ENABLE_MODULESEric Fiselier2016-10-251-0/+6
* Fix typo in commentVitaly Buka2016-10-151-1/+1
* Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFFVitaly Buka2016-10-141-1/+1
* [libcxxabi] Fix gcc build after r284128Asiri Rathnayake2016-10-131-0/+4
* [libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake2016-10-137-51/+185
* Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier2016-10-121-6/+119
* [libc++abi] Fix bug which cased the static libunwind to always be chosenEric Fiselier2016-10-091-7/+7
* Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin2016-10-075-43/+97
* Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin2016-09-295-97/+43
* [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin2016-09-295-43/+97
* annotate more function visibilitySaleem Abdulrasool2016-09-232-10/+10
* [libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake2016-09-215-35/+30
* libc++abi: fix some -Wunused-function warningsSaleem Abdulrasool2016-08-311-12/+16
* Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien2016-08-311-2/+2
* [CMake] Be more consistent about naming targets and components in libc++abiEric Fiselier2016-08-281-4/+7
* [CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier2016-08-281-1/+1
* Fix ASAN failures in the demanglerMehdi Amini2016-08-131-11/+56
* Depend directly on unwind when not building standalonePetr Hosek2016-08-091-2/+7
* Add lib directory to linker paths when using libunwindPetr Hosek2016-08-091-0/+3
* [libcxxabi] When catching an exception of type nullptr_t with a handler ofRichard Smith2016-07-191-5/+29
* [libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake2016-05-315-6/+95
* libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool2016-05-262-3/+6
* libc++abi: make __cxa_call_unexpected visibleSaleem Abdulrasool2016-05-111-1/+1
* libc++abi: fix visibility of personalitiesSaleem Abdulrasool2016-05-041-2/+3
* [libcxxabi] Teach cxa_demangle about Hexagon's long double sizeBen Craig2016-01-201-1/+1
* Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier2016-01-191-17/+17
* Revert r258222 because it's missing files. Will re-commit complete patchEric Fiselier2016-01-191-17/+17
* Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier2016-01-191-17/+17
* Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber2016-01-151-17/+17
OpenPOWER on IntegriCloud