summaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries/libexception
Commit message (Expand)AuthorAgeFilesLines
* Initial checkin of the SJLJ EH interfaceChris Lattner2003-08-301-0/+74
* * Add proper support for rethrown exceptions.Chris Lattner2003-08-283-29/+83
* Convert C comments to C++Chris Lattner2003-08-281-21/+21
* New wrapper around the terminate call.Chris Lattner2003-08-282-0/+5
* Be more typesafeChris Lattner2003-08-271-34/+154
* Be more type-safe, add throw specs to all functionsChris Lattner2003-08-271-13/+27
* Add throw specs to the functions, remove (void) from the functionsChris Lattner2003-08-271-2/+2
* Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner2003-08-271-11/+4
* C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner2003-08-271-3/+7
* Remove Cisms. We love C++Chris Lattner2003-08-271-4/+4
* Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner2003-08-262-37/+53
* Remove copy-and-paste gunkChris Lattner2003-08-251-11/+0
* Initial checking of C++ exception handling libraryChris Lattner2003-08-254-0/+351