This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 642cc2d8840 Revert r363377: [yaml2obj] - Allow setting custom section t [...] new b728126619f Revert "Revert r363377: [yaml2obj] - Allow setting custom s [...] new 08c99c38dc2 [ARM] Add MVE horizontal accumulation 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: lib/Target/ARM/ARMInstrFormats.td | 2 + lib/Target/ARM/ARMInstrMVE.td | 316 +++++++++++++++++++++ test/MC/ARM/mve-reductions-fp.s | 58 ++++ test/MC/ARM/mve-reductions.s | 191 ++++++++++++- test/MC/Disassembler/ARM/mve-reductions.txt | 212 ++++++++++++++ .../Inputs/wrong-shstrtab-type.elf-x86-64 | Bin 541 -> 0 bytes .../llvm-readobj/elf-wrong-shstrtab-type.test | 21 +- test/tools/yaml2obj/elf-symtab-shinfo.yaml | 20 +- test/tools/yaml2obj/elf-symtab-shtype.yaml | 20 +- test/tools/yaml2obj/explicit-dynsym-no-dynstr.yaml | 2 +- test/tools/yaml2obj/implicit-sections-types.test | 69 +++++ .../yaml2obj/symtab-implicit-sections-flags.yaml | 4 +- tools/yaml2obj/yaml2elf.cpp | 8 +- 13 files changed, 883 insertions(+), 40 deletions(-) create mode 100644 test/MC/ARM/mve-reductions-fp.s delete mode 100644 test/tools/llvm-readobj/Inputs/wrong-shstrtab-type.elf-x86-64 create mode 100644 test/tools/yaml2obj/implicit-sections-types.test