Fix accidental commit by Bill.
[oota-llvm.git] / tools / opt / GraphPrinters.cpp
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-11-17 Bill WendlingNeed iostream to be included for the time being.
2006-08-28 Reid SpencerFor PR387:
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2005-04-22 Misha BrukmanRemove trailing whitespace
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-04-12 Chris Lattnerfinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-22 Chris LattnerDelete the -print-cfg pass from this file
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2002-11-04 Chris LattnerImplement a new -print-callgraph analysis that turns...
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...