summaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)Author
2017-02-18[CMake][libcxxabi] Update the libc++ test module pathPetr Hosek
2017-02-17Fix test_exception_storage.pass.cpp in C++17 my re-enabling the unexpected ha...Eric Fiselier
2017-02-15Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake
2017-02-09Fix path to libc++'s python test moduleEric Fiselier
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-24Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier
2017-01-20Fix catch_reference_nullptr.pass.cpp test for GCC.Eric Fiselier
2017-01-18Revert r286788Jonathan Roelofs
2017-01-16Mark the dynamic-exception tests as unsupported under C++17, since it has no ...Marshall Clow
2017-01-14[cmake] Handle missing LIBUNWIND_* directories gracefullyMichal Gorny
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight
2017-01-12Bump version to 5.0.0svnHans 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