SCC: Change clients to use const, NFC
[oota-llvm.git] / tools / opt / PrintSCC.cpp
2014-04-25 Duncan P. N. Exon... SCC: Change clients to use const, NFC
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-02-04 Duncan P. N. Exon... cleanup: scc_iterator consumers should use isAtEnd
2013-11-27 Chandler Carruth[PM] Remove the underspecified 'getRoot' method from...
2013-11-26 Chandler Carruth[PM] Split the CallGraph out from the ModulePass which...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2010-08-20 Dan GohmanMake the SCC printing passes use errs() instead of...
2010-08-20 Dan GohmanMinor cleanups to follow the common convention for...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-06-09 Duncan SandsOutput "external node" rather than "Indirect CallGraph...
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-07-22 Daniel DunbarSwitch some clients to Value::getName(), and other...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2007-12-29 Chris Lattnerremove attributions from tools.
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-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-07 Reid SpencerFor PR387:\
2004-09-20 Chris LattnerFinegrainify namespacification
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...