This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7414b5dffdd dwarfdump: Delay parsing abbreviations until they're needed new 9488976a0f3 [Power9] Add missing Power9 instructions.
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: lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 9 + lib/Target/PowerPC/PPCInstr64Bit.td | 12 + lib/Target/PowerPC/PPCInstrFormats.td | 44 +++ lib/Target/PowerPC/PPCInstrInfo.td | 2 + lib/Target/PowerPC/p9-instrs.txt | 442 ------------------------ test/MC/Disassembler/PowerPC/ppc64-encoding.txt | 21 ++ test/MC/PowerPC/ppc64-encoding.s | 32 ++ 7 files changed, 120 insertions(+), 442 deletions(-) delete mode 100644 lib/Target/PowerPC/p9-instrs.txt