This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 74d8f37a649 [NFC] Fix trailing comma after function. new 0564fdd741d Revert r349731 "[CodeGen][ExpandMemcmp] Add an option for a [...] new 8d01ccedc85 [MSan] Don't emit __msan_instrument_asm_load() calls
The 2 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/Analysis/TargetTransformInfo.h | 8 +- lib/CodeGen/ExpandMemCmp.cpp | 233 +++++------ lib/Target/X86/X86TargetTransformInfo.cpp | 5 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 14 +- test/CodeGen/X86/memcmp-optsize.ll | 73 ++-- test/CodeGen/X86/memcmp.ll | 161 +++----- .../MemorySanitizer/msan_asm_conservative.ll | 6 - test/Transforms/ExpandMemCmp/X86/memcmp.ll | 424 +++++---------------- 8 files changed, 269 insertions(+), 655 deletions(-)