This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5195166 NFC small changes in MemDep new c84d2a5 [SystemZ] Refactor branch and conditional instruction patterns new 4b0efd1 [MC][AArch64] Cleanup end-of-line parsing in AArch64 AsmParser. new af4db13 [SystemZ] Rename some Inst* instruction format classes new 1d55c52 [SystemZ] Refactor InstRR* instruction format patterns new e4bca28 [SystemZ] Always use semantic instruction classes
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: include/llvm/MC/MCParser/MCAsmParserExtension.h | 4 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 358 +++---- lib/Target/SystemZ/SystemZAsmPrinter.cpp | 4 +- lib/Target/SystemZ/SystemZInstrFP.td | 188 ++-- lib/Target/SystemZ/SystemZInstrFormats.td | 1149 ++++++++++++++++----- lib/Target/SystemZ/SystemZInstrInfo.td | 900 +++++++--------- lib/Target/SystemZ/SystemZScheduleZ13.td | 95 +- lib/Target/SystemZ/SystemZScheduleZ196.td | 94 +- lib/Target/SystemZ/SystemZScheduleZEC12.td | 94 +- test/MC/AArch64/basic-a64-diagnostics.s | 18 +- test/MC/AArch64/inst-directive-diagnostic.s | 8 +- test/MC/Disassembler/SystemZ/insns.txt | 96 ++ test/MC/SystemZ/insn-bad.s | 22 + test/MC/SystemZ/insn-good.s | 128 +++ 14 files changed, 1900 insertions(+), 1258 deletions(-)