Age | Commit message (Expand) | Author |
---|---|---|
2004-08-05 | Two files are moved to libstdc++, and a NOTE gets added | Chris Lattner |
2003-10-10 | Actually pass in a pointer to the thrown object, not a pointer to the | Chris Lattner |
2003-10-10 | Include <cstdio> instead of <stdio.h>. | Brian Gaeke |
2003-10-10 | Fix spelling. | Misha Brukman |
2003-08-30 | Move language independent exception handling routines OUT of C++Exception.cpp | Chris Lattner |
2003-08-30 | Rename files to be capitalized now that they are C++ | Chris Lattner |
2003-08-28 | * Add proper support for rethrown exceptions. | Chris Lattner |
2003-08-28 | New wrapper around the terminate call. | Chris Lattner |
2003-08-27 | Be more typesafe | Chris Lattner |
2003-08-27 | Fix several _killer_ bugs. This now actually WORKS for really complex testca... | Chris Lattner |
2003-08-26 | Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments | Chris Lattner |
2003-08-25 | Initial checking of C++ exception handling library | Chris Lattner |