summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-11Workaround the removal of dynamic exception specifications in C++17Eric Fiselier
2016-12-05[libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONSShoaib Meenai
2016-12-02Check for SD-6 feature test macro when determining which tests should beRichard Smith
2016-12-02Fix up r288457 for compilers that don't support noexcept function types:Richard Smith
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-13Fix GCC libc++abi buildEric Fiselier
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-11-13[CMake] Fix libc++abi arm build w/o libunwind.Logan Chien
2016-11-11[CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek
2016-11-09[libc++abi] Remove the test for checking using of fallback malloc in case of ...Igor Kudrin
2016-11-09Revert "[CMake] Check runtimes subdir when looking for libcxx and libuwind"Petr Hosek
2016-11-09[CMake] Check runtimes subdir when looking for libcxx and libuwindPetr Hosek
2016-11-07Fix typo in CMakeLists.txt: provide the path to libcxx checkout and not the i...Mehdi Amini
2016-11-07Fix libcxxabi CMake detection of libcxx path to handle LLVM_EXTERNAL_LIBCXX_S...Mehdi Amini
2016-11-07Revert "Add some facilities to work with a git monorepo (experimental setup)"Mehdi Amini
2016-11-07Add some facilities to work with a git monorepo (experimental setup)Mehdi Amini
2016-11-02[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith
2016-10-31Spell libcxxabi-no-threads correctlyEric Fiselier
2016-10-30Mark thread exit test as unsupported w/o threadsEric Fiselier
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-14Mark test as unsupported without threadsEric Fiselier
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-12Fix libc++abi test config after recent libc++ changesEric 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-10-03[CMake] Fix libc++abi standalone cmake build.Logan Chien
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-27[libc++abi] Default to DLL annotations on WindowsShoaib Meenai
2016-09-23annotate more function visibilitySaleem Abdulrasool
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2016-09-16Fix side effect in assertionEric Fiselier
2016-09-02[lit] Replace print with lit_config.note().Logan Chien
2016-08-31libc++abi: fix some -Wunused-function warningsSaleem Abdulrasool
2016-08-31Wrap LIBCXXABI_USE_LLVM_UNWINDER with defined().Logan Chien
2016-08-29[CMake] Trying to fix the bots I brokeChris Bieneman
2016-08-29[CMake] Use -std=c++11 if supportedChris Bieneman
2016-08-28[CMake] Be more consistent about naming targets and components in libc++abiEric Fiselier
2016-08-28[CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier
2016-08-28test: fix test under ASAN and MSANSaleem Abdulrasool
2016-08-16Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIXEric Fiselier
2016-08-13Fix ASAN failures in the demanglerMehdi Amini