This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5952400 [SystemZ] Support load-and-trap instructions new 7e1b0a5 [SystemZ] Support execution hint 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: include/llvm/Support/ELFRelocs/SystemZ.def | 4 + lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 6 + .../SystemZ/Disassembler/SystemZDisassembler.cpp | 12 ++ .../SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp | 4 + .../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 18 +++ lib/Target/SystemZ/MCTargetDesc/SystemZMCFixups.h | 4 +- .../SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp | 4 + lib/Target/SystemZ/SystemZFeatures.td | 6 + lib/Target/SystemZ/SystemZInstrFormats.td | 65 +++++++++++ lib/Target/SystemZ/SystemZInstrInfo.td | 11 +- lib/Target/SystemZ/SystemZOperands.td | 16 +++ lib/Target/SystemZ/SystemZScheduleZ13.td | 5 +- lib/Target/SystemZ/SystemZScheduleZEC12.td | 4 +- lib/Target/SystemZ/SystemZSubtarget.cpp | 5 +- lib/Target/SystemZ/SystemZSubtarget.h | 4 + test/MC/Disassembler/SystemZ/insns-pcrel.txt | 64 +++++++++++ test/MC/Disassembler/SystemZ/insns.txt | 12 ++ test/MC/SystemZ/fixups-zEC12.s | 34 ++++++ test/MC/SystemZ/insn-bad-z196.s | 15 +++ test/MC/SystemZ/insn-bad-zEC12.s | 72 ++++++++++++ test/MC/SystemZ/insn-good-zEC12.s | 122 +++++++++++++++++++++ 21 files changed, 481 insertions(+), 6 deletions(-) create mode 100644 test/MC/SystemZ/fixups-zEC12.s