This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 96eb407340c [X86] Added tests for TESTM and TESTNM (NFC) new e2711b8afcd [Asm] Add debug tracing in table-generated assembly matcher
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/MCTargetAsmParser.h | 6 +- lib/MC/MCParser/MCTargetAsmParser.cpp | 5 +- lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 3 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 3 +- lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 2 +- lib/Target/BPF/AsmParser/BPFAsmParser.cpp | 3 +- lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 11 ++- lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 6 +- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 2 +- lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 3 +- lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 3 +- lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 2 +- lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 2 +- lib/Target/X86/AsmParser/X86AsmParser.cpp | 3 +- utils/TableGen/AsmMatcherEmitter.cpp | 96 ++++++++++++++++++++++- 16 files changed, 122 insertions(+), 30 deletions(-)