This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 73de2f1810f AMDGPU: Split MUBUF offset into aligned components new fe1782b4a97 [ARM, Asm] Add diagnostics for general-purpose register operands new dd15603e130 [ARM, Asm] Add diagnostics for floating-point register operands new 40bc0f3ba8b [ARM, Asm] Harden GNU LDRD/STRD aliases against invalid inputs
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/ARM/ARMRegisterInfo.td | 39 ++++++++--- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 95 +++++++++++++++++++++------ test/MC/ARM/armv8.2a-dotprod-error.s | 4 +- test/MC/ARM/basic-thumb2-instructions-v8.s | 16 +++-- test/MC/ARM/d16.s | 12 ++-- test/MC/ARM/diagnostics.s | 16 +++-- test/MC/ARM/invalid-fp-armv8.s | 10 ++- test/MC/ARM/invalid-neon-v8.s | 36 +++++----- test/MC/ARM/ldrd-strd-gnu-arm-bad-regs.s | 19 ++++++ test/MC/ARM/ldrd-strd-gnu-bad-inst.s | 29 ++++++++ test/MC/ARM/ldrd-strd-gnu-sp.s | 26 ++++++-- test/MC/ARM/ldrd-strd-gnu-thumb-bad-regs.s | 5 +- test/MC/ARM/ldrd-strd-gnu-thumb.s | 15 +++++ test/MC/ARM/lsl-zero-errors.s | 65 +++++++++++------- test/MC/ARM/negative-immediates-fail.s | 17 +++-- test/MC/ARM/negative-immediates-thumb1-fail.s | 2 + test/MC/ARM/register-token-source-loc.s | 2 +- test/MC/ARM/thumb-branch-errors.s | 6 +- test/MC/ARM/thumb-diagnostics.s | 17 +++-- test/MC/ARM/thumb-mov.s | 18 +++-- test/MC/ARM/thumb2-diagnostics.s | 9 +-- test/MC/ARM/thumb2-strd.s | 6 +- test/MC/ARM/thumbv8m.s | 18 ++--- test/MC/ARM/vmov-vmvn-illegal-cases.s | 48 +++++++++----- test/MC/ARM/vmrs_vmsr.s | 24 +++---- test/MC/ARM/vorr-vbic-illegal-cases.s | 24 +++++-- 26 files changed, 414 insertions(+), 164 deletions(-) create mode 100644 test/MC/ARM/ldrd-strd-gnu-arm-bad-regs.s create mode 100644 test/MC/ARM/ldrd-strd-gnu-bad-inst.s