This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 20bb032 Speculative fix for build failures due to consumeInteger. new 7b83fe6 [PPC] Set SP after loading data from stack frame, if no red z [...] new 7924acd GVN-hoist: do not dereference null pointers new 489cfe7 [DAG] Fix incorrect alignment of ext load.
The 3 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/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +- lib/Target/PowerPC/PPCFrameLowering.cpp | 245 ++++++++++++++++++++++++------ lib/Transforms/Scalar/GVNHoist.cpp | 3 + test/CodeGen/AMDGPU/extload-align.ll | 23 +++ test/CodeGen/PowerPC/ppc32-pic-large.ll | 2 +- test/CodeGen/PowerPC/ppc32-pic.ll | 2 +- test/CodeGen/PowerPC/stack-no-redzone.ll | 146 ++++++++++++++++++ test/CodeGen/PowerPC/stack-realign.ll | 39 +++-- 8 files changed, 396 insertions(+), 66 deletions(-) create mode 100644 test/CodeGen/AMDGPU/extload-align.ll create mode 100644 test/CodeGen/PowerPC/stack-no-redzone.ll