This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26693c769c9 Remove unused variable. NFCI. new 4bdc127326d [ARM] Use new assembler diags for ARM
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/ARM.td | 5 + lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 417 +++- test/MC/ARM/arm-branch-errors.s | 12 +- test/MC/ARM/basic-arm-instructions-v8.1a.s | 28 +- test/MC/ARM/basic-arm-instructions-v8.s | 2 +- test/MC/ARM/basic-thumb2-instructions-v8.s | 8 +- test/MC/ARM/cps.s | 2 +- test/MC/ARM/diagnostics.s | 62 +- test/MC/ARM/directive-arch_extension-fp.s | 244 +- test/MC/ARM/directive-arch_extension-idiv.s | 8 +- test/MC/ARM/fp-const-errors.s | 6 +- test/MC/ARM/fullfp16-neg.s | 136 +- test/MC/ARM/fullfp16-neon-neg.s | 234 +- test/MC/ARM/invalid-fp-armv8.s | 26 +- test/MC/ARM/invalid-hint-thumb.s | 11 +- test/MC/ARM/invalid-idiv.s | 12 +- test/MC/ARM/invalid-neon-v8.s | 22 +- test/MC/ARM/invalid-special-reg.s | 6 +- test/MC/ARM/ldr-pseudo-unpredictable.s | 4 +- test/MC/ARM/ldrd-strd-gnu-arm-bad-imm.s | 8 +- test/MC/ARM/lsl-zero-errors.s | 67 +- test/MC/ARM/negative-immediates-fail.s | 6 +- test/MC/ARM/negative-immediates-thumb1-fail.s | 22 +- test/MC/ARM/negative-immediates-thumb1.s | 8 +- test/MC/ARM/negative-immediates.s | 68 +- test/MC/ARM/neon-complex.s | 60 +- test/MC/ARM/neon-vld-vst-align.s | 2822 +++++++++++----------- test/MC/ARM/not-armv4.s | 4 +- test/MC/ARM/single-precision-fp.s | 2 +- test/MC/ARM/t2-modified-immediate-fixup-error2.s | 10 +- test/MC/ARM/thumb-diagnostics.s | 106 +- test/MC/ARM/thumb-mov.s | 10 +- test/MC/ARM/thumb-not-mclass.s | 6 +- test/MC/ARM/thumb2-bxj-v8.s | 2 +- test/MC/ARM/thumb2-bxj.s | 2 +- test/MC/ARM/thumb2-diagnostics.s | 59 +- test/MC/ARM/thumb2-dsp-diag.s | 20 +- test/MC/ARM/thumbv7m.s | 12 +- test/MC/ARM/thumbv8m.s | 30 +- test/MC/ARM/udf-thumb-2-diagnostics.s | 4 +- test/MC/ARM/udf-thumb-diagnostics.s | 4 +- test/MC/ARM/vfp4.s | 12 +- test/MC/ARM/vmrs_vmsr.s | 10 +- 43 files changed, 2465 insertions(+), 2134 deletions(-)