aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/LoopUnroll.cpp
AgeCommit message (Expand)Author
2004-04-18After unrolling our single basic block loop, fold it into the preheader and exitChris Lattner
2004-04-18Fix a bug: this does not preserve the CFG!Chris Lattner
2004-04-18Initial checkin of a simple loop unroller. This pass is extremely basic andChris Lattner