summaryrefslogtreecommitdiffstats
path: root/libcxxabi/include
Commit message (Expand)AuthorAgeFilesLines
* [libunwind] remove stray conditionalNick Kledzik2014-01-301-4/+0
* Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwi...Nico Weber2013-12-181-0/+130
* Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other ...Nick Kledzik2013-11-011-11/+11
* unwinder: conditionalise availabilitySaleem Abdulrasool2013-10-171-9/+15
* libcxxabi contains the runtime support for C++. But, as some folks have Nick Kledzik2013-10-073-0/+1054
* Tweaks/cleanups provided by Matthew DempskyHoward Hinnant2013-06-171-168/+0
* Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant2013-04-101-0/+1
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-191-17/+0
* Enable __arm__ on appleHoward Hinnant2012-03-141-1/+1
* I had originally made the handler function pointers a static internal detail,...Howard Hinnant2012-02-231-0/+17
* Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant2012-02-171-0/+1
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-0/+5
* Add version number to this library so we can recognize when we're using it.Howard Hinnant2012-02-021-2/+1
* Put throw() clauses back on these functions in cxxabi.h. This header must be...Howard Hinnant2012-01-301-8/+8
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-8/+8
* Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...Howard Hinnant2011-12-211-18/+1
* Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant2011-12-151-0/+1
* Silence some -Wall warnings pointed out by Marshall ClowHoward Hinnant2011-08-081-1/+1
* make cxxabi.h safe for C code to includeNick Kledzik2011-08-021-0/+4
* make LIBCXXABI_NORETURN be the right attributeNick Kledzik2011-08-021-1/+1
* Fixed struct/class mismatch for std::type_info and added NORETURN flagsMarshall Clow2011-07-201-3/+3
* In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant2011-06-221-0/+1
* tabs to spacesHoward Hinnant2011-06-071-28/+28
* Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky2011-06-071-0/+6
* Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow2011-06-031-4/+6
* Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant2011-05-241-0/+3
* initial importHoward Hinnant2011-05-052-0/+337
OpenPOWER on IntegriCloud