[PM/AA] Clean up and homogenize comments throughout basic-aa.
[oota-llvm.git] / lib / Transforms / Utils / LCSSA.cpp
2006-08-02 Chris LattnerReplace the SSA update code in LCSSA with a bottom...
2006-07-09 Owen AndersonFix typo in the comment.
2006-07-09 Owen AndersonAdd a fix for an issue where LCSSA would fail to insert...
2006-06-14 Chris LattnerUse the PotDoms map to memoize 'dominating value' looku...
2006-06-13 Owen AndersonFix another instance where PHI nodes need special treat...
2006-06-13 Owen AndersonFix a bug that was causing major slowdowns in povray...
2006-06-12 Owen AndersonFix for 2006-06-26-MultipleExitsSingleBlock.
2006-06-11 Owen AndersonRe-commit the safe parts of my 6/9 patch. Still workin...
2006-06-11 Evan ChengBack out Owen's 6/9 changes. They broke MultiSource...
2006-06-09 Owen AndersonMake Loop able to verify that it is in LCSSA-form,...
2006-06-08 Owen AndersonUpdate some comments, and expose LCSSAID in preparation...
2006-06-06 Owen AndersonFix some formatting, and use inLoop() when appropriate.
2006-06-06 Owen AndersonStop a memory leak, and update some comments.
2006-06-04 Owen AndersonSome more clean-up, and squash an IDF-Phi related bug.
2006-06-04 Owen AndersonVarious clean-ups suggested by Chris.
2006-06-03 Owen AndersonFix a bug in Phi-noded insertion. Also, update some...
2006-06-01 Owen AndersonRemove a FIXME that was fixed with my last patch.
2006-06-01 Owen AndersonMore cleanups. Also, add a special case for updating...
2006-05-31 Owen AndersonExtract a huge loop into a helper method. Fix a few...
2006-05-29 Owen AndersonAdd Use replacement. Assuming there is nothing horribl...
2006-05-28 Owen AndersonMajor think-o. Iterate over all live out-of-loop value...
2006-05-27 Owen AndersonMake LCSSA insert proper Phi nodes throughout the rest...
2006-05-27 Owen AndersonA few small clean-ups, and the addition of an LCSSA...
2006-05-26 Owen AndersonFix a copy-and-paste-o that would break some compilers.
2006-05-26 Owen AndersonClean up and refactor LCSSA a bunch. It should also...
2006-05-26 Owen AndersonSkeletal LCSSA pass. This is currently non-functional...