This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 699416df0f3 GlobalISel: add G_IMPLICIT_DEF instruction. new 75d5833bd6e [SystemZ] Add all remaining 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/AsmParser/SystemZAsmParser.cpp | 16 +- .../SystemZ/Disassembler/SystemZDisassembler.cpp | 6 + .../SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 7 + .../SystemZ/MCTargetDesc/SystemZMCTargetDesc.h | 1 + lib/Target/SystemZ/SystemZ.td | 1 + lib/Target/SystemZ/SystemZFeatures.td | 22 +- lib/Target/SystemZ/SystemZInstrFormats.td | 106 ++ lib/Target/SystemZ/SystemZInstrInfo.td | 42 - lib/Target/SystemZ/SystemZInstrSystem.td | 517 ++++++ lib/Target/SystemZ/SystemZRegisterInfo.td | 10 + lib/Target/SystemZ/SystemZScheduleZ13.td | 186 +- lib/Target/SystemZ/SystemZScheduleZ196.td | 183 +- lib/Target/SystemZ/SystemZScheduleZEC12.td | 184 +- lib/Target/SystemZ/SystemZSubtarget.cpp | 5 +- lib/Target/SystemZ/SystemZSubtarget.h | 15 + test/MC/Disassembler/SystemZ/insns.txt | 1873 +++++++++++++++++++- test/MC/SystemZ/insn-bad-z196.s | 5 + test/MC/SystemZ/insn-bad-zEC12.s | 14 + test/MC/SystemZ/insn-bad.s | 780 ++++++++ test/MC/SystemZ/insn-good-z196.s | 16 + test/MC/SystemZ/insn-good-zEC12.s | 14 + test/MC/SystemZ/insn-good.s | 1411 +++++++++++++++ test/MC/SystemZ/regs-bad.s | 63 +- test/MC/SystemZ/regs-good.s | 51 + 24 files changed, 5367 insertions(+), 161 deletions(-) create mode 100644 lib/Target/SystemZ/SystemZInstrSystem.td