[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp gccld.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.66 -> 1.67 gccld.cpp updated: 1.114 -> 1.115 --- 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: (+21 -21) GenerateCod

[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp gccld.cpp

2006-11-28 Thread Bill Wendling
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.65 -> 1.66 gccld.cpp updated: 1.111 -> 1.112 --- 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 a

[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp gccld.cpp gccld.h

2006-08-20 Thread Reid Spencer
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.59 -> 1.60 gccld.cpp updated: 1.108 -> 1.109 gccld.h updated: 1.18 -> 1.19 --- Log message: For PR797: http://llvm.org/PR797 : Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This

[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp gccld.cpp gccld.h

2005-12-21 Thread Reid Spencer
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.55 -> 1.56 gccld.cpp updated: 1.106 -> 1.107 gccld.h updated: 1.17 -> 1.18 --- Log message: Implement PR679: http://llvm.cs.uiuc.edu/PR679 : * Changed the -rpath option from cl::opt to cl::list * Changed the interface to Generat