This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9b84009665e [ARM][Asm] Debug trace for the processInstruction loop new 9639b465201 [ARM][MC] Move information about variadic register defs int [...] new 2a12d85a04d [llvm-dwarfdump] - Stop printing the bogus empty section na [...] new 60496740870 [RISCV] Fix test/MC/Disassembler/RISCV/invalid-instruction. [...]
The 3 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/MCInstrDesc.h | 8 +- include/llvm/Target/Target.td | 1 + lib/DebugInfo/DWARF/DWARFDebugRnglists.cpp | 4 +- lib/MC/MCInstrDesc.cpp | 14 +- lib/Target/ARM/ARMInstrInfo.td | 2 +- lib/Target/ARM/ARMInstrThumb.td | 5 +- lib/Target/ARM/ARMInstrThumb2.td | 2 +- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 26 +-- test/MC/Disassembler/RISCV/invalid-instruction.txt | 4 - test/tools/llvm-dwarfdump/X86/no_debug_addr.s | 197 +++++++++++++++++++++ utils/TableGen/CodeGenInstruction.cpp | 1 + utils/TableGen/CodeGenInstruction.h | 1 + utils/TableGen/InstrDocsEmitter.cpp | 1 + utils/TableGen/InstrInfoEmitter.cpp | 1 + 14 files changed, 222 insertions(+), 45 deletions(-) create mode 100644 test/tools/llvm-dwarfdump/X86/no_debug_addr.s