aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CFGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* add support for Graphviz when viewing CFGsChris Lattner2005-08-031-0/+20
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* For PR387:\Reid Spencer2004-12-071-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke2004-05-051-5/+2
* Reorder #includes as per style guide.Misha Brukman2004-04-291-3/+3
* Add functions that return instances of these printer passesBrian Gaeke2004-04-261-0/+10
* Finegrainify namespacificationChris Lattner2003-12-111-5/+23
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-3/+4
* Make sure to print labels on nodes without namesChris Lattner2003-10-221-1/+7
* If the basic block has no name, make sure to print the % number of itChris Lattner2003-10-221-1/+7
* Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner2003-10-221-0/+144