summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-01Merging r292638:release_40Hans Wennborg
2017-01-19Merging r292418:Hans Wennborg
2017-01-19Merging r292135:Hans Wennborg
2017-01-12Drop 'svn' suffix from version.Hans Wennborg
2017-01-12Creating release_40 branch off revision 291814Hans Wennborg
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
2017-01-09[libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake
2017-01-08[libcxxabi] Enable tests by default in standalone.Bryant Wong
2017-01-07[libcxxabi] Add flag to conditionally enable testsBryant Wong
2017-01-04tweak definition to avoid GCC warningSaleem Abdulrasool
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2017-01-03Update LICENSE.TXT to 2017Eric Fiselier
2017-01-03Fix new/delete exception specifications to match libc++ after r290845Eric Fiselier
2016-12-31clean up `-Wmisleading-indentation` warningSaleem Abdulrasool
2016-12-28add cxa_demangle_fuzzerKostya Serebryany
2016-12-24Suppress unreachable code warning in unwind testsEric Fiselier
2016-12-24Fix warnings in libc++abi testsEric Fiselier
2016-12-13[libc++abi] Mark failing test on Darwin as XFAILShoaib Meenai
2016-12-11Fix signed comparison warningEric Fiselier
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