This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f565d64 [LoopInterchange] Minor refactor. NFC. new be08d6e Defer asm errors to post-statement failure new 09d676e Apply Clang-format to MCAsmParser.cpp NFC.
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: include/llvm/MC/MCParser/MCAsmLexer.h | 6 + include/llvm/MC/MCParser/MCAsmParser.h | 42 +- include/llvm/Support/SMLoc.h | 2 + lib/MC/MCParser/AsmParser.cpp | 254 ++++----- lib/MC/MCParser/MCAsmLexer.cpp | 3 +- lib/MC/MCParser/MCAsmParser.cpp | 19 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +-- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +- lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +- lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 - lib/Target/X86/AsmParser/X86AsmParser.cpp | 78 +-- test/MC/AArch64/armv8.1a-rdma.s | 46 +- test/MC/AArch64/inst-directive-diagnostic.s | 2 + test/MC/AArch64/neon-diagnostics.s | 646 +++++++--------------- 16 files changed, 519 insertions(+), 830 deletions(-)