summaryrefslogtreecommitdiffstats
path: root/libcxxabi
Commit message (Expand)AuthorAgeFilesLines
* Fix [libcxxabi] Fix warning about uninitialized const member.Eric Fiselier2016-06-151-1/+2
* Fix warning about uninitialized const member. NFCEric Fiselier2016-06-151-0/+1
* [libcxxabi] Reorder base class initializers in libc++abi tests to prevent -Wr...Eric Fiselier2016-06-152-4/+4
* Suppress warnings about the operations currently under test.Eric Fiselier2016-06-158-0/+54
* Partially revert r270816: build with -fvisibility=hidden.Eric Fiselier2016-06-022-3/+0
* [libcxxabi] Allow target flags to affect configuration tests.Eric Fiselier2016-06-023-11/+33
* [libcxxabi][test] Add missing return statement.Asiri Rathnayake2016-06-011-1/+1
* Missed part of D16545 (static lib testing)Ben Craig2016-06-011-11/+20
* [CMake] Update to requiring CMake 3.4.3Chris Bieneman2016-05-311-1/+1
* [libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake2016-05-3149-17/+450
* libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool2016-05-265-3/+12
* Allow explicit pthread opt-inBen Craig2016-05-251-0/+10
* libc++abi: make __cxa_call_unexpected visibleSaleem Abdulrasool2016-05-111-1/+1
* libc++abi: fix visibility of personalitiesSaleem Abdulrasool2016-05-041-2/+3
* Enable testing for static libc++abiBen Craig2016-04-193-11/+13
* [CMake] Fix misleading error message in CMakeLists.txt.Eugene Zelenko2016-04-181-1/+1
* Respect LIBCXXABI_LIBDIR_SUFFIX before an installBen Craig2016-04-181-3/+3
* Update copyright year to 2016.Paul Robinson2016-03-301-1/+1
* [libcxxabi] Disable cxa_thread_atexit_test if unavailableJonas Hahnfeld2016-03-174-0/+8
* Reducing stack usage of testBen Craig2016-03-041-36/+36
* [libcxxabi] Teach cxa_demangle about Hexagon's long double sizeBen Craig2016-01-201-1/+1
* [libcxxabi] Make test tolerant of uncommon floating literal demanglingsBen Craig2016-01-201-5/+62
* Mark some tests as XFAIL with GCC due to compiler bugsEric Fiselier2016-01-203-0/+12
* Fix link flags order in RUN command.Eric Fiselier2016-01-201-1/+1
* Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier2016-01-192-17/+189
* Revert r258222 because it's missing files. Will re-commit complete patchEric Fiselier2016-01-191-17/+17
* Recommit r256322: Fix PR25898 - Check for incomplete pointers types in can_ca...Eric Fiselier2016-01-191-17/+17
* Add missing license headersEric Fiselier2016-01-192-1/+18
* Revert r256322 (and follow-up 256323), the test it added does not pass on OS X.Nico Weber2016-01-152-179/+17
* [WebAssembly] Accomodate wasm's 128-bit long double.Dan Gohman2016-01-131-1/+2
* Add new tests for throwing incomplete pointer typesEric Fiselier2015-12-231-18/+97
* Fix PR25898 - Check for incomplete pointers types in can_catch(...)Eric Fiselier2015-12-232-17/+100
* Fix ARM __cxa_end_cleanup() and gc-sections.Logan Chien2015-12-221-1/+1
* [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier2015-12-142-4/+6
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* .gitignore: ignore vim swap filesSaleem Abdulrasool2015-12-041-0/+4
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-0410-212/+264
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-0410-322/+243
* c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool2015-11-181-8/+9
* Fix LIBCXXABI_HAS_NO_THREADS configuration.Eric Fiselier2015-10-141-8/+4
* Configure for config site headerEric Fiselier2015-10-141-0/+1
* Add config.project_obj_root to the libc++abi testsuiteEric Fiselier2015-10-141-0/+1
* Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to ...Marshall Clow2015-10-122-1/+3
* Fix incorrect parsing of arguments for nested functions. Reviewed as http://r...Marshall Clow2015-10-082-2/+4
* Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL.Nico Weber2015-09-201-0/+24
* EH: fix register usage for SjLjSaleem Abdulrasool2015-09-201-5/+8
* Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS.Eric Fiselier2015-09-012-2/+2
* Fix or disable C++11 tests in C++03 modeEric Fiselier2015-08-204-22/+14
* [libcxxabi] Add "install-libcxxabi" target.Eric Fiselier2015-08-191-2/+10
* [AArch64] Quick fix for cxa demanglerRenato Golin2015-08-191-1/+1
OpenPOWER on IntegriCloud