This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c82adde7b97 docs/Phabricator: Better git examples to produce full conte [...] new 02688b00ef0 RegScavenging: Add scavengeRegisterBackwards()
The 1 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 | 18 + lib/CodeGen/RegisterScavenging.cpp | 431 +++++++++++++++------ test/CodeGen/AArch64/reg-scavenge-frame.mir | 42 +- test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll | 77 ++-- .../code-object-metadata-kernel-debug-props.ll | 4 +- test/CodeGen/AMDGPU/frame-index-elimination.ll | 14 +- test/CodeGen/ARM/alloca-align.ll | 2 +- test/CodeGen/ARM/execute-only-big-stack-frame.ll | 4 +- test/CodeGen/ARM/fpoffset_overflow.mir | 12 +- test/CodeGen/Mips/emergency-spill-slot-near-fp.ll | 88 +++-- test/CodeGen/PowerPC/dyn-alloca-aligned.ll | 4 +- test/CodeGen/PowerPC/scavenging.mir | 10 +- test/CodeGen/Thumb/large-stack.ll | 12 +- test/CodeGen/X86/scavenger.mir | 29 +- 14 files changed, 514 insertions(+), 233 deletions(-)