This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e41979a9cea Fix a bug that prevents global variables from having a DW_O [...] new 7b0ac2c3d94 [X86] Make the STTNI flag intrinsics use the flags from pcm [...]
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: lib/Target/X86/X86ISelDAGToDAG.cpp | 169 ++++++++++++++- lib/Target/X86/X86ISelLowering.cpp | 148 +++---------- lib/Target/X86/X86ISelLowering.h | 9 +- lib/Target/X86/X86InstrFragmentsSIMD.td | 11 - lib/Target/X86/X86InstrInfo.cpp | 10 +- lib/Target/X86/X86InstrSSE.td | 85 +------- test/CodeGen/X86/{sse42.ll => sttni.ll} | 373 ++++++++++++++++++++++++++++++++ 7 files changed, 588 insertions(+), 217 deletions(-) rename test/CodeGen/X86/{sse42.ll => sttni.ll} (70%)