1. b734a9d ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager. by NAKAMURA Takumi · 12 years ago
  2. 9a38340 Remove exception handling support from the old JIT. by Rafael Espindola · 12 years ago
  3. e93dc3b Port ExceptionDemo to MCJIT. by Rafael Espindola · 13 years ago
  4. 5096adf Add support for other typeinfo encodings in the ExceptionDemo. by Rafael Espindola · 13 years ago
  5. 462462e Update links to "Itanium C++ ABI: Exception Handling" document by Dmitri Gribenko · 13 years ago
  6. 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
  7. 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
  8. e42945c Fix gcc's -Wunused-but-set-variable warnings. by Rafael Espindola · 13 years ago
  9. 51e7246 Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! by Micah Villmow · 13 years ago
  10. 6a8f3f9 Delete a directory that wasn't supposed to be checked in yet. by Micah Villmow · 13 years ago
  11. 8489be8 ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated. by NAKAMURA Takumi · 13 years ago
  12. 8e70dd5 ExceptionDemo.cpp: Whitespace. by NAKAMURA Takumi · 13 years ago
  13. 6bf5825 Move TargetData to DataLayout. by Micah Villmow · 13 years ago
  14. aafe091 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 13 years ago
  15. bde9176 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 13 years ago
  16. c4e342b Update ExceptionDemo to use ConstantDataArray. by Peter Collingbourne · 14 years ago
  17. 383727b Update to the new EH system...remove OLD EH code. by Bill Wendling · 14 years ago
  18. dff2478 EngineBuilder: support for custom TargetOptions. Fixes the by Peter Collingbourne · 14 years ago
  19. 56c58ce Changed comments on foreign C++ exceptions (generated with type info 7), by Garrison Venn · 14 years ago
  20. 0a2eb8d Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume. by Garrison Venn · 14 years ago
  21. 8cb0035 Converted Exception demo over to using new 3.0 landingpad instruction. This by Garrison Venn · 14 years ago
  22. eb89d36 This is a hack to get the demo working with the new 3.0 exception by Garrison Venn · 14 years ago
  23. 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
  24. 6b8eb8c update this to build with a recent IRBuilder change and de-constify types. by Chris Lattner · 14 years ago
  25. 76310ac Reverted 134901 because of 134959. Did not use svn merge -r but rather: by Garrison Venn · 14 years ago
  26. 5fb3f66 Modified demo to work with non const Type parameters as is required by new by Garrison Venn · 14 years ago
  27. 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
  28. a0f6ecb Added new FIXME note by Garrison Venn · 15 years ago
  29. 2c81975 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 15 years ago
  30. 56c5ca2 Because some systems have reported that this example would not build the by Garrison Venn · 15 years ago
  31. 88bd9d6 Fixed more best practices, and explicit/implicit style guide issues. by Garrison Venn · 15 years ago
  32. a868bbb reindent this whole file and do a variety of stylistic cleanups. by Chris Lattner · 15 years ago
  33. ca320f5 fix this to build with the recent StructType changes. by Chris Lattner · 15 years ago
  34. 56f3a4c Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 15 years ago
  35. a8b941c Remove stray semi-colon. by Daniel Dunbar · 15 years ago
  36. 211427b Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 16 years ago
  37. 80178ee Fix -Wcast-qual warning. by Benjamin Kramer · 16 years ago
  38. f4d2f84 Adds a JIT based exception handling example to the examples directory. by Garrison Venn · 16 years ago