Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create Generic DOTGraphTraits Printer/Viewer | Tobias Grosser | 2010-01-16 | 1 | -56/+18 |
| | | | | | | | | Move the DOTGraphTraits dotty printer/viewer templates, that were developed for the dominance tree into their own header file. This will allow reuse in future passes. llvm-svn: 93632 | ||||
* | Remove ShortNames from getNodeLabel in DOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -16/+15 |
| | | | | llvm-svn: 90134 | ||||
* | Instantiate DefaultDOTGraphTraits | Tobias Grosser | 2009-11-30 | 1 | -0/+10 |
| | | | | llvm-svn: 90133 | ||||
* | Small PostDominatorTree improvements | Tobias Grosser | 2009-11-30 | 1 | -3/+9 |
| | | | | | | | * Do not SEGFAULT if tree entryNode() is NULL * Print function names in dotty printer llvm-svn: 90130 | ||||
* | fix the other issue with ID's, hopefully really fixing the linux build. | Chris Lattner | 2009-10-18 | 1 | -7/+6 |
| | | | | llvm-svn: 84403 | ||||
* | fix some problems with ID definitions, which will hopefully fix the build bots. | Chris Lattner | 2009-10-18 | 1 | -7/+5 |
| | | | | llvm-svn: 84399 | ||||
* | add function passes for printing various dominator datastructures | Chris Lattner | 2009-10-18 | 1 | -0/+268 |
accessible through opt. Patch by Tobias Grosser! llvm-svn: 84397 |