summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-12-02Fix up r288457 for compilers that don't support noexcept function types:Richard Smith
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-14__cxa_demangle: allow demangling invocation blocksSaleem Abdulrasool
2016-11-13Fix GCC libc++abi buildEric Fiselier
2016-11-13arm: Fix ttype encoding assertion failure.Logan Chien
2016-11-09[libc++abi] Remove the test for checking using of fallback malloc in case of ...Igor Kudrin
2016-11-02[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith
2016-10-31Spell libcxxabi-no-threads correctlyEric Fiselier
2016-10-30Mark thread exit test as unsupported w/o threadsEric Fiselier
2016-10-14Mark test as unsupported without threadsEric Fiselier
2016-10-13[libcxxabi] Refactor pthread usage into a separate APIAsiri Rathnayake
2016-10-12Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier
2016-10-12Fix libc++abi test config after recent libc++ changesEric Fiselier
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2016-09-16Fix side effect in assertionEric Fiselier
2016-09-02[lit] Replace print with lit_config.note().Logan Chien
2016-08-28[CMake] Be more consistent about naming targets and components in libc++abiEric Fiselier
2016-08-28[CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier
2016-08-28test: fix test under ASAN and MSANSaleem Abdulrasool
2016-08-13Fix ASAN failures in the demanglerMehdi Amini
2016-08-08Do not depend on unwind when building standalonePetr Hosek
2016-07-19Attempt to bring peace to -Werror buildbots.Richard Smith
2016-07-19[libcxxabi] When catching an exception of type nullptr_t with a handler ofRichard Smith
2016-06-15Fix [libcxxabi] Fix warning about uninitialized const member.Eric Fiselier
2016-06-15Fix warning about uninitialized const member. NFCEric Fiselier
2016-06-15[libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wr...Eric Fiselier
2016-06-15Suppress warnings about the operations currently under test.Eric Fiselier
2016-06-02[libcxxabi] Allow target flags to affect configuration tests.Eric Fiselier
2016-06-01[libcxxabi][test] Add missing return statement.Asiri Rathnayake
2016-05-31[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake
2016-04-19Enable testing for static libc++abiBen Craig
2016-03-17[libcxxabi] Disable cxa_thread_atexit_test if unavailableJonas Hahnfeld
2016-03-04Reducing stack usage of testBen Craig
2016-01-20[libcxxabi] Make test tolerant of uncommon floating literal demanglingsBen Craig
2016-01-20Mark some tests as XFAIL with GCC due to compiler bugsEric Fiselier
2016-01-20Fix link flags order in RUN command.Eric Fiselier
2016-01-19Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier
2016-01-19Add missing license headersEric Fiselier
2016-01-15Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber
2015-12-23Add new tests for throwing incomplete pointer typesEric Fiselier
2015-12-23Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier
2015-10-14Fix LIBCXXABI_HAS_NO_THREADS configuration.Eric Fiselier
2015-10-14Configure for config site headerEric Fiselier
2015-10-14Add config.project_obj_root to the libc++abi testsuiteEric Fiselier
2015-10-12Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...Marshall Clow
2015-10-08Fix incorrect parsing of arguments for nested functions. Reviewed as http://r...Marshall Clow
2015-09-01Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS.Eric Fiselier