summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_exception.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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