This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3303806a3dc [InstCombine] Fix extractelement use before def new f9779131d15 [ARM] Support fixup for Thumb2 modified immediate
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/AsmParser/ARMAsmParser.cpp | 15 ++++++-- lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp | 20 +++++++++++ lib/Target/ARM/MCTargetDesc/ARMFixupKinds.h | 3 ++ lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 12 ++++++- test/MC/ARM/big-endian-thumb2-fixup.s | 6 ++++ test/MC/ARM/t2-modified-immediate-fixup-error1.s | 13 +++++++ test/MC/ARM/t2-modified-immediate-fixup-error2.s | 12 +++++++ test/MC/ARM/t2-modified-immediate-fixup.s | 45 ++++++++++++++++++++++++ test/MC/ARM/thumb2-diagnostics.s | 2 -- 9 files changed, 123 insertions(+), 5 deletions(-) create mode 100644 test/MC/ARM/t2-modified-immediate-fixup-error1.s create mode 100644 test/MC/ARM/t2-modified-immediate-fixup-error2.s create mode 100644 test/MC/ARM/t2-modified-immediate-fixup.s