This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26efd16b306 CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option new 0766da9258b [X86][LWP] Add llvm support for LWP instructions. new 7812bede765 [Hexagon] Reset spill alignment when variable-sized objects [...] new 2f1d0158240 [Hexagon] Add memory operands to a rewritten load
The 3 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 | 2991 +++++++++++++++-------------- lib/Target/Hexagon/HexagonInstrInfo.cpp | 35 +- 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 | 1325 ++++++------- 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 + 16 files changed, 2571 insertions(+), 2159 deletions(-) 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