summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-11Don't use posix_memalign under MinGWEric Fiselier
2017-05-10[libc++abi] Disable libc++ extern templates project-wideShoaib Meenai
2017-04-04Uses quote to include cxxabi.h to make sure the local one is includedMehdi Amini
2017-03-31[libc++abi] Remove missed use of config.hShoaib Meenai
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-30[libc++abi] Remove unistd.h includeShoaib Meenai
2017-03-04Fully Reformat fallback_malloc.cppEric Fiselier
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2017-03-02[libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier
2017-03-02[libc++abi] Update new/delete definitions to match libc++Eric Fiselier
2017-03-01Cleanup new/delete definitionsEric Fiselier
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2017-02-24[libcxxabi] Fix condition typo in rL296136Ranjeet Singh
2017-02-24[libcxxabi] Disable calls to fprintf for baremetal targets.Ranjeet Singh
2017-02-15Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake
2017-02-09[libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2017-01-31Add support for demangling C++11 thread_local variables. In clang, the gramma...David Bozier
2017-01-27Fix ASAN failure in cxa_demangleMehdi Amini
2017-01-26Fix chromium build (libcxxabi)Asiri Rathnayake
2017-01-24cxa_demangle: fix rvalue ref checkSaleem Abdulrasool
2017-01-24cxa_demangle: avoid butchering the last parameter typeSaleem Abdulrasool
2017-01-18Revert r286788Jonathan Roelofs
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight
2017-01-09[libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake
2017-01-04tweak definition to avoid GCC warningSaleem Abdulrasool
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2017-01-03Fix new/delete exception specifications to match libc++ after r290845Eric Fiselier
2016-12-31clean up `-Wmisleading-indentation` warningSaleem Abdulrasool
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-18__cxa_demangle: use default member initializationSaleem Abdulrasool
2016-11-18Rename TU names to not conflict with libc++.Eric Fiselier
2016-11-14__cxa_demangle: allow demangling invocation blocksSaleem Abdulrasool
2016-11-14__cxa_demangle: ensure that we have a mangled symbolSaleem Abdulrasool
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-11-02[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith
2016-10-25Get libc++abi building with LLVM_ENABLE_MODULESEric Fiselier
2016-10-15Fix typo in commentVitaly Buka
2016-10-14Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFFVitaly Buka
2016-10-13[libcxxabi] Fix gcc build after r284128Asiri Rathnayake
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-12Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier
2016-10-09[libc++abi] Fix bug which cased the static libunwind to always be chosenEric Fiselier
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-09-23annotate more function visibilitySaleem Abdulrasool
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake