This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c84795ff0de [AMDGPU] Prepare for introduction of v3 and v5 MVTs new 826addddb1a [X86] Remove the _alt forms of XOP VPCOM instructions. Use [...] new 799ecd6eba4 [X86] Remove the _alt forms of AVX512 VPCMP instructions. U [...]
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: .../llvm/Support/X86DisassemblerDecoderCommon.h | 1 - lib/Target/X86/AsmParser/X86AsmParser.cpp | 72 ++++++---- lib/Target/X86/Disassembler/X86Disassembler.cpp | 145 ------------------- lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 154 ++++++++++++++++++++- lib/Target/X86/InstPrinter/X86ATTInstPrinter.h | 1 + .../X86/InstPrinter/X86InstPrinterCommon.cpp | 125 +++++++++++++++-- lib/Target/X86/InstPrinter/X86InstPrinterCommon.h | 3 +- lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 151 +++++++++++++++++++- lib/Target/X86/InstPrinter/X86IntelInstPrinter.h | 1 + lib/Target/X86/X86InstrAVX512.td | 95 +++---------- lib/Target/X86/X86InstrInfo.td | 10 -- lib/Target/X86/X86InstrXOP.td | 26 +--- test/MC/X86/avx512-encodings.s | 4 +- test/tools/llvm-mca/X86/BdVer2/resources-xop.s | 64 ++++----- test/tools/llvm-mca/X86/Generic/resources-xop.s | 64 ++++----- utils/TableGen/X86RecognizableInstr.cpp | 4 - 16 files changed, 560 insertions(+), 360 deletions(-)