Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup...
[oota-llvm.git] / lib / Analysis / CFGPrinter.cpp
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-18 Chris Lattnermake DOTGraphTraits public, patch by Tobias Grosser!
2009-09-19 Duncan SandsThe flag "--dot-cfg-only" is at the moment equivalent...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris Lattnerconvert LoopInfo.h and GraphWriter.h to use raw_ostream
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-20 Devang PatelRestore isCFGOnly property of various analysis passes.
2008-03-19 Devang PatelPassInfo keep tracks whether a pass is an analysis...
2008-03-19 Devang PatelDo not use virtual function to identify an analysis...
2008-03-18 Devang PatelIdentify Analysis pass.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-02 Dan GohmanAdd explicit keywords.
2007-06-05 Devang PatelFix PR 1497
2007-05-14 Dan GohmanAdd passes -view-cfg and -view-cfg-only that are like...
2007-05-06 Nick LewyckyFix typo in comment.
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.
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
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...
2006-11-17 Bill WendlingNeeds the iostream include.
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-06-27 Reid SpencerFor PR801:
2006-06-05 Reid SpencerFor PR798:
2005-08-04 Misha Brukman* Unbreak optimized build (noticed by Eric van Riet...
2005-08-03 Chris Lattneradd support for Graphviz when viewing CFGs
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-07 Reid SpencerFor PR387:\
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-05-05 Brian GaekeMove the stuff that fixes the size, orientation & fonts...
2004-04-29 Misha BrukmanReorder #includes as per style guide.
2004-04-26 Brian GaekeAdd functions that return instances of these printer...
2003-12-11 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-22 Chris LattnerMake sure to print labels on nodes without names
2003-10-22 Chris LattnerIf the basic block has no name, make sure to print...
2003-10-22 Chris LattnerImplement the Function::viewCFG* methods, for use in...