This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3aa3118 Second attempt at r285517. new b12a0a5 [SystemZ] Fix encoding of MVCK and .insn ss new 19e305e [SystemZ] Correctly diagnose missing features in AsmParser new 0d70794 [SystemZ] Guard LEFR/LFER with FeatureVector
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/AsmParser/SystemZAsmParser.cpp | 273 ++++--- .../SystemZ/Disassembler/SystemZDisassembler.cpp | 19 + .../SystemZ/InstPrinter/SystemZInstPrinter.cpp | 11 + .../SystemZ/InstPrinter/SystemZInstPrinter.h | 1 + .../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 14 + lib/Target/SystemZ/SystemZInstrFormats.td | 6 +- lib/Target/SystemZ/SystemZInstrInfo.td | 8 +- lib/Target/SystemZ/SystemZInstrVector.td | 12 +- lib/Target/SystemZ/SystemZOperands.td | 9 + test/MC/Disassembler/SystemZ/insns.txt | 12 +- test/MC/SystemZ/insn-bad-z196.s | 16 +- test/MC/SystemZ/insn-bad-zEC12.s | 816 ++++++++++----------- test/MC/SystemZ/insn-bad.s | 135 ++-- test/MC/SystemZ/insn-good.s | 14 +- test/MC/SystemZ/tokens.s | 4 +- 15 files changed, 755 insertions(+), 595 deletions(-)