summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-041-12/+14
* c++abi: whitespace adjustmentSaleem Abdulrasool2015-12-041-26/+12
* c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool2015-11-181-8/+9
* Implement uncaught_exceptions() to get a count, rather than a bool. Update th...Marshall Clow2015-06-021-3/+6
* Formatting fixes.Dan Albert2015-02-051-5/+3
* Enable -Wundef.Dan Albert2015-02-051-3/+3
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with li...Jonathan Roelofs2014-09-051-1/+1
* Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber2014-06-251-2/+11
* Implement ARM EHABI exception handling.Logan Chien2014-05-101-0/+95
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-2/+4
* Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert2014-04-231-3/+3
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
* Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant2013-06-171-1/+1
* Bruce Mitchener: Typo fixes.Howard Hinnant2013-02-151-2/+2
* First attempt at arm support.Howard Hinnant2012-02-291-2/+2
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-0/+4
* Teach exception_cleanup_func about dependent exceptions.Howard Hinnant2012-02-011-6/+3
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-011-2/+2
* Removed debugging print statementsHoward Hinnant2012-01-301-9/+0
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-100/+211
* Minor updates to a couple of comments.Howard Hinnant2012-01-281-1/+3
* By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant2012-01-241-23/+23
* Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant2012-01-241-161/+1
* Got fooled by fallback_malloc.cpp source file: it is really a private header...Howard Hinnant2012-01-241-1/+161
* Move kOurExceptionClass and kOurDependentExceptionClass from source to header...Howard Hinnant2012-01-241-3/+1
* Changed my mind about __cxa_uncaught_exception and added it.Howard Hinnant2012-01-241-0/+9
* I kept getting confused among the __cxa_exception*, the _Unwind_Exception* an...Howard Hinnant2012-01-221-130/+177
* Add a few TODO's and FIXME's. Making notes as I go along, but not slowing do...Howard Hinnant2012-01-081-1/+4
* Improved comment to explain why we can use __cxa_get_globals_fast hereMarshall Clow2012-01-041-0/+4
* Just getting started on the personality routine. This is just a skeleton. S...Howard Hinnant2012-01-041-6/+0
* Better commentMarshall Clow2012-01-041-1/+1
* Don't allocate TLS storage when checking to see if an exception has been thro...Marshall Clow2012-01-031-1/+1
* Don't allocate TLS storage when checking to see if an exception has been thrownMarshall Clow2012-01-031-0/+2
* credits adjustmentHoward Hinnant2011-12-221-0/+6
* Updated __cxa_current_exception_type to call __cxa_get_globals_fast - will no...Marshall Clow2011-12-221-1/+3
* Forgot to increment uncaughtExceptions in __cxa_rethrow_primary_exceptionHoward Hinnant2011-12-211-0/+1
* Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...Howard Hinnant2011-12-211-7/+106
* Made some minor tweaks to __cxa_rethrowHoward Hinnant2011-12-121-6/+10
* Added dependent exception support to __cxa_current_exception_typeHoward Hinnant2011-12-121-1/+5
* Modified __cxa_end_catch to handle dependent exceptions.Howard Hinnant2011-12-081-19/+40
* Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...Howard Hinnant2011-12-071-12/+7
* Substituted std::get_terminate() for direct access to the handler function po...Howard Hinnant2011-12-061-2/+2
* reformatted to match Clang style; thanks to John McCall for the nudgeMarshall Clow2011-08-151-100/+109
* First cut at exception handling; missing dependent exceptions. Next step: testsMarshall Clow2011-08-091-7/+224
* Remove include reference to non-existant file cxa_exception_storage.hppMarshall Clow2011-08-081-1/+0
* Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)Howard Hinnant2011-07-201-4/+0
* Memory manangement routines for exception objectsMarshall Clow2011-07-201-0/+107
OpenPOWER on IntegriCloud