This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 38c71d6 [InstCombine] Make foldOpWithConstantIntoOperand take a Binar [...] new d369b41 ARMAsmParser: clean up of isImmediate functions
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/ARMInstrFormats.td | 12 +- lib/Target/ARM/ARMInstrInfo.td | 73 ++++--- lib/Target/ARM/ARMInstrThumb.td | 5 +- lib/Target/ARM/ARMInstrThumb2.td | 10 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 277 +++++++------------------- test/MC/ARM/basic-arm-instructions-v8.1a.s | 4 +- test/MC/ARM/diagnostics.s | 59 +++--- test/MC/ARM/negative-immediates-fail.s | 2 +- test/MC/ARM/negative-immediates-thumb1-fail.s | 4 +- test/MC/ARM/thumb-diagnostics.s | 10 +- test/MC/ARM/thumb-not-mclass.s | 4 +- test/MC/ARM/thumb2-diagnostics.s | 11 +- test/MC/ARM/udf-arm-diagnostics.s | 2 +- test/MC/ARM/udf-thumb-2-diagnostics.s | 2 +- 14 files changed, 193 insertions(+), 282 deletions(-)