This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 609a5df2257 [Hexagon] Add support for nontemporal loads and stores on HVX new f6179755b35 [PPC] Fix two bugs in frame lowering. new 5cc2236f0f1 [Support] - Add bad alloc error handler for handling alloca [...]
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/Support/Compiler.h | 10 +++++ include/llvm/Support/ErrorHandling.h | 48 ++++++++++++++++++++--- lib/Support/ErrorHandling.cpp | 45 ++++++++++++++++++++- lib/Support/Mutex.cpp | 5 +++ lib/Target/PowerPC/PPCFrameLowering.cpp | 36 +++++++++-------- lib/Target/PowerPC/PPCSubtarget.h | 7 ++++ test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll | 32 +++++++++++++++ test/CodeGen/PowerPC/svr4-redzone.ll | 6 +-- test/CodeGen/PowerPC/tailcall1-64.ll | 6 ++- 9 files changed, 167 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/PowerPC/ppc-redzone-alignment-bug.ll