summaryrefslogtreecommitdiff
path: root/lib/Analysis/Trace.cpp
Commit message (Expand)AuthorAge
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-06
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Import the trace class from the reoptimizerChris Lattner2004-03-08