This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1166428e09e [SystemZ] Implement computeKnownBitsForTargetNode new e762c03a671 [SystemZ] Rework IPM sequence generation new ff28671f85a [SystemZ] Directly use CC result of compare-and-swap new 8466b57b535 [SystemZ] Prefer LOCHI over generating IPM sequences
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/SystemZISelDAGToDAG.cpp | 183 +++++++++++++ lib/Target/SystemZ/SystemZISelLowering.cpp | 304 ++++++++++++--------- lib/Target/SystemZ/SystemZISelLowering.h | 4 + lib/Target/SystemZ/SystemZInstrInfo.td | 12 - test/CodeGen/SystemZ/branch-07.ll | 8 +- test/CodeGen/SystemZ/cmpxchg-01.ll | 80 ++++++ test/CodeGen/SystemZ/cmpxchg-02.ll | 79 ++++++ test/CodeGen/SystemZ/cmpxchg-03.ll | 39 +++ test/CodeGen/SystemZ/cmpxchg-04.ll | 38 +++ test/CodeGen/SystemZ/cmpxchg-06.ll | 51 ++++ test/CodeGen/SystemZ/dag-combine-02.ll | 4 +- test/CodeGen/SystemZ/{setcc-01.ll => setcc-03.ll} | 57 ++-- .../SystemZ/{selectcc-03.ll => setcc-04.ll} | 74 ++--- test/CodeGen/SystemZ/vec-intrinsics-01.ll | 71 +++-- test/CodeGen/SystemZ/vec-intrinsics-02.ll | 17 +- 15 files changed, 760 insertions(+), 261 deletions(-) copy test/CodeGen/SystemZ/{setcc-01.ll => setcc-03.ll} (53%) copy test/CodeGen/SystemZ/{selectcc-03.ll => setcc-04.ll} (63%)