This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e353f57 [Myriad]: set LeonCASA processor feature new 9a0a97c Revert r281336 (and r281337), it caused PR30372.
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: 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, 830 insertions(+), 519 deletions(-)