split ssa updating code out to its own helper function. Don't bother
[oota-llvm.git] / lib / Transforms / Scalar / LoopInstSimplify.cpp
2011-01-08 Cameron ZwarichFix coding style issues.
2011-01-08 Cameron ZwarichContract subloop bodies. However, it is still important...
2011-01-05 Cameron ZwarichUse pop_back_val instead of back followed by pop_back.
2011-01-05 Cameron ZwarichUse a worklist for later iterations just like ordinary...
2011-01-05 Cameron ZwarichChange LoopInstSimplify back to a LoopPass. It revisits...
2011-01-04 Cameron ZwarichSwitch to the new style of asterisk placement.
2011-01-04 Cameron ZwarichAddress most of Duncan's review comments. Also, make...
2011-01-03 Cameron ZwarichAdd a new loop-instsimplify pass, with the intention...