aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CFGPrinter.cpp
AgeCommit message (Expand)Author
2008-09-23Rationalize the names of passes that print information:Duncan Sands
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel
2008-03-18Identify Analysis pass.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-07-02Add explicit keywords.Dan Gohman
2007-06-05Fix PR 1497Devang Patel
2007-05-14Add passes -view-cfg and -view-cfg-only that are like -print-cfg andDan Gohman
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-05Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling
2006-11-17Needs the iostream include.Bill Wendling
2006-08-27Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner
2006-06-27For PR801:Reid Spencer
2006-06-05For PR798:Reid Spencer
2005-08-04* Unbreak optimized build (noticed by Eric van Riet Paap)Misha Brukman
2005-08-03add support for Graphviz when viewing CFGsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-07For PR387:\Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke
2004-04-29Reorder #includes as per style guide.Misha Brukman
2004-04-26Add functions that return instances of these printer passesBrian Gaeke
2003-12-11Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-22Make sure to print labels on nodes without namesChris Lattner
2003-10-22If the basic block has no name, make sure to print the % number of itChris Lattner
2003-10-22Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner