Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove LazyLiveness from the tree. It doesn't work right now, and I'm not ↵ | Owen Anderson | 2009-10-07 | 1 | -168/+0 |
| | | | | | | | | going to have the time to finish it any time soon. If someone's interested it, they can resurrect it from SVN history. llvm-svn: 83480 | ||||
* | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
| | | | | llvm-svn: 79478 | ||||
* | Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match ↵ | Owen Anderson | 2009-06-15 | 1 | -5/+14 |
| | | | | | | | | df_iterator. Owen Anderson 2009-06-15: Remember to clear out our maps to prevent crashing. llvm-svn: 73438 | ||||
* | Improve style. | Owen Anderson | 2009-06-12 | 1 | -16/+16 |
| | | | | llvm-svn: 73258 | ||||
* | This is supposed to be a preorder numbering of the dominator tree, not the CFG. | Owen Anderson | 2009-06-12 | 1 | -4/+5 |
| | | | | llvm-svn: 73257 | ||||
* | Now with less iterator invalidation, and other forms of crashing! | Owen Anderson | 2009-06-12 | 1 | -3/+6 |
| | | | | llvm-svn: 73256 | ||||
* | Remove warnings: no newline at end of file. | Sanjiv Gupta | 2009-06-10 | 1 | -1/+2 |
| | | | | llvm-svn: 73156 | ||||
* | Add the beginnings of an implementatation of lazy liveness analysis, based ↵ | Owen Anderson | 2009-06-09 | 1 | -0/+153 |
on "Fast Liveness Checking for SSA-form Programs" by Boissinot, et al. This is still very early, hasn't been tested, and is not yet well documented. More to come soon. llvm-svn: 73141 |