This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c9f877 [SCCP] Throw away dead code. NFC. new 252a6d1 Revert "[SCCP] Throw away dead code. NFC." new b4420ea [SystemZ] Implement backchain attribute. new c4002d7 [SystemZ] Implement llvm.get.dynamic.area.offset
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/Target/SystemZ/SystemZFrameLowering.cpp | 13 +++++ lib/Target/SystemZ/SystemZISelDAGToDAG.cpp | 4 ++ lib/Target/SystemZ/SystemZISelLowering.cpp | 47 ++++++++++++++-- lib/Target/SystemZ/SystemZISelLowering.h | 1 + lib/Transforms/Scalar/SCCP.cpp | 3 ++ test/CodeGen/SystemZ/backchain.ll | 84 +++++++++++++++++++++++++++++ test/CodeGen/SystemZ/dyn-alloca-offset.ll | 42 +++++++++++++++ 7 files changed, 190 insertions(+), 4 deletions(-) create mode 100644 test/CodeGen/SystemZ/backchain.ll create mode 100644 test/CodeGen/SystemZ/dyn-alloca-offset.ll