summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-31Remove requirement for libunwind sources. Patch by Shiz.Eric Fiselier
2017-05-28[demangler] Fix a exponential string copying bugErik Pilkington
2017-05-28[libcxxabi] Disable DLL annotations on staticMartell Malone
2017-05-26[libcxxabi] iconv is not needed for mingw-w64Martell Malone
2017-05-24[Demangler] Remove a failing assert introduced in r303718Erik Pilkington
2017-05-24__cxa_demangle: Fix constructor cv qualifier handlingTamas Berghammer
2017-05-24[demangler] Fix a crash in the demangler during parsing of a lamdbaErik Pilkington
2017-05-16[libcxxabi] Fix the test case committed in r303175.Akira Hatanaka
2017-05-16[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-14Revert r302978 and r302981.Akira Hatanaka
2017-05-13[libcxxabi] Do not align field unwindHeader when building for ARM EHABI.Akira Hatanaka
2017-05-13[libcxxabi] Align unwindHeader on a double-word boundary.Akira Hatanaka
2017-05-11[Libcxxabi]: Support using compiler-rt for MinGW64Martell Malone
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