1. b8bce92 Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! by Micah Villmow · 12 years ago
  2. 2f87640 Delete a directory that wasn't supposed to be checked in yet. by Micah Villmow · 12 years ago
  3. 4c856ee ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated. by NAKAMURA Takumi · 12 years ago
  4. 9f469a0 ExceptionDemo.cpp: Whitespace. by NAKAMURA Takumi · 12 years ago
  5. 2b4b44e Move TargetData to DataLayout. by Micah Villmow · 12 years ago
  6. 06cb8ed Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 12 years ago
  7. d9b0b02 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
  8. 793a32d Update ExceptionDemo to use ConstantDataArray. by Peter Collingbourne · 13 years ago
  9. 08e8db4 Update to the new EH system...remove OLD EH code. by Bill Wendling · 13 years ago
  10. d40e103 EngineBuilder: support for custom TargetOptions. Fixes the by Peter Collingbourne · 13 years ago
  11. 113aa86 Changed comments on foreign C++ exceptions (generated with type info 7), by Garrison Venn · 13 years ago
  12. 9cb5086 Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume. by Garrison Venn · 13 years ago
  13. 8550071 Converted Exception demo over to using new 3.0 landingpad instruction. This by Garrison Venn · 13 years ago
  14. aae66fa This is a hack to get the demo working with the new 3.0 exception by Garrison Venn · 13 years ago
  15. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  16. 77613d4 update this to build with a recent IRBuilder change and de-constify types. by Chris Lattner · 13 years ago
  17. c0f33cb Reverted 134901 because of 134959. Did not use svn merge -r but rather: by Garrison Venn · 13 years ago
  18. 6e6cdd0 Modified demo to work with non const Type parameters as is required by new by Garrison Venn · 13 years ago
  19. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  20. 18bba84 Added new FIXME note by Garrison Venn · 13 years ago
  21. 2227f15 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 13 years ago
  22. 2a7d4ad Because some systems have reported that this example would not build the by Garrison Venn · 13 years ago
  23. 64cfcef Fixed more best practices, and explicit/implicit style guide issues. by Garrison Venn · 13 years ago
  24. 626ab1c reindent this whole file and do a variety of stylistic cleanups. by Chris Lattner · 13 years ago
  25. cad3f77 fix this to build with the recent StructType changes. by Chris Lattner · 13 years ago
  26. dfa1a79 Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 14 years ago
  27. f19f6a9 Remove stray semi-colon. by Daniel Dunbar · 14 years ago
  28. 57b6e9e Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 14 years ago
  29. 7c43f43 Fix -Wcast-qual warning. by Benjamin Kramer · 14 years ago
  30. a2c2f1a Adds a JIT based exception handling example to the examples directory. by Garrison Venn · 15 years ago