aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopInstSimplify.cpp
AgeCommit message (Expand)Author
2011-02-11LoopInstSimplify preserves ScalarEvolution.Cameron Zwarich
2011-01-09LoopInstSimplify preserves LoopSimplify.Cameron Zwarich
2011-01-08Fix coding style issues.Cameron Zwarich
2011-01-08Contract subloop bodies. However, it is still important to visit the phis at theCameron Zwarich
2011-01-05Use pop_back_val instead of back followed by pop_back.Cameron Zwarich
2011-01-05Use a worklist for later iterations just like ordinary instsimplify. The nextCameron Zwarich
2011-01-05Change LoopInstSimplify back to a LoopPass. It revisits subloops rather thanCameron Zwarich
2011-01-04Switch to the new style of asterisk placement.Cameron Zwarich
2011-01-04Address most of Duncan's review comments. Also, make LoopInstSimplify a simpleCameron Zwarich
2011-01-03Add a new loop-instsimplify pass, with the intention of replacing the instanceCameron Zwarich