Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-26Update libc++abi to use the ARM EHABI unwinder from its libunwind.Nico Weber
2014-05-10Implement ARM EHABI exception handling.Logan Chien
2014-05-07On single threaded systems, turn mutexes into nopsJonathan Roelofs
2014-04-23Fixes incorrect #ifs for SJ/LJ exceptionsDan Albert
2014-02-12[libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs
2013-06-17Demangler update: This now demangles many more (all?) C++11 symbols. Demang...Howard Hinnant
2013-02-15Bruce Mitchener: Typo fixes.Howard Hinnant
2012-03-01First attempt at arm support.Howard Hinnant
2012-02-03Work on restricting symbol visibility.Howard Hinnant
2012-02-01Teach exception_cleanup_func about dependent exceptions.Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-01-31Removed debugging print statementsHoward Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-28Minor updates to a couple of comments.Howard Hinnant
2012-01-25By changing all of the throw() specs to noexcept I've been able to compile an...Howard Hinnant
2012-01-25Marshall Clow reminded me that fallback_malloc.cpp was broken out for testing...Howard Hinnant
2012-01-25Got fooled by fallback_malloc.cpp source file: it is really a private header...Howard Hinnant
2012-01-24Move kOurExceptionClass and kOurDependentExceptionClass from source to header...Howard Hinnant
2012-01-24Changed my mind about __cxa_uncaught_exception and added it.Howard Hinnant
2012-01-22I kept getting confused among the __cxa_exception*, the _Unwind_Exception* an...Howard Hinnant
2012-01-09Add a few TODO's and FIXME's. Making notes as I go along, but not slowing do...Howard Hinnant
2012-01-05Improved comment to explain why we can use __cxa_get_globals_fast hereMarshall Clow
2012-01-05Just getting started on the personality routine. This is just a skeleton. S...Howard Hinnant
2012-01-04Better commentMarshall Clow
2012-01-04Don't allocate TLS storage when checking to see if an exception has been thro...Marshall Clow
2012-01-04Don't allocate TLS storage when checking to see if an exception has been thrownMarshall Clow
2011-12-22credits adjustmentHoward Hinnant
2011-12-22Updated __cxa_current_exception_type to call __cxa_get_globals_fast - will no...Marshall Clow
2011-12-22Forgot to increment uncaughtExceptions in __cxa_rethrow_primary_exceptionHoward Hinnant
2011-12-22Added __cxa_increment_exception_refcount, __cxa_decrement_exception_refcount,...Howard Hinnant
2011-12-12Made some minor tweaks to __cxa_rethrowHoward Hinnant
2011-12-12Added dependent exception support to __cxa_current_exception_typeHoward Hinnant
2011-12-08Modified __cxa_end_catch to handle dependent exceptions.Howard Hinnant
2011-12-08Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...Howard Hinnant
2011-12-06Substituted std::get_terminate() for direct access to the handler function po...Howard Hinnant
2011-08-15reformatted to match Clang style; thanks to John McCall for the nudgeMarshall Clow
2011-08-09First cut at exception handling; missing dependent exceptions. Next step: testsMarshall Clow
2011-08-08Remove include reference to non-existant file cxa_exception_storage.hppMarshall Clow
2011-07-20Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)Howard Hinnant
2011-07-20Memory manangement routines for exception objectsMarshall Clow