This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d541a81 [DAGCombiner] avoid assertion when folding binops with opaque [...] new c40a2f9 The patch turns on epilogue unroll for loops with constant re [...] new 6981f9a [PowerPC][ELFv2ABI] Allocate parameter area on-demand to redu [...]
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: lib/Target/PowerPC/PPCISelLowering.cpp | 48 ++++++++++-- lib/Transforms/Utils/LoopUnroll.cpp | 45 ++++++++++- test/CodeGen/PowerPC/stacksize.ll | 86 ++++++++++++++++++++++ test/Transforms/LoopUnroll/revisit.ll | 6 +- test/Transforms/LoopUnroll/runtime-loop5.ll | 7 +- .../Transforms/LoopUnroll/unroll-heuristics-pgo.ll | 4 +- test/Transforms/LoopUnroll/unroll-pragmas.ll | 24 +++--- 7 files changed, 194 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/PowerPC/stacksize.ll