1. a086783 Fix warning and be sure to set up the rethrow pointer if we fall off by Mike Stump · 15 years ago
  2. fffefeb Try/catch statements seem to be working well enough to turn on. by Mike Stump · 15 years ago
  3. ce03390 Disable for now, doesn't play nice with the temporary code. by Mike Stump · 15 years ago
  4. 0a3816e Fixup reference binding for catch parameters. by Mike Stump · 15 years ago
  5. 3faae56 These are done. by Mike Stump · 15 years ago
  6. d9cb7e9 Improve catch parameter bindings for scalar non-pointers. WIP. by Mike Stump · 15 years ago
  7. f668bd0 Reflow. by Mike Stump · 15 years ago
  8. 6b85fa4 Remove untrue statement. by Mike Stump · 15 years ago
  9. be7c144 Cleanups on exceptional edges don't work at all, yet. This doesn't by Mike Stump · 15 years ago
  10. f7f7467 Add a cleanup scope for each catch clause. by Mike Stump · 15 years ago
  11. 639787c Pull the terminate handler up so that we can use it for the catch by Mike Stump · 15 years ago
  12. de05057 Change rtti/Rtti to RTTI, as it is an acronym. by Mike Stump · 15 years ago
  13. c88b673 Avoid warning for getTerminateFn defined but not used. by Mike Stump · 15 years ago
  14. 666571a terminate doesn't throw. by Mike Stump · 15 years ago
  15. 9953383 More exception handling improvements... WIP. by Mike Stump · 15 years ago
  16. 0f590be Much work on try/catch statement. WIP. by Mike Stump · 15 years ago
  17. 2bf701e Checkpoint current work. WIP. by Mike Stump · 15 years ago
  18. d1abf67 Implement throw d, where d is a class type that requires copy by Mike Stump · 15 years ago
  19. e36c9ab Handle throw d, where d is a class type but only has a trivial copy by Mike Stump · 15 years ago
  20. b4eea69 Add suport for throw;. WIP. by Mike Stump · 15 years ago
  21. 23886d0 Fix rtti generation for throws. WIP. by Mike Stump · 15 years ago
  22. d337929 Get throws limping along, still a bunch of FIXMEs. Too bad we don't support catching anything yet :) by Anders Carlsson · 15 years ago
  23. 756b5c4 Add CGException.cpp, to be used for exception related code generation. by Anders Carlsson · 15 years ago