This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dd0dfea28b2 [PM/LoopUnswitch] Remove the last manual domtree update cod [...] new 03a7ebed885 [X86] movdiri and movdir64b 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: include/llvm/IR/IntrinsicsX86.td | 12 +++++++ lib/Support/Host.cpp | 2 ++ .../X86/Disassembler/X86DisassemblerDecoder.cpp | 6 ++-- lib/Target/X86/X86.td | 8 +++++ lib/Target/X86/X86InstrInfo.td | 33 +++++++++++++++++ lib/Target/X86/X86Subtarget.cpp | 2 ++ lib/Target/X86/X86Subtarget.h | 8 +++++ test/CodeGen/X86/movdir-intrinsic-x86.ll | 41 ++++++++++++++++++++++ test/CodeGen/X86/movdir-intrinsic-x86_64.ll | 14 ++++++++ test/MC/Disassembler/X86/x86-16.txt | 6 ++++ test/MC/Disassembler/X86/x86-32.txt | 12 +++++++ test/MC/Disassembler/X86/x86-64.txt | 9 +++++ test/MC/X86/x86-16.s | 8 +++++ test/MC/X86/x86-32-coverage.s | 24 +++++++++++++ test/MC/X86/x86-64.s | 24 +++++++++++++ utils/TableGen/X86RecognizableInstr.cpp | 4 +++ 16 files changed, 211 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/X86/movdir-intrinsic-x86.ll create mode 100644 test/CodeGen/X86/movdir-intrinsic-x86_64.ll