This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 39def883154 Let writeWindowsResourceCOFF() take a TimeStamp parameter new e8c465f070a [ARM] First MVE instructions: scalar shifts.
The 1 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/ARM/ARMInstrInfo.td | 6 + lib/Target/ARM/ARMInstrMVE.td | 130 ++++++++++++++++++++ lib/Target/ARM/ARMInstrThumb2.td | 10 ++ lib/Target/ARM/ARMRegisterBankInfo.cpp | 7 ++ lib/Target/ARM/ARMRegisterInfo.td | 14 +++ lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 9 ++ lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 118 ++++++++++++++++++ test/MC/ARM/mve-scalar-shift.s | 156 ++++++++++++++++++++++++ test/MC/Disassembler/ARM/mve-scalar-shift.txt | 83 +++++++++++++ 9 files changed, 533 insertions(+) create mode 100644 lib/Target/ARM/ARMInstrMVE.td create mode 100644 test/MC/ARM/mve-scalar-shift.s create mode 100644 test/MC/Disassembler/ARM/mve-scalar-shift.txt