Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finegrainify namespacification | Chris Lattner | 2003-12-11 | 1 | -5/+23 |
| | | | | | | Add new -print-cfg-only pass llvm-svn: 10407 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -3/+4 |
| | | | | llvm-svn: 9903 | ||||
* | Make sure to print labels on nodes without names | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
| | | | | llvm-svn: 9376 | ||||
* | If the basic block has no name, make sure to print the % number of it | Chris Lattner | 2003-10-22 | 1 | -1/+7 |
| | | | | llvm-svn: 9375 | ||||
* | Implement the Function::viewCFG* methods, for use in a debugger. Also, the | Chris Lattner | 2003-10-22 | 1 | -0/+144 |
-print-cfg pass now lives here. llvm-svn: 9374 |