[PM/AA] Run clang-format over LibCallAliasAnalysis prior to making
[oota-llvm.git] / lib / Analysis / Trace.cpp
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerRemove the 'printname' argument to WriteAsOperand....
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-03-08 Chris LattnerImport the trace class from the reoptimizer