aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGException.cpp
AgeCommit message (Expand)Author
2009-12-04Try/catch statements seem to be working well enough to turn on.Mike Stump
2009-12-04Disable for now, doesn't play nice with the temporary code.Mike Stump
2009-12-04Fixup reference binding for catch parameters.Mike Stump
2009-12-03These are done.Mike Stump
2009-12-03Improve catch parameter bindings for scalar non-pointers. WIP.Mike Stump
2009-12-03Reflow.Mike Stump
2009-12-03Remove untrue statement.Mike Stump
2009-12-02Cleanups on exceptional edges don't work at all, yet. This doesn'tMike Stump
2009-12-02Add a cleanup scope for each catch clause.Mike Stump
2009-12-02Pull the terminate handler up so that we can use it for the catchMike Stump
2009-12-02Change rtti/Rtti to RTTI, as it is an acronym.Mike Stump
2009-12-02Avoid warning for getTerminateFn defined but not used.Mike Stump
2009-12-02terminate doesn't throw.Mike Stump
2009-12-02More exception handling improvements... WIP.Mike Stump
2009-12-01Much work on try/catch statement. WIP.Mike Stump
2009-11-20Checkpoint current work. WIP.Mike Stump
2009-11-20Implement throw d, where d is a class type that requires copyMike Stump
2009-11-20Handle throw d, where d is a class type but only has a trivial copyMike Stump
2009-11-20Add suport for throw;. WIP.Mike Stump
2009-11-20Fix rtti generation for throws. WIP.Mike Stump
2009-10-30Get throws limping along, still a bunch of FIXMEs. Too bad we don't support c...Anders Carlsson
2009-10-30Add CGException.cpp, to be used for exception related code generation.Anders Carlsson