The induction-pointer work is inspired by a research paper. This commit adds a reference.
[oota-llvm.git] / lib / Transforms / Utils / LoopUnrollRuntime.cpp
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-08 Andrew TrickAllow NULL LoopPassManager argument in UnrollLoop....
2011-12-18 Jakub Staszak- Use getExitingBlock instead of getExitingBlocks.
2011-12-09 Jakub StaszakSplitBlockPredecessors uses ArrayRef instead of Data...
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...