aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
AgeCommit message (Expand)AuthorFilesLines
2015-05-08Fix merge conflict that resulted in bad preprocessor blockEric Fiselier1-1/+0
2015-05-08Merging r236299:Tom Stellard2-3/+23
2015-05-08Merging r234254:Tom Stellard4-17/+118
2015-05-08Add tests missed in r236862Tom Stellard2-4/+152
2015-05-08Merging r233984:Tom Stellard3-0/+244
2015-05-08Merging r231852:Tom Stellard1-1/+1
2015-05-08Merging r231839:Tom Stellard1-12/+20
2015-02-10Merging r228359:Hans Wennborg1-0/+4
2015-01-27Merging r226824:Hans Wennborg1-1/+0
2015-01-27Merging r226823:Hans Wennborg2-0/+6
2015-01-27Merging r226822:Hans Wennborg4-69/+109
2015-01-27Merging r226820:Hans Wennborg2-0/+14
2015-01-27Merging r226819:Hans Wennborg2-34/+46
2015-01-27Merging r226818:Hans Wennborg2-22/+26
2015-01-14Change version from 3.6.0svn to 3.6.0Hans Wennborg1-1/+1
2015-01-05Fix some formatting I messed up in r225187.Dan Albert1-1/+1
2015-01-05Make the Unwinder -Werror clean.Dan Albert5-95/+110
2015-01-04Typo.Joerg Sonnenberger1-1/+1
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth5-24/+30
2014-12-21Silence warnings in libunwind.Logan Chien2-6/+9
2014-12-20[libunwind] improve x86_64 comments in compact_unwind_encoding.hNick Kledzik1-3/+7
2014-12-20[libunwind] fix comment in compact_unwind_encoding.hNick Kledzik1-1/+1
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert6-0/+79
2014-12-13Use the newer python syntax for exceptionsJustin Bogner1-1/+1
2014-11-25Fix comment on end of #endif to match #ifEric Fiselier1-1/+1
2014-11-25Use lit.util.executeCommand instead of our own versionEric Fiselier1-20/+2
2014-11-24[libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier7-3/+33
2014-11-24[libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier7-43/+69
2014-11-24[libcxxabi] Delay adjustment of pointer to prevent referencing invalid memory.Eric Fiselier1-7/+11
2014-11-21Ensure llvm-sanitizer is found by the tests when using sanitizers.Eric Fiselier1-6/+22
2014-11-21[libcxxabi] Cleanup memory in tests to placate ASAN.Eric Fiselier3-12/+15
2014-11-19Remove accidentally commited line in commit. SorryEric Fiselier1-2/+0
2014-11-18Add support for LLVM_USE_SANITIZER=Thread to test suiteEric Fiselier1-0/+3
2014-11-18[libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to s...Eric Fiselier3-55/+60
2014-11-14Add -g -fno-omit-frame-pointer when compiling tests with sanitizersEric Fiselier1-0/+1
2014-11-07Make sure only NEON enabled devices save/restore D16+ registersRenato Golin2-2/+2
2014-11-07Move ARM failure from FIXME to XFAILRenato Golin1-5/+1
2014-11-06Add support for UNSUPPORTED tag to litEric Fiselier1-1/+12
2014-11-05Disable backtrace libcxxabi test on ARMRenato Golin1-0/+5
2014-10-27Fix unicode chars into ascii in comment lines.NAKAMURA Takumi1-6/+6
2014-10-23Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier1-3/+3
2014-10-23Only link the tests against -ldl on linuxEric Fiselier1-1/+1
2014-10-23[libcxxabi] Add support for running libc++abi tests with sanitizersEric Fiselier2-0/+26
2014-10-17Add an .arcconfig for libc++abi.Dan Albert1-0/+4
2014-10-17[libcxxabi] Document the standalone build's requirements on llvm-config and l...Eric Fiselier2-1/+13
2014-10-13Correctly export _Unwind_[GS]et(GR|IP) for EHABI.Dan Albert4-27/+25
2014-10-03Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner2-8/+10
2014-10-02Support Cortex-m0Jonathan Roelofs3-21/+70
2014-09-11Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman4-0/+48
2014-09-11ARM Unwind syntaxRenato Golin2-6/+30