| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement uncaught_exceptions() to get a count, rather than a bool. Update th... | Marshall Clow | 2015-06-02 | 1 | -3/+4 |
| * | libc++abi: remove the duplicated unwind content | Saleem Abdulrasool | 2015-04-24 | 3 | -1307/+0 |
| * | unwind: always export unw_local_addr_space | Saleem Abdulrasool | 2015-02-13 | 1 | -1/+2 |
| * | unwind: move exported APIs out of header | Saleem Abdulrasool | 2015-02-12 | 1 | -25/+1 |
| * | [libcxxabi] Fix -Werror build for 32-bit non-ARM. | Dan Albert | 2015-02-05 | 4 | -24/+24 |
| * | Some more -Wundef issues. | Dan Albert | 2015-02-05 | 1 | -1/+1 |
| * | Enable -Wundef. | Dan Albert | 2015-02-05 | 3 | -10/+10 |
| * | Whitespace cleanup. | Dan Albert | 2015-02-04 | 2 | -63/+55 |
| * | Fix _Unwind_Backtrace for libc++abi built with libgcc. | Logan Chien | 2015-01-22 | 1 | -0/+2 |
| * | Remove _Unwind_{Get,Set}{GR,IP} from ARM EHABI build. | Logan Chien | 2015-01-22 | 1 | -0/+26 |
| * | [libunwind] improve x86_64 comments in compact_unwind_encoding.h | Nick Kledzik | 2014-12-20 | 1 | -3/+7 |
| * | [libunwind] fix comment in compact_unwind_encoding.h | Nick Kledzik | 2014-12-20 | 1 | -1/+1 |
| * | [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux. | Dan Albert | 2014-12-18 | 1 | -0/+6 |
| * | Fix unicode chars into ascii in comment lines. | NAKAMURA Takumi | 2014-10-27 | 1 | -6/+6 |
| * | Correctly export _Unwind_[GS]et(GR|IP) for EHABI. | Dan Albert | 2014-10-13 | 1 | -25/+1 |
| * | Adding ABI support for __cxa_throw_bad_array_new_length. | Aaron Ballman | 2014-09-11 | 1 | -0/+1 |
| * | Make _Unwind_Backtrace() work on ARM. | Dan Albert | 2014-08-29 | 1 | -4/+0 |
| * | Land support for ARM EHABI unwinding for libunwind. | Nico Weber | 2014-06-25 | 2 | -20/+40 |
| * | Start landing support for ARM EHABI unwinding. | Nico Weber | 2014-06-25 | 3 | -3/+27 |
| * | Implement ARM EHABI exception handling. | Logan Chien | 2014-05-10 | 2 | -13/+144 |
| * | Fixes more incorrect #ifs for SJ/LJ exceptions | Jonathan Roelofs | 2014-05-08 | 1 | -3/+3 |
| * | Remove unused/obsolete ARM64 constants | Nick Kledzik | 2014-04-24 | 1 | -10/+1 |
| * | Fixes incorrect #ifs for SJ/LJ exceptions | Dan Albert | 2014-04-23 | 1 | -1/+1 |
| * | [libunwind] remove stray conditional | Nick Kledzik | 2014-01-30 | 1 | -4/+0 |
| * | Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwi... | Nico Weber | 2013-12-18 | 1 | -0/+130 |
| * | Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other ... | Nick Kledzik | 2013-11-01 | 1 | -11/+11 |
| * | unwinder: conditionalise availability | Saleem Abdulrasool | 2013-10-17 | 1 | -9/+15 |
| * | libcxxabi contains the runtime support for C++. But, as some folks have | Nick Kledzik | 2013-10-07 | 3 | -0/+1054 |
| * | Tweaks/cleanups provided by Matthew Dempsky | Howard Hinnant | 2013-06-17 | 1 | -168/+0 |
| * | Add capability to demangle invocation functions for ObjC blocks. | Howard Hinnant | 2013-04-10 | 1 | -0/+1 |
| * | I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha... | Howard Hinnant | 2012-03-19 | 1 | -17/+0 |
| * | Enable __arm__ on apple | Howard Hinnant | 2012-03-14 | 1 | -1/+1 |
| * | I had originally made the handler function pointers a static internal detail,... | Howard Hinnant | 2012-02-23 | 1 | -0/+17 |
| * | Add (reluctantly) a namespace alias for __cxxabiv1. | Howard Hinnant | 2012-02-17 | 1 | -0/+1 |
| * | Work on restricting symbol visibility. | Howard Hinnant | 2012-02-02 | 1 | -0/+5 |
| * | Add version number to this library so we can recognize when we're using it. | Howard Hinnant | 2012-02-02 | 1 | -2/+1 |
| * | Put throw() clauses back on these functions in cxxabi.h. This header must be... | Howard Hinnant | 2012-01-30 | 1 | -8/+8 |
| * | By changing all of the throw() specs to noexcept I've been able to compile an... | Howard Hinnant | 2012-01-24 | 1 | -8/+8 |
| * | Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,... | Howard Hinnant | 2011-12-21 | 1 | -18/+1 |
| * | Fixed several bugs, implemented support for vector types, and cleaned out dea... | Howard Hinnant | 2011-12-15 | 1 | -0/+1 |
| * | Silence some -Wall warnings pointed out by Marshall Clow | Howard Hinnant | 2011-08-08 | 1 | -1/+1 |
| * | make cxxabi.h safe for C code to include | Nick Kledzik | 2011-08-02 | 1 | -0/+4 |
| * | make LIBCXXABI_NORETURN be the right attribute | Nick Kledzik | 2011-08-02 | 1 | -1/+1 |
| * | Fixed struct/class mismatch for std::type_info and added NORETURN flags | Marshall Clow | 2011-07-20 | 1 | -3/+3 |
| * | In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under... | Howard Hinnant | 2011-06-22 | 1 | -0/+1 |
| * | tabs to spaces | Howard Hinnant | 2011-06-07 | 1 | -28/+28 |
| * | Add support for the ARM EABI variant of the __cxa_guard methods, controlled by | Nick Lewycky | 2011-06-07 | 1 | -0/+6 |
| * | Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macro | Marshall Clow | 2011-06-03 | 1 | -4/+6 |
| * | Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How... | Howard Hinnant | 2011-05-24 | 1 | -0/+3 |
| * | initial import | Howard Hinnant | 2011-05-05 | 2 | -0/+337 |