This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52bc9d91024 [APInt] Give the value union a name so we can remove assump [...] new 9226f723649 [X86][LWP] Add llvm support for LWP instructions (reapplied).
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 | 23 ++++++ lib/Support/Host.cpp | 1 + lib/Target/X86/X86.td | 6 ++ lib/Target/X86/X86ISelLowering.cpp | 14 ++++ lib/Target/X86/X86ISelLowering.h | 3 + lib/Target/X86/X86InstrInfo.td | 59 +++++++++++++++ lib/Target/X86/X86Schedule.td | 1 + lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 + test/CodeGen/X86/lwp-intrinsics-x86_64.ll | 49 ++++++++++++ test/CodeGen/X86/lwp-intrinsics.ll | 121 ++++++++++++++++++++++++++++++ test/MC/Disassembler/X86/x86-32.txt | 18 +++++ test/MC/Disassembler/X86/x86-64.txt | 24 ++++++ test/MC/X86/lwp-x86_64.s | 25 ++++++ test/MC/X86/lwp.s | 32 ++++++++ 15 files changed, 381 insertions(+) create mode 100644 test/CodeGen/X86/lwp-intrinsics-x86_64.ll create mode 100644 test/CodeGen/X86/lwp-intrinsics.ll create mode 100644 test/MC/X86/lwp-x86_64.s create mode 100644 test/MC/X86/lwp.s