[C++] Use 'nullptr'. Transforms edition.
[oota-llvm.git] / lib / Transforms / Utils / LoopUnrollRuntime.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Transforms edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
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...