Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Transforms / Utils / LoopUnrollRuntime.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
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...