This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86453b7a397 [CMake] Set LLVM_PATH in the runtimes build new e2cb0b774cf [X86] Add ENQCMD 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 | 10 +++++ lib/Support/Host.cpp | 1 + lib/Target/X86/X86.td | 2 + lib/Target/X86/X86ISelDAGToDAG.cpp | 2 + lib/Target/X86/X86ISelLowering.cpp | 23 ++++++++++ lib/Target/X86/X86ISelLowering.h | 3 ++ lib/Target/X86/X86InstrInfo.td | 40 ++++++++++++++++++ lib/Target/X86/X86Subtarget.h | 4 ++ test/CodeGen/X86/enqcmd-intrinsics.ll | 57 +++++++++++++++++++++++++ test/MC/Disassembler/X86/x86-16.txt | 30 +++++++++++++ test/MC/Disassembler/X86/x86-32.txt | 42 ++++++++++++++++++ test/MC/Disassembler/X86/x86-64.txt | 60 ++++++++++++++++++++++++++ test/MC/X86/x86-16.s | 40 ++++++++++++++++++ test/MC/X86/x86-32-coverage.s | 56 ++++++++++++++++++++++++ test/MC/X86/x86-64.s | 80 +++++++++++++++++++++++++++++++++++ 15 files changed, 450 insertions(+) create mode 100644 test/CodeGen/X86/enqcmd-intrinsics.ll