summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/CFGPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2003-12-111-5/+23
| | | | | | Add new -print-cfg-only pass llvm-svn: 10407
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-3/+4
| | | | llvm-svn: 9903
* Make sure to print labels on nodes without namesChris Lattner2003-10-221-1/+7
| | | | llvm-svn: 9376
* If the basic block has no name, make sure to print the % number of itChris Lattner2003-10-221-1/+7
| | | | llvm-svn: 9375
* Implement the Function::viewCFG* methods, for use in a debugger. Also, theChris Lattner2003-10-221-0/+144
-print-cfg pass now lives here. llvm-svn: 9374
OpenPOWER on IntegriCloud