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
2012-01-22I kept getting confused among the __cxa_exception*, the _Unwind_Exception* an...Howard Hinnant
2012-01-22Add __shim_type_info which fits below std::type_info and above all of the oth...Howard Hinnant
2012-01-16One more small optimization: Where possible, for loops that do a search and ...Howard Hinnant
2012-01-16Comment smithing. Changed some casts from C-style to C++. And added timings...Howard Hinnant
2012-01-16I think this is getting close on __dynamic_cast. There's been quite a bit of...Howard Hinnant
2012-01-14Two bug fixes, several clarifications, and a few comment updates.Howard Hinnant
2012-01-14A bug fix involving the updating of path_dst_ptr_to_static_ptr. Some minor c...Howard Hinnant
2012-01-13Put debug print statments under a flag so that I can get a first glimpse at p...Howard Hinnant
2012-01-12Fixed a couple of bugs, updated many comments, and am including a comprehensi...Howard Hinnant
2012-01-12Initial implementaiton of __dynamic_cast. There is still lots of debugging c...Howard Hinnant
2012-01-11This is a transitory commit for __dynamic_cast. It contains debugging statem...Howard Hinnant
2012-01-09Getting a start on the typeinfo infrastructure.Howard Hinnant
2012-01-09First brush with testing __gxx_personality_v0 reveals there is still a long w...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-09Correct comment regarding members of __cxa_dependent_exception. Actually it ...Howard Hinnant
2012-01-07__gxx_personality_v0 update. This is completely untested code. But my brain...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-21Add new and delete operatorsHoward Hinnant
2011-12-16Fixed several bugs, implemented support for vector types, and cleaned out dea...Howard Hinnant
2011-12-13Fix size calculation for pointer to member functionHoward 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-10Added support for <special-name> ::= TC <first type> <number> _ <second type>...Howard 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-12-06Add/update copyright noticesHoward Hinnant
2011-12-06terminate, unexpected and new handlers. If terminating while an exception is ...Howard Hinnant
2011-12-01Updated heuristic regulating small string bufferHoward Hinnant
2011-11-29Add alignment requirement to char bufferHoward Hinnant
2011-08-15reformatted to match Clang style; thanks to John McCall for the nudgeMarshall Clow
2011-08-12demangler: Drop preceeding () from function types, but not from pointers and ...Howard Hinnant
2011-08-09First cut at exception handling; missing dependent exceptions. Next step: testsMarshall Clow
2011-08-08Silence some -Wall warnings pointed out by Marshall ClowHoward Hinnant
2011-08-08Remove include reference to non-existant file cxa_exception_storage.hppMarshall Clow
2011-08-02use LIBCXXABI_NORETURNNick Kledzik
2011-08-02use abort_message() for pthread errors in __cxa_get_globalsNick Kledzik
2011-08-02use abort_message()Nick Kledzik
2011-08-02move abort_message() to its own fileNick Kledzik
2011-08-02add abort_message() utility functionNick Kledzik
2011-07-25Updated commentsMarshall Clow
2011-07-20Added copyright headerMarshall Clow