This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 102d6ffbefa chang type from 'int' to 'size_t'. This will fix revision n [...] new 2436e4547cb [llvm-readobj] Improve errors on invalid binary new c12fbb0eea8 [SystemZ] Add missing arithmetic instructions new 81fa691fd60 [SystemZ] Add miscellaneous instructions new fa879b87eb9 [InstCombine] fix typo in test comment; NFC
The 4 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/README.txt | 2 +- lib/Target/SystemZ/SystemZInstrFP.td | 13 + lib/Target/SystemZ/SystemZInstrFormats.td | 82 ++++ lib/Target/SystemZ/SystemZInstrInfo.td | 65 ++- lib/Target/SystemZ/SystemZScheduleZ13.td | 40 +- lib/Target/SystemZ/SystemZScheduleZ196.td | 47 +- lib/Target/SystemZ/SystemZScheduleZEC12.td | 47 +- test/MC/Disassembler/SystemZ/insns.txt | 762 +++++++++++++++++++++++++++++ test/MC/SystemZ/insn-bad.s | 368 ++++++++++++++ test/MC/SystemZ/insn-good.s | 582 ++++++++++++++++++++++ test/Object/invalid.test | 4 +- test/Transforms/InstCombine/and.ll | 2 +- test/tools/llvm-readobj/wasm-invalid.test | 7 + tools/llvm-readobj/llvm-readobj.cpp | 21 +- 14 files changed, 1997 insertions(+), 45 deletions(-) create mode 100644 test/tools/llvm-readobj/wasm-invalid.test