aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libexception
AgeCommit message (Expand)Author
2003-09-15Whoops, remove makefile tooChris Lattner
2003-09-15Remove dead library, it is now folded into crtendChris Lattner
2003-08-30Urg, forgot to add a file header somehow.Chris Lattner
2003-08-30initial checkin of SJLJ exception handling runtimeChris Lattner
2003-08-30Rename LongJmpException -> SJLJExceptionChris Lattner
2003-08-30we don't need this hereChris Lattner
2003-08-30Move language independent exception handling routines OUT of C++Exception.cppChris Lattner
2003-08-30File was renamedChris Lattner
2003-08-30Rename files to be capitalized now that they are C++Chris Lattner
2003-08-30Initial checkin of the SJLJ EH interfaceChris Lattner
2003-08-28* Add proper support for rethrown exceptions.Chris Lattner
2003-08-28Convert C comments to C++Chris Lattner
2003-08-28New wrapper around the terminate call.Chris Lattner
2003-08-27Be more typesafeChris Lattner
2003-08-27Be more type-safe, add throw specs to all functionsChris Lattner
2003-08-27Add throw specs to the functions, remove (void) from the functionsChris Lattner
2003-08-27Fix several _killer_ bugs. This now actually WORKS for really complex testca...Chris Lattner
2003-08-27C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner
2003-08-27Remove Cisms. We love C++Chris Lattner
2003-08-26Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner
2003-08-25Remove copy-and-paste gunkChris Lattner
2003-08-25Initial checking of C++ exception handling libraryChris Lattner