[llvm-commits] CVS: llvm/examples/ModuleMaker/ModuleMaker.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/examples/ModuleMaker: ModuleMaker.cpp updated: 1.10 - 1.11 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+1 -1) ModuleMaker.cpp |2 +- 1 files

[llvm-commits] CVS: llvm/examples/ModuleMaker/ModuleMaker.cpp

2006-11-28 Thread Bill Wendling
Changes in directory llvm/examples/ModuleMaker: ModuleMaker.cpp updated: 1.9 - 1.10 --- Log message: Replacing std::iostreams with llvm iostreams. Some of these changes involve adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should

[llvm-commits] CVS: llvm/examples/ModuleMaker/ModuleMaker.cpp

2006-10-20 Thread Reid Spencer
Changes in directory llvm/examples/ModuleMaker: ModuleMaker.cpp updated: 1.8 - 1.9 --- Log message: For PR950: http://llvm.org/PR950 : This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and ConstantUInt classes in favor of