aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LazyLiveness.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing includes.David Greene2009-08-191-0/+1
* Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson2009-06-151-5/+14
* Improve style.Owen Anderson2009-06-121-16/+16
* This is supposed to be a preorder numbering of the dominator tree, not the CFG.Owen Anderson2009-06-121-4/+5
* Now with less iterator invalidation, and other forms of crashing!Owen Anderson2009-06-121-3/+6
* Remove warnings: no newline at end of file.Sanjiv Gupta2009-06-101-1/+2
* Add the beginnings of an implementatation of lazy liveness analysis, based on...Owen Anderson2009-06-091-0/+153