This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cf4a1ccdffc [llvm-mca] Removed wrong NDEBUG guards introduced by my las [...] new 43f589a4df3 ARM: diagnose unpredictable IT instructions new a32cfd263d6 ARM: correctly decode VFP instructions following unpredicta [...]
The 2 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/Disassembler/ARMDisassembler.cpp | 7 +++- test/MC/ARM/it-nv.s | 47 +++++++++++++++++++++++++ test/MC/Disassembler/ARM/invalid-IT-CC15.txt | 12 +++---- test/tools/llvm-objdump/it-nv.txt | 10 ++++++ 5 files changed, 84 insertions(+), 7 deletions(-) create mode 100644 test/MC/ARM/it-nv.s create mode 100644 test/tools/llvm-objdump/it-nv.txt