This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3079ca7 [SystemZ] Add remaining branch instructions new 5952400 [SystemZ] Support load-and-trap instructions
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/SystemZ/SystemZElimCompare.cpp | 61 ++++++++++- lib/Target/SystemZ/SystemZFeatures.td | 6 + lib/Target/SystemZ/SystemZInstrInfo.cpp | 19 ++++ lib/Target/SystemZ/SystemZInstrInfo.h | 4 + lib/Target/SystemZ/SystemZInstrInfo.td | 13 +++ lib/Target/SystemZ/SystemZScheduleZ13.td | 6 + lib/Target/SystemZ/SystemZScheduleZEC12.td | 6 + lib/Target/SystemZ/SystemZSubtarget.cpp | 4 +- lib/Target/SystemZ/SystemZSubtarget.h | 4 + test/CodeGen/SystemZ/trap-03.ll | 157 ++++++++++++++++++++++++++ test/CodeGen/SystemZ/trap-04.ll | 170 +++++++++++++++++++++++++++++ test/CodeGen/SystemZ/trap-05.ll | 92 ++++++++++++++++ test/MC/Disassembler/SystemZ/insns.txt | 150 +++++++++++++++++++++++++ test/MC/SystemZ/insn-bad-zEC12.s | 40 +++++++ test/MC/SystemZ/insn-good-zEC12.s | 110 +++++++++++++++++++ 15 files changed, 835 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/SystemZ/trap-03.ll create mode 100644 test/CodeGen/SystemZ/trap-04.ll create mode 100644 test/CodeGen/SystemZ/trap-05.ll