summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFGPrinter.cpp
Commit message (Expand)AuthorAge
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Switch to getNameStr().Daniel Dunbar2009-07-24
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add explicit keywords.Dan Gohman2007-07-02
* Fix PR 1497Devang Patel2007-06-05
* Add passes -view-cfg and -view-cfg-only that are like -print-cfg andDan Gohman2007-05-14
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-05
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-06
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* Needs the iostream include.Bill Wendling2006-11-17
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-27
* For PR801:Reid Spencer2006-06-27
* For PR798:Reid Spencer2006-06-05
* * Unbreak optimized build (noticed by Eric van Riet Paap)Misha Brukman2005-08-04
* add support for Graphviz when viewing CFGsChris Lattner2005-08-03
* Remove trailing whitespaceMisha Brukman2005-04-21
* For PR387:\Reid Spencer2004-12-07
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-05
* Reorder #includes as per style guide.Misha Brukman2004-04-29
* Add functions that return instances of these printer passesBrian Gaeke2004-04-26
* Finegrainify namespacificationChris Lattner2003-12-11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Make sure to print labels on nodes without namesChris Lattner2003-10-22
* If the basic block has no name, make sure to print the % number of itChris Lattner2003-10-22
* Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner2003-10-22