summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-22Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien
2015-01-22Force unwind frame with user-defined personality.Logan Chien
2015-01-22Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien
2015-01-22Allow libc++abi to be built without unwinder.Logan Chien
2015-01-22Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.Logan Chien
2015-01-21Merge libc++abi's lit configuration with libc++'sJonathan Roelofs
2015-01-21Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs
2015-01-16Fix abort_message.cpp for the NDK.Dan Albert
2015-01-16LIBCXXABI_TARGET_TRIPLE won't always be set.Dan Albert
2015-01-16[libc++abi] Add support for cross compiling.Dan Albert
2015-01-14Update PACKAGE_VERSION to 3.7.0svnHans Wennborg
2015-01-05Fix some formatting I messed up in r225187.Dan Albert
2015-01-05Make the Unwinder -Werror clean.Dan Albert
2015-01-04Typo.Joerg Sonnenberger
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth
2014-12-21Silence warnings in libunwind.Logan Chien
2014-12-20[libunwind] improve x86_64 comments in compact_unwind_encoding.hNick Kledzik
2014-12-20[libunwind] fix comment in compact_unwind_encoding.hNick Kledzik
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-12-13Use the newer python syntax for exceptionsJustin Bogner
2014-11-25Fix comment on end of #endif to match #ifEric Fiselier
2014-11-25Use lit.util.executeCommand instead of our own versionEric Fiselier
2014-11-24[libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier
2014-11-24[libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier
2014-11-24[libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.Eric Fiselier
2014-11-21Ensure llvm-sanitizer is found by the tests when using sanitizers.Eric Fiselier
2014-11-21[libcxxabi] Cleanup memory in tests to placate ASAN.Eric Fiselier
2014-11-19Remove accidentally commited line in commit. SorryEric Fiselier
2014-11-18Add support for LLVM_USE_SANITIZER=Thread to test suiteEric Fiselier
2014-11-18[libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to s...Eric Fiselier
2014-11-14Add -g -fno-omit-frame-pointer when compiling tests with sanitizersEric Fiselier
2014-11-07Make sure only NEON enabled devices save/restore D16+ registersRenato Golin
2014-11-07Move ARM failure from FIXME to XFAILRenato Golin
2014-11-06Add support for UNSUPPORTED tag to litEric Fiselier
2014-11-05Disable backtrace libcxxabi test on ARMRenato Golin
2014-10-27Fix unicode chars into ascii in comment lines.NAKAMURA Takumi
2014-10-23Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier
2014-10-23Only link the tests against -ldl on linuxEric Fiselier
2014-10-23[libcxxabi] Add support for running libc++abi tests with sanitizersEric Fiselier
2014-10-17Add an .arcconfig for libc++abi.Dan Albert
2014-10-17[libcxxabi] Document the standalone build's requirements on llvm-config and l...Eric Fiselier
2014-10-13Correctly export _Unwind_[GS]et(GR|IP) for EHABI.Dan Albert
2014-10-03Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner
2014-10-02Support Cortex-m0Jonathan Roelofs
2014-09-11Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman
2014-09-11ARM Unwind syntaxRenato Golin
2014-09-09Implement post-review comments for r216730Jonathan Roelofs
2014-09-08Remove an unused typedef from __class_type_info::search_below_dstAlexander Potapenko
2014-09-07Use correct __ARM_ARCH macroRenato Golin
2014-09-05s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs