summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-30Enable libcxxabi on host bionic am: 8008d24760 am: 67e4d55dd4Dan Willemsen
2016-11-30Enable libcxxabi on host bionic am: 8008d24760Dan Willemsen
2016-11-30Enable libcxxabi on host bionicandroid-n-mr2-preview-1Dan Willemsen
2016-11-28Enable libcxxabi on host bionicDan Willemsen
2016-11-18__cxa_demangle: use default member initializationSaleem Abdulrasool
2016-11-18Add new source files to build. am: 498f031515 am: d8bdf8b36d am: 3d46029e4aDan Albert
2016-11-18Merge to upstream r286793. am: 650af220e3 am: ab01021a11 am: 0c51bb032cDan Albert
2016-11-18Add new source files to build. am: 498f031515 am: d8bdf8b36dDan Albert
2016-11-18Merge to upstream r286793. am: 650af220e3 am: ab01021a11Dan Albert
2016-11-18Add new source files to build. am: 498f031515Dan Albert
2016-11-18Merge to upstream r286793. am: 650af220e3Dan Albert
2016-11-18Add new source files to build.Dan Albert
2016-11-18Merge to upstream r286793.Dan Albert
2016-11-18Rename TU names to not conflict with libc++.Eric Fiselier
2016-11-17Add new source files to build.Dan Albert
2016-11-17Merge to upstream r286793.Dan Albert
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