aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/C++-Exception.h
AgeCommit message (Expand)Author
2004-08-05Two files are moved to libstdc++, and a NOTE gets addedChris Lattner
2003-11-09Totally disable assert, in order to fix PR101Chris Lattner
2003-08-30Rename files to be capitalized now that they are C++Chris 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 type-safe, add throw specs to all functionsChris Lattner
2003-08-27C++ify, add new get_cxx_exception function to convert from generic llvm_excep...Chris Lattner
2003-08-26Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ commentsChris Lattner
2003-08-25Initial checking of C++ exception handling libraryChris Lattner