Age | Commit message (Expand) | Author |
---|---|---|
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |
2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
2009-07-25 | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | Remove the 'printname' argument to WriteAsOperand. It is always true, and | Chris Lattner |
2006-11-28 | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-03-08 | Import the trace class from the reoptimizer | Chris Lattner |