This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ceb82aef811 [DAGCombiner] Add vector support to fold (shl/srl 0, x) -> 0 new 7d1ec2f7b16 [SystemZ] Reformat assembler/disassembler tests new 0eab6e0590e [SystemZ] Add missing memory/string instructions new bf3379e0c4f [SystemZ] Add translate/convert instructions new b021f25a42b [SystemZ] Add crypto instructions new 3f9585ca98a [SystemZ] Add decimal integer instructions
The 5 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 | 4 + .../SystemZ/Disassembler/SystemZDisassembler.cpp | 19 + .../SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp | 14 + lib/Target/SystemZ/SystemZFeatures.td | 14 +- lib/Target/SystemZ/SystemZInstrFormats.td | 219 +- lib/Target/SystemZ/SystemZInstrInfo.td | 132 +- lib/Target/SystemZ/SystemZOperands.td | 2 + lib/Target/SystemZ/SystemZSchedule.td | 4 + lib/Target/SystemZ/SystemZScheduleZ13.td | 44 +- lib/Target/SystemZ/SystemZScheduleZ196.td | 45 +- lib/Target/SystemZ/SystemZScheduleZEC12.td | 45 +- lib/Target/SystemZ/SystemZSubtarget.cpp | 7 +- lib/Target/SystemZ/SystemZSubtarget.h | 10 + test/MC/Disassembler/SystemZ/insns-z13.txt | 4068 ++++++------- test/MC/Disassembler/SystemZ/insns.txt | 6177 ++++++++++++-------- test/MC/SystemZ/insn-bad-z13.s | 792 ++- test/MC/SystemZ/insn-bad-z196.s | 53 +- test/MC/SystemZ/insn-bad-zEC12.s | 511 +- test/MC/SystemZ/insn-bad.s | 1916 +++++- test/MC/SystemZ/insn-good-z13.s | 1736 +++--- test/MC/SystemZ/insn-good-z196.s | 158 +- test/MC/SystemZ/insn-good-zEC12.s | 16 +- test/MC/SystemZ/insn-good.s | 1549 ++++- 23 files changed, 11197 insertions(+), 6338 deletions(-)