This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 150fbb2f391 [X86] Preserve more liveness information in emitStackProbeInline new f8da0e7688c [X86] Add test cases that could use PMADDUBSW. new bc59a99d64a [X86] Add pattern matching for PMADDUBSW new b4a81ed64e5 Resubmit r338340 "[MS Demangler] Better demangling of templ [...]
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: lib/Demangle/MicrosoftDemangle.cpp | 132 +++++--- lib/Target/X86/X86ISelLowering.cpp | 143 +++++++++ test/CodeGen/X86/pmaddubsw.ll | 553 ++++++++++++++++++++++++++++++++ test/Demangle/ms-template-callback.test | 53 +++ 4 files changed, 836 insertions(+), 45 deletions(-) create mode 100644 test/CodeGen/X86/pmaddubsw.ll create mode 100644 test/Demangle/ms-template-callback.test