aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Trace.cpp
AgeCommit message (Expand)Author
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-03-08Import the trace class from the reoptimizerChris Lattner