summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-15Gets libcxxabi building for AndroidDan Albert
2014-01-30[libunwind] remove stray conditionalNick Kledzik
2013-12-18Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwi...Nico Weber
2013-11-01Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other ...Nick Kledzik
2013-10-17unwinder: conditionalise availabilitySaleem Abdulrasool
2013-10-07libcxxabi contains the runtime support for C++. But, as some folks have Nick Kledzik
2013-06-17Tweaks/cleanups provided by Matthew DempskyHoward Hinnant
2013-04-10Add capability to demangle invocation functions for ObjC blocks.Howard Hinnant
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant
2012-03-14Enable __arm__ on appleHoward Hinnant
2012-02-23I had originally made the handler function pointers a static internal detail,...Howard Hinnant
2012-02-17Add (reluctantly) a namespace alias for __cxxabiv1.Howard Hinnant
2012-02-02Work on restricting symbol visibility.Howard Hinnant
2012-02-02Add version number to this library so we can recognize when we're using it.Howard Hinnant
2012-01-30Put throw() clauses back on these functions in cxxabi.h. This header must be...Howard Hinnant
2012-01-24By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2011-12-21Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...Howard Hinnant
2011-12-15Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant
2011-08-08Silence some -Wall warnings pointed out by Marshall ClowHoward Hinnant
2011-08-02make cxxabi.h safe for C code to includeNick Kledzik
2011-08-02make LIBCXXABI_NORETURN be the right attributeNick Kledzik
2011-07-20Fixed struct/class mismatch for std::type_info and added NORETURN flagsMarshall Clow
2011-06-22In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...Howard Hinnant
2011-06-07tabs to spacesHoward Hinnant
2011-06-07Add support for the ARM EABI variant of the __cxa_guard methods, controlled byNick Lewycky
2011-06-03Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macroMarshall Clow
2011-05-24Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...Howard Hinnant
2011-05-05initial importHoward Hinnant