| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Move the stuff that fixes the size, orientation & fonts of graphs to | Brian Gaeke | 2004-05-05 | 1 | -5/+2 | |
| | | | | | | | | | | | | the debugging functions that call "dot". These fixed settings have various problems: for example, the fixed size that is set in the graph traits classes is not appropriate for turning the dot file into a PNG, and if TrueType font rendering is being used, the 'Courier' TrueType font may not be installed. It seems easy enough to specify these things on the command line, anyhow. llvm-svn: 13366 | |||||
| * | Reorder #includes as per style guide. | Misha Brukman | 2004-04-29 | 1 | -3/+3 | |
| | | | | | llvm-svn: 13263 | |||||
| * | Add functions that return instances of these printer passes | Brian Gaeke | 2004-04-26 | 1 | -0/+10 | |
| | | | | | llvm-svn: 13175 | |||||
| * | 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 | ||||||

