summaryrefslogtreecommitdiffstats
path: root/libcxxabi/include
Commit message (Expand)AuthorAgeFilesLines
* Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow2015-06-021-3/+4
* libc++abi: remove the duplicated unwind contentSaleem Abdulrasool2015-04-243-1307/+0
* unwind: always export unw_local_addr_spaceSaleem Abdulrasool2015-02-131-1/+2
* unwind: move exported APIs out of headerSaleem Abdulrasool2015-02-121-25/+1
* [libcxxabi] Fix -Werror build for 32-bit non-ARM.Dan Albert2015-02-054-24/+24
* Some more -Wundef issues.Dan Albert2015-02-051-1/+1
* Enable -Wundef.Dan Albert2015-02-053-10/+10
* Whitespace cleanup.Dan Albert2015-02-042-63/+55
* Fix _Unwind_Backtrace for libc++abi built with libgcc.Logan Chien2015-01-221-0/+2
* Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build.Logan Chien2015-01-221-0/+26
* [libunwind] improve x86_64 comments in compact_unwind_encoding.hNick Kledzik2014-12-201-3/+7
* [libunwind] fix comment in compact_unwind_encoding.hNick Kledzik2014-12-201-1/+1
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-181-0/+6
* Fix unicode chars into ascii in comment lines.NAKAMURA Takumi2014-10-271-6/+6
* Correctly export _Unwind_[GS]et(GR|IP) for EHABI.Dan Albert2014-10-131-25/+1
* Adding ABI support for __cxa_throw_bad_array_new_length.Aaron Ballman2014-09-111-0/+1
* Make _Unwind_Backtrace() work on ARM.Dan Albert2014-08-291-4/+0
* Land support for ARM EHABI unwinding for libunwind.Nico Weber2014-06-252-20/+40
* Start landing support for ARM EHABI unwinding.Nico Weber2014-06-253-3/+27
* Implement ARM EHABI exception handling.Logan Chien2014-05-102-13/+144
* Fixes more incorrect #ifs for SJ/LJ exceptionsJonathan Roelofs2014-05-081-3/+3
* Remove unused/obsolete ARM64 constantsNick Kledzik2014-04-241-10/+1
* Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert2014-04-231-1/+1
* [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