This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac1e47a AMDGPU: Treat texture gather instructions more like other MIM [...] new 1f1f6a6 ARM: validate immediate branch targets in AsmParser.
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/ARMInstrInfo.td | 50 ++++++++++++------------ lib/Target/ARM/ARMInstrThumb.td | 41 ++++++++++++------- lib/Target/ARM/ARMInstrThumb2.td | 10 ++--- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 28 +++++++++++++ lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 15 ++++--- test/MC/ARM/arm-branch-errors.s | 16 ++++++++ test/MC/ARM/arm-branches.s | 15 +++++++ test/MC/ARM/thumb-branch-errors.s | 22 +++++++++++ test/MC/ARM/thumb2-branches.s | 18 +++++++++ 9 files changed, 164 insertions(+), 51 deletions(-) create mode 100644 test/MC/ARM/arm-branch-errors.s create mode 100644 test/MC/ARM/arm-branches.s create mode 100644 test/MC/ARM/thumb-branch-errors.s