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