This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 18fd3e6 [LoopDistribute] Preserve GlobalsAA also in the new Pass Manager. new ba2fbb8 [SystemZ] Model access registers as LLVM registers new c505e81 [SystemZ] Add program mask and addressing mode instructions new d57fec9 [SystemZ] Add missing FP extension instructions
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 | 55 +-- .../SystemZ/Disassembler/SystemZDisassembler.cpp | 12 +- .../SystemZ/InstPrinter/SystemZInstPrinter.cpp | 7 - .../SystemZ/InstPrinter/SystemZInstPrinter.h | 1 - .../SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp | 8 + .../SystemZ/MCTargetDesc/SystemZMCTargetDesc.h | 1 + lib/Target/SystemZ/SystemZISelLowering.cpp | 8 +- lib/Target/SystemZ/SystemZISelLowering.h | 4 - lib/Target/SystemZ/SystemZInstrFP.td | 24 + lib/Target/SystemZ/SystemZInstrFormats.td | 7 + lib/Target/SystemZ/SystemZInstrInfo.cpp | 12 +- lib/Target/SystemZ/SystemZInstrInfo.td | 70 ++- lib/Target/SystemZ/SystemZOperands.td | 11 - lib/Target/SystemZ/SystemZOperators.td | 5 - lib/Target/SystemZ/SystemZRegisterInfo.cpp | 5 + lib/Target/SystemZ/SystemZRegisterInfo.td | 20 +- lib/Target/SystemZ/SystemZScheduleZ13.td | 54 ++- lib/Target/SystemZ/SystemZScheduleZ196.td | 48 +- lib/Target/SystemZ/SystemZScheduleZEC12.td | 54 ++- test/MC/Disassembler/SystemZ/insns.txt | 510 +++++++++++++++++++++ test/MC/SystemZ/insn-bad-z196.s | 180 ++++++++ test/MC/SystemZ/insn-bad.s | 120 +++++ test/MC/SystemZ/insn-good-z196.s | 168 +++++++ test/MC/SystemZ/insn-good.s | 225 +++++++++ test/MC/SystemZ/regs-bad.s | 8 - test/MC/SystemZ/regs-good.s | 50 ++ 26 files changed, 1529 insertions(+), 138 deletions(-)