This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a50ea04 [Loops] Restructure the LoopInfo verify function so that it m [...] new 6d7e8f1 [PM] Simplify the new PM interface to the loop unroller and e [...] new 988a421 gold-plugin: Fix test case.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Scalar/LoopUnrollPass.h | 29 +++++++++++++++++----- lib/Passes/PassRegistry.def | 3 ++- lib/Transforms/Scalar/LoopUnrollPass.cpp | 13 +++++++--- test/Transforms/LoopUnroll/full-unroll-bad-cost.ll | 2 +- test/Transforms/LoopUnroll/full-unroll-crashers.ll | 2 +- .../LoopUnroll/full-unroll-heuristics-2.ll | 2 +- .../LoopUnroll/full-unroll-heuristics-cmp.ll | 2 +- .../LoopUnroll/full-unroll-heuristics-dce.ll | 2 +- .../LoopUnroll/full-unroll-heuristics-geps.ll | 2 +- .../LoopUnroll/full-unroll-heuristics-phi-prop.ll | 2 +- .../LoopUnroll/full-unroll-heuristics.ll | 10 ++++++++ .../LoopUnroll/full-unroll-keep-first-exit.ll | 2 +- .../LoopUnroll/partial-unroll-const-bounds.ll | 8 ++++++ test/tools/gold/X86/thinlto.ll | 3 ++- 14 files changed, 63 insertions(+), 19 deletions(-)