summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test
Commit message (Expand)AuthorAgeFilesLines
* Disallow conversions from function pointers to void*.Eric Fiselier2015-05-011-0/+16
* libc++abi: move tests backSaleem Abdulrasool2015-04-246-0/+771
* libc++abi: remove the duplicated unwind contentSaleem Abdulrasool2015-04-246-771/+0
* [libcxxabi] Disallow Base to Derived conversions for catching pointers to mem...Eric Fiselier2015-04-063-12/+115
* [libcxxabi] Fix multi-level pointer conversions and pointer to member convers...Eric Fiselier2015-04-023-4/+297
* Let libc++'s LIT configuration setup our linker paths and env.Eric Fiselier2015-03-172-18/+2
* add option to tell LIT where to find the libc++ library when built out of treeEric Fiselier2015-03-172-2/+8
* [libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier2015-03-031-1/+1
* Add remote testing support to the lit configJonathan Roelofs2015-02-262-0/+6
* Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...Eric Fiselier2015-02-211-0/+9
* Fix libcxxabi's library and object root for tests.Eric Fiselier2015-02-113-9/+14
* Make test require 'linux' instead of 'linux2'Eric Fiselier2015-02-031-1/+1
* [libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...Eric Fiselier2015-01-223-46/+36
* Enable backtrace_test for ARM.Logan Chien2015-01-221-1/+0
* Merge libc++abi's lit configuration with libc++'sJonathan Roelofs2015-01-216-288/+133
* Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs2015-01-2140-1/+1
* [cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth2014-12-293-20/+17
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-182-0/+35
* Use the newer python syntax for exceptionsJustin Bogner2014-12-131-1/+1
* Fix comment on end of #endif to match #ifEric Fiselier2014-11-251-1/+1
* Use lit.util.executeCommand instead of our own versionEric Fiselier2014-11-251-20/+2
* [libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier2014-11-245-2/+25
* [libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier2014-11-247-43/+69
* Ensure llvm-sanitizer is found by the tests when using sanitizers.Eric Fiselier2014-11-211-6/+22
* [libcxxabi] Cleanup memory in tests to placate ASAN.Eric Fiselier2014-11-213-12/+15
* Add support for LLVM_USE_SANITIZER=Thread to test suiteEric Fiselier2014-11-181-0/+3
* Add -g -fno-omit-frame-pointer when compiling tests with sanitizersEric Fiselier2014-11-141-0/+1
* Move ARM failure from FIXME to XFAILRenato Golin2014-11-071-5/+1
* Add support for UNSUPPORTED tag to litEric Fiselier2014-11-061-1/+12
* Disable backtrace libcxxabi test on ARMRenato Golin2014-11-051-0/+5
* Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier2014-10-231-3/+3
* Only link the tests against -ldl on linuxEric Fiselier2014-10-231-1/+1
* [libcxxabi] Add support for running libc++abi tests with sanitizersEric Fiselier2014-10-232-0/+26
* Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman2014-09-111-0/+38
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs2014-09-051-3/+3
* Add missing include to a test case.Dan Albert2014-08-291-0/+1
* Make _Unwind_Backtrace() work on ARM.Dan Albert2014-08-291-0/+61
* Add support for building and testing the unwinder.Dan Albert2014-07-113-1/+17
* Add lit configs for libcxxabi tests.Dan Albert2014-07-103-0/+274
* Add test case for inherited exceptionsJonathan Roelofs2014-06-031-0/+165
* Add EH test case checking that handlers in noexcept functions can still unwindJonathan Roelofs2014-05-311-0/+34
* Add EH test cases corresponding to C++ ABI # 15.3.3Jonathan Roelofs2014-05-311-0/+444
* PR19091: Track whether we're demangling a function template specialization toRichard Smith2014-05-121-0/+2
* Implement ARM EHABI exception handling.Logan Chien2014-05-101-0/+8
* Check exception specification with __cplusplus.Logan Chien2014-05-101-1/+1
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-3/+13
* Try harder to get the compiler to use float registers in differentJoerg Sonnenberger2014-05-041-8/+26
* Don't use bash features.Joerg Sonnenberger2014-05-031-16/+16
* Add unwind test case that checks restoring of float registers (such as on AAr...Nick Kledzik2014-04-291-0/+239
* Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.Anders Carlsson2014-02-171-0/+1
OpenPOWER on IntegriCloud