aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LCSSA.cpp
AgeCommit message (Expand)Author
2006-05-31Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs.Owen Anderson
2006-05-29Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSAOwen Anderson
2006-05-28Major think-o. Iterate over all live out-of-loop values, and perform theOwen Anderson
2006-05-27Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computingOwen Anderson
2006-05-27A few small clean-ups, and the addition of an LCSSA statistic.Owen Anderson
2006-05-26Fix a copy-and-paste-o that would break some compilers.Owen Anderson
2006-05-26Clean up and refactor LCSSA a bunch. It should also run faster now, thoughOwen Anderson
2006-05-26Skeletal LCSSA pass. This is currently non-functional. Expect functionalityOwen Anderson