This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f725c23e234 [llvm-readobj] Fix ambiguous call to the `printNumber` new dacebdf03d9 [ARM] Armv8-R DFB instruction
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 | 4 ++++ lib/Target/ARM/ARMInstrInfo.td | 5 +++++ lib/Target/ARM/ARMInstrThumb2.td | 2 ++ lib/Target/ARM/ARMSubtarget.h | 5 +++++ lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 10 +++++----- test/MC/ARM/dfb-neg.s | 10 ++++++++++ test/MC/ARM/dfb.s | 6 ++++++ test/MC/Disassembler/ARM/dfb-arm.txt | 6 ++++++ test/MC/Disassembler/ARM/dfb-thumb.txt | 6 ++++++ 9 files changed, 49 insertions(+), 5 deletions(-) create mode 100644 test/MC/ARM/dfb-neg.s create mode 100644 test/MC/ARM/dfb.s create mode 100644 test/MC/Disassembler/ARM/dfb-arm.txt create mode 100644 test/MC/Disassembler/ARM/dfb-thumb.txt