This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1f697f4 [SystemZ] Refactor hasSideEffects setting new 4b7476c [SystemZ] Support floating-point control register instructions new 49c2555 [SystemZ] Support remaining atomic instructions
The 2 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/IR/IntrinsicsSystemZ.td | 5 + lib/Target/SystemZ/SystemZInstrFP.td | 20 ++ lib/Target/SystemZ/SystemZInstrFormats.td | 61 ++++- lib/Target/SystemZ/SystemZInstrInfo.td | 41 ++- lib/Target/SystemZ/SystemZOperators.td | 6 + lib/Target/SystemZ/SystemZScheduleZ13.td | 33 +++ lib/Target/SystemZ/SystemZScheduleZ196.td | 34 +++ lib/Target/SystemZ/SystemZScheduleZEC12.td | 34 +++ test/CodeGen/SystemZ/fpc-intrinsics.ll | 67 +++++ test/MC/Disassembler/SystemZ/insns.txt | 387 +++++++++++++++++++++++++++++ test/MC/SystemZ/insn-bad-z196.s | 51 ++++ test/MC/SystemZ/insn-bad.s | 186 ++++++++++++++ test/MC/SystemZ/insn-good-z196.s | 42 ++++ test/MC/SystemZ/insn-good.s | 246 ++++++++++++++++++ 14 files changed, 1202 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/SystemZ/fpc-intrinsics.ll