This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6f62be2 regenerate checks new e07c066 RegisterScavenger: Introduce backward() mode. new c5e14e0 RegScavenging: Add scavengeRegisterBackwards()
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/CodeGen/RegisterScavenging.h | 46 +++- lib/CodeGen/PrologEpilogInserter.cpp | 143 +++++----- lib/CodeGen/RegisterScavenging.cpp | 312 +++++++++++++++++----- test/CodeGen/AMDGPU/captured-frame-index.ll | 4 +- test/CodeGen/Mips/emergency-spill-slot-near-fp.ll | 88 +++--- test/CodeGen/PowerPC/dyn-alloca-aligned.ll | 4 +- test/CodeGen/SystemZ/frame-13.ll | 6 +- test/CodeGen/SystemZ/frame-14.ll | 6 +- test/CodeGen/SystemZ/frame-15.ll | 4 +- test/CodeGen/SystemZ/frame-16.ll | 8 +- test/CodeGen/Thumb/large-stack.ll | 4 +- 11 files changed, 443 insertions(+), 182 deletions(-)