1. b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 15 years ago
  2. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  3. debcb01 Move types back to the 2.5 API. by Owen Anderson · 15 years ago
  4. eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 15 years ago
  5. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  6. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  7. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  8. 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
  9. dbc2e85 CMake: Builds all examples. Corrected name of CBackend target. by Oscar Fuentes · 16 years ago
  10. 7cbd8a3 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 · 16 years ago
  11. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  12. fc001bb remove attributions from examples. by Chris Lattner · 17 years ago
  13. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  14. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  15. 4bcca0f switch this to bitcode instead of bytecode by Chris Lattner · 17 years ago
  16. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  17. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  18. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  19. b83eb64 For PR950: by Reid Spencer · 18 years ago
  20. 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 18 years ago
  21. 4645cdc WriteBytecodeToFile actually can't throw. by Chris Lattner · 18 years ago
  22. e197821 WriteBytecodeToFile throws, so this needs EH info. by Chris Lattner · 18 years ago
  23. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  24. 7dbb2d6 Correct some grammar and describe current reality. by Reid Spencer · 18 years ago
  25. b461131 Catch a potentially thrown exception. by Chris Lattner · 18 years ago
  26. 237cef4 Remove trailing whitespace at the end of lines by Misha Brukman · 19 years ago
  27. 7db7fa0 add missing copyright header by Chris Lattner · 19 years ago
  28. bf714df Add LLVMbzip2 library, now required. by Reid Spencer · 20 years ago
  29. 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
  30. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
  31. 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 20 years ago
  32. 86e5aef Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 20 years ago
  33. 3a168a7 Moved small examples from /projects/SmallExamples to /examples. by Reid Spencer · 20 years ago
  34. f3b4755 Make the SmallExamples programs compile in their new home. by Reid Spencer · 20 years ago
  35. 321f831 Add #include <iostream> since Value.h doesn't include it any more. by Reid Spencer · 20 years ago
  36. bf6b5d0 Configure script for ModuleMaker. by John Criswell · 21 years ago
  37. 02af846 Auto-confed ModuleMaker. by John Criswell · 21 years ago
  38. 27bf637 Auto-conf'ed the ModuleMaker code. Moved Makefile.common to Makefile.common.in. by John Criswell · 21 years ago
  39. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  40. e26ba9f Added LLVM copyrights to Makefiles. by John Criswell · 21 years ago
  41. a37fefd Checkin of autoconf-style object root. by John Criswell · 21 years ago
  42. 9534acb Initial checkin by Chris Lattner · 21 years ago
  43. 8ca0eeb Initial checkin of ModuleMaker project by Chris Lattner · 21 years ago