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

2006-12-30 Thread Reid Spencer
Changes in directory llvm/examples/ModuleMaker: ModuleMaker.cpp updated: 1.11 -> 1.12 --- Log message: For PR950: http://llvm.org/PR950 : Convert signed integer types to signless. --- Diffs of the changes: (+3 -3) ModuleMaker.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions

[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 chan

[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

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

2006-05-14 Thread Chris Lattner
Changes in directory llvm/examples/ModuleMaker: ModuleMaker.cpp updated: 1.6 -> 1.7 --- Log message: Catch a potentially thrown exception. --- Diffs of the changes: (+6 -1) ModuleMaker.cpp |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: llvm/examples/ModuleMaker/Mo