1. 24be43d Update examples for API change. NFC. by Rafael Espindola · 8 years ago
  2. 5923864 Fix examples files to reflect header split in r286566. by Teresa Johnson · 9 years ago
  3. 2b8e417 Fix some Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  4. 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
  5. 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
  6. 6973395 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
  7. 55f1c09 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  8. 4056ca9 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
  9. edb4a70 Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
  10. b6b2530 Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
  11. 1cf085d Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
  12. 6773d38 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  13. 96122de improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 16 years ago
  14. e1f6e4b API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
  15. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  16. bcf65db remove attributions from examples. by Chris Lattner · 18 years ago
  17. e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
  18. 41528e6 switch this to bitcode instead of bytecode by Chris Lattner · 18 years ago
  19. bc013ba For PR950: Convert signed integer types to signless. by Reid Spencer · 19 years ago
  20. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  21. afd54eb Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  22. e0fc4df For PR950: by Reid Spencer · 19 years ago
  23. 5dbafa8 WriteBytecodeToFile actually can't throw. by Chris Lattner · 19 years ago
  24. 5eae951 Catch a potentially thrown exception. by Chris Lattner · 19 years ago
  25. 2f72baf Remove trailing whitespace at the end of lines by Misha Brukman · 20 years ago
  26. 3779fd6 add missing copyright header by Chris Lattner · 21 years ago
  27. 987319d Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 21 years ago
  28. 5b81eea Moved small examples from /projects/SmallExamples to /examples. by Reid Spencer · 21 years ago[Renamed from llvm/examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp]
  29. b987b7c Moved the "SmallExamples" out of the /projects directory and into a new by Reid Spencer · 21 years ago[Renamed from llvm/projects/SmallExamples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp]
  30. 90b057b Moved these files to "SmallExamples" directory. by Reid Spencer · 21 years ago[Renamed from llvm/projects/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp]
  31. 00fc1c5 Add #include <iostream> since Value.h doesn't include it any more. by Reid Spencer · 21 years ago
  32. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  33. 3397792 Initial checkin of ModuleMaker project by Chris Lattner · 22 years ago