Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -8/+8 |
| | | | | llvm-svn: 110460 | ||||
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -8/+8 |
| | | | | llvm-svn: 110410 | ||||
* | Don't use PassInfo* as a type identifier for passes. Instead, use the ↵ | Owen Anderson | 2010-08-05 | 1 | -8/+8 |
| | | | | | | | | address of the static ID member as the sole unique type identifier. Clean up APIs related to this change. llvm-svn: 110396 | ||||
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -24/+25 |
| | | | | llvm-svn: 109045 | ||||
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -2/+2 |
| | | | | llvm-svn: 108130 | ||||
* | Remove dead code in the dotty dominance tree printer. | Tobias Grosser | 2010-04-12 | 1 | -25/+0 |
| | | | | | | | This template is not needed anymore as it was replaced by the DOTGraphTraitsViewer. llvm-svn: 101036 | ||||
* | 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 |