This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04f47c753c3 [GlobalISel][X86] Support add i64 in IA32. new 98d41caf261 [PPC] Properly update register save area offsets
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: lib/Target/PowerPC/PPCFrameLowering.cpp | 23 +++++++----- test/CodeGen/PowerPC/save-bp.ll | 54 +++++++++++++++++++++++++++ test/CodeGen/PowerPC/save-cr-ppc32svr4.ll | 46 +++++++++++++++++++++++ test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll | 57 +++++++++++++++++++++++++++++ 4 files changed, 171 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/PowerPC/save-bp.ll create mode 100644 test/CodeGen/PowerPC/save-cr-ppc32svr4.ll create mode 100644 test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll