[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2007-04-21 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.51 -> 1.52 --- Log message: add a temporary -bitcode option, which instructs llvm-as to produce a bitcode file instead of a bytecode file --- Diffs of the changes: (+11 -2) llvm-as.cpp | 13 +++-- 1 files changed, 1

[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2007-01-20 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.50 -> 1.51 --- Log message: default to emiting an uncompressed .bc file --- Diffs of the changes: (+1 -1) llvm-as.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-as/llvm-as.cpp diff -u ll

[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.49 -> 1.50 --- 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: (+15 -15) llvm-as.cpp | 30 +++--

[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.48 -> 1.49 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -0) llvm-a

[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2006-11-28 Thread Bill Wendling
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.47 -> 1.48 --- 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 be fixed i

[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2006-08-18 Thread Reid Spencer
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.46 -> 1.47 --- Log message: For PR797: http://llvm.org/PR797 : Rid the Assembly Parser of exceptions. This is a really gross hack but it will do until the Assembly Parser is re-written as a recursive descent. The basic premise is t

[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2006-07-06 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.45 -> 1.46 --- Log message: Change the verifier to never throw an exception. Instead verifyModule canoptionally return the string error, which is an easier api for clients touse anyway. --- Diffs of the changes: (+8 -8) llv

[llvm-commits] CVS: llvm/tools/llvm-as/llvm-as.cpp

2006-05-29 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.44 -> 1.45 --- Log message: Silly cleanup --- Diffs of the changes: (+1 -1) llvm-as.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-as/llvm-as.cpp diff -u llvm/tools/llvm-as/llvm-as.cpp:1