aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/LazyLiveness.cpp
AgeCommit message (Expand)Author
2009-10-07Remove LazyLiveness from the tree. It doesn't work right now, and I'm not go...Owen Anderson
2009-08-19Add missing includes.David Greene
2009-06-15Owen Anderson 2009-06-15: Use a SmallPtrSet here, for speed and to match df_i...Owen Anderson
2009-06-12Improve style.Owen Anderson
2009-06-12This is supposed to be a preorder numbering of the dominator tree, not the CFG.Owen Anderson
2009-06-12Now with less iterator invalidation, and other forms of crashing!Owen Anderson
2009-06-10Remove warnings: no newline at end of file.Sanjiv Gupta
2009-06-09Add the beginnings of an implementatation of lazy liveness analysis, based on...Owen Anderson