summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-11Revert "[libcxxabi] Align unwindHeader on a double-word boundary."Akira Hatanaka
2017-05-11[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-11Revert "Rename c++abi.a on Windows to libc++abi to avoid name conflicts"Eric Fiselier
2017-05-11Allow undefined symbols when linking libc++abi.dll on WindowsEric Fiselier
2017-05-11Fix Libc++abi linking under MinGW64Eric Fiselier
2017-05-11Rename c++abi.a on Windows to libc++abi to avoid name conflictsEric Fiselier
2017-05-11Don't use posix_memalign under MinGWEric Fiselier
2017-05-11Apply libc++ MinGW CMake fix to libc++abiEric Fiselier
2017-05-10[libc++abi] Disable libc++ extern templates project-wideShoaib Meenai
2017-05-10Fix use of now removed %exec test substitutionEric Fiselier
2017-05-10Fix use of removed SH test replacement %execEric Fiselier
2017-05-09XFAIL noexcept member function throw/catch test under GCC.Eric Fiselier
2017-05-04[libcxxabi][CMake] Set library dir when built under runtimes/Jonas Hahnfeld
2017-04-20Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL.Eric Fiselier
2017-04-16[CMake][libcxxabi] Fix the -target and -gcc-toolchain flag handlingPetr Hosek
2017-04-07[CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek
2017-04-04Fix exception address alignment test for EHABIAsiri Rathnayake
2017-04-04Uses quote to include cxxabi.h to make sure the local one is includedMehdi Amini
2017-03-31[libc++abi] Remove missed use of config.hShoaib Meenai
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-30[libc++abi] Remove unistd.h includeShoaib Meenai
2017-03-04Fully Reformat fallback_malloc.cppEric Fiselier
2017-03-04Add missing UNSUPPORTED for -fno-exception modeEric Fiselier
2017-03-04Attempt to suppress test failures on OS XEric Fiselier
2017-03-04Fix CMake configuration errors on OS XEric Fiselier
2017-03-04[libcxxabi] Fix alignment of allocated exceptions in 32 bit buildsEric Fiselier
2017-03-04Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cppEric Fiselier
2017-03-04Turn on -Wunused-function and cleanup occurancesEric Fiselier
2017-03-02Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier
2017-03-02[libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier
2017-03-02[libc++abi] Update new/delete definitions to match libc++Eric Fiselier
2017-03-01Cleanup new/delete definitionsEric Fiselier
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-03-01Fix non-reserved macro names LIBCXXABI_NORETURN and LIBCXXABI_ARM_EHABI.Eric Fiselier
2017-02-27Attempt to fix arm-native libcxxabi tests for the no-exceptions variantAsiri Rathnayake
2017-02-24[libcxxabi] Fix condition typo in rL296136Ranjeet Singh
2017-02-24[libcxxabi] Disable calls to fprintf for baremetal targets.Ranjeet Singh
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