summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/LCSSA.cpp
Commit message (Expand)AuthorAge
...
* Fix some formatting, and use inLoop() when appropriate.Owen Anderson2006-06-06
* Stop a memory leak, and update some comments.Owen Anderson2006-06-06
* Some more clean-up, and squash an IDF-Phi related bug.Owen Anderson2006-06-04
* Various clean-ups suggested by Chris.Owen Anderson2006-06-04
* Fix a bug in Phi-noded insertion. Also, update some comments to reflect what'sOwen Anderson2006-06-03
* Remove a FIXME that was fixed with my last patch.Owen Anderson2006-06-01
* More cleanups. Also, add a special case for updating PHI nodes, andOwen Anderson2006-06-01
* Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs.Owen Anderson2006-05-31
* Add Use replacement. Assuming there is nothing horribly wrong with this, LCSSAOwen Anderson2006-05-29
* Major think-o. Iterate over all live out-of-loop values, and perform theOwen Anderson2006-05-28
* Make LCSSA insert proper Phi nodes throughout the rest of the CFG by computingOwen Anderson2006-05-27
* A few small clean-ups, and the addition of an LCSSA statistic.Owen Anderson2006-05-27
* Fix a copy-and-paste-o that would break some compilers.Owen Anderson2006-05-26
* Clean up and refactor LCSSA a bunch. It should also run faster now, thoughOwen Anderson2006-05-26
* Skeletal LCSSA pass. This is currently non-functional. Expect functionalityOwen Anderson2006-05-26