This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f313ca4 [AVR] Remove the 'AVRConfig.h' header new 9c1a0c9 [VectorUtils] Fix nasty use-after-free new 2dc6371 Don't pass a Reloc::Model to MC. new 1db659e Add new flag and intrinsic support for MWAITX and MONITORX in [...]
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 | 11 ++++++ include/llvm/MC/MCObjectFileInfo.h | 8 ++--- lib/MC/MCObjectFileInfo.cpp | 40 ++++++++++++---------- lib/Object/IRObjectFile.cpp | 2 +- lib/Support/Host.cpp | 2 ++ lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 3 +- .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 2 +- lib/Target/Mips/MipsAsmPrinter.cpp | 2 +- lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 5 ++- lib/Target/TargetLoweringObjectFile.cpp | 3 +- lib/Target/X86/X86.td | 5 ++- lib/Target/X86/X86ISelLowering.cpp | 9 +++-- lib/Target/X86/X86InstrInfo.td | 35 +++++++++++++------ lib/Target/X86/X86InstrSSE.td | 1 + lib/Target/X86/X86Schedule.td | 2 ++ lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 +++ lib/Transforms/Vectorize/LoopVectorize.cpp | 4 ++- test/CodeGen/X86/mwaitx.ll | 38 ++++++++++++++++++++ test/MC/Disassembler/X86/simple-tests.txt | 6 ++++ test/MC/Disassembler/X86/x86-32.txt | 6 ++++ test/MC/Mips/cprestore-noreorder-noat.s | 10 +++--- test/MC/Mips/cprestore-noreorder.s | 12 +++---- test/MC/Mips/cprestore-reorder.s | 12 +++---- test/MC/Mips/cprestore-warning-unused.s | 2 +- test/MC/Mips/init-order-bug.ll | 2 +- test/MC/Sparc/sparc-pic.s | 4 +-- tools/dsymutil/DwarfLinker.cpp | 3 +- tools/llvm-dwp/llvm-dwp.cpp | 2 +- tools/llvm-mc/llvm-mc.cpp | 18 ++-------- 30 files changed, 167 insertions(+), 87 deletions(-) create mode 100644 test/CodeGen/X86/mwaitx.ll