summaryrefslogtreecommitdiff
path: root/lib/Analysis/CFGPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2004-12-07For PR387:\Reid Spencer1-2/+2
2004-09-01Changes For Bug 352Reid Spencer1-1/+1
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman1-1/+1
2004-05-05Move the stuff that fixes the size, orientation & fonts of graphs toBrian Gaeke1-5/+2
2004-04-29Reorder #includes as per style guide.Misha Brukman1-3/+3
2004-04-26Add functions that return instances of these printer passesBrian Gaeke1-0/+10
2003-12-11Finegrainify namespacificationChris Lattner1-5/+23
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-3/+4
2003-10-22Make sure to print labels on nodes without namesChris Lattner1-1/+7
2003-10-22If the basic block has no name, make sure to print the % number of itChris Lattner1-1/+7
2003-10-22Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner1-0/+144