aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2017-03-04Fully Reformat fallback_malloc.cppEric Fiselier2-140/+158
2017-03-04Add missing UNSUPPORTED for -fno-exception modeEric Fiselier1-0/+1
2017-03-04Attempt to suppress test failures on OS XEric Fiselier2-0/+14
2017-03-04Fix CMake configuration errors on OS XEric Fiselier1-3/+6
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier4-16/+74
2017-03-04Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cppEric Fiselier4-0/+10
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier3-15/+14
2017-03-02Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier1-1/+5
2017-03-02[libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier2-5/+10
2017-03-02[libc++abi] Update new/delete definitions to match libc++Eric Fiselier1-71/+157
2017-03-01Cleanup new/delete definitionsEric Fiselier3-67/+71
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh9-40/+33
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai16-99/+47
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier7-36/+36
2017-02-27Attempt to fix arm-native libcxxabi tests for the no-exceptions variantAsiri Rathnayake2-0/+2
2017-02-24[libcxxabi] Fix condition typo in rL296136Ranjeet Singh1-1/+1
2017-02-24[libcxxabi] Disable calls to fprintf for baremetal targets.Ranjeet Singh1-0/+2
2017-02-18[CMake][libcxxabi] Update the libc++ test module pathPetr Hosek1-1/+1
2017-02-17Fix test_exception_storage.pass.cpp in C++17 my re-enabling the unexpected ha...Eric Fiselier1-0/+4
2017-02-15Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake1-1/+1
2017-02-09Fix path to libc++'s python test moduleEric Fiselier1-1/+1
2017-02-09[libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek2-2/+3
2017-01-31Add support for demangling C++11 thread_local variables. In clang, the gramma...David Bozier2-0/+26
2017-01-27Fix ASAN failure in cxa_demangleMehdi Amini2-1/+3
2017-01-26Fix chromium build (libcxxabi)Asiri Rathnayake1-1/+13
2017-01-24cxa_demangle: fix rvalue ref checkSaleem Abdulrasool2-4/+4
2017-01-24cxa_demangle: avoid butchering the last parameter typeSaleem Abdulrasool2-2/+8
2017-01-24Remove all usages of REQUIRES-ANY in the test suite.Eric Fiselier4-4/+4
2017-01-20Fix catch_reference_nullptr.pass.cpp test for GCC.Eric Fiselier1-7/+1
2017-01-18Revert r286788Jonathan Roelofs2-11/+4
2017-01-16Mark the dynamic-exception tests as unsupported under C++17, since it has no ...Marshall Clow5-4/+4
2017-01-14[cmake] Handle missing LIBUNWIND_* directories gracefullyMichal Gorny1-2/+6
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier1-1/+2
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight3-2/+21
2017-01-12Bump version to 5.0.0svnHans Wennborg1-1/+1
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny1-1/+12
2017-01-09[libcxxabi] Cleanup and adapt for r291275. NFC.Asiri Rathnayake4-45/+28
2017-01-08[libcxxabi] Enable tests by default in standalone.Bryant Wong1-0/+4
2017-01-07[libcxxabi] Add flag to conditionally enable testsBryant Wong1-1/+2
2017-01-04tweak definition to avoid GCC warningSaleem Abdulrasool1-1/+3
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake13-153/+87
2017-01-03Update LICENSE.TXT to 2017Eric Fiselier1-1/+1
2017-01-03Fix new/delete exception specifications to match libc++ after r290845Eric Fiselier1-44/+13
2016-12-31clean up `-Wmisleading-indentation` warningSaleem Abdulrasool1-2/+2
2016-12-28add cxa_demangle_fuzzerKostya Serebryany3-0/+27
2016-12-24Suppress unreachable code warning in unwind testsEric Fiselier5-0/+20
2016-12-24Fix warnings in libc++abi testsEric Fiselier11-39/+42
2016-12-13[libc++abi] Mark failing test on Darwin as XFAILShoaib Meenai1-0/+4
2016-12-11Fix signed comparison warningEric Fiselier1-2/+2
2016-12-11Workaround the removal of dynamic exception specifications in C++17Eric Fiselier1-1/+5