This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac3d934 Add checks to the MachOObjectFile() constructor to make sure [...] new a161bdd [tsan] Try harder to not instrument gcov counters new 664a3a9 Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setcc
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: lib/Target/X86/CMakeLists.txt | 1 + lib/Target/X86/X86.h | 3 + lib/Target/X86/X86FixupSetCC.cpp | 186 ++++++++++++++++++++ lib/Target/X86/X86TargetMachine.cpp | 3 +- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 4 +- test/CodeGen/X86/2008-08-17-UComiCodeGenBug.ll | 2 +- test/CodeGen/X86/2008-09-11-CoalescerBug2.ll | 2 +- test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 40 ++--- test/CodeGen/X86/avx-intrinsics-x86.ll | 192 ++++++++++++--------- test/CodeGen/X86/avx512-cmp.ll | 4 +- test/CodeGen/X86/avx512-intrinsics.ll | 2 +- test/CodeGen/X86/avx512-mask-op.ll | 2 +- test/CodeGen/X86/bmi.ll | 4 +- test/CodeGen/X86/cmov.ll | 4 +- test/CodeGen/X86/cmp.ll | 4 +- test/CodeGen/X86/cmpxchg-i1.ll | 6 +- test/CodeGen/X86/cmpxchg-i128-i1.ll | 4 +- test/CodeGen/X86/ctpop-combine.ll | 12 +- test/CodeGen/X86/fp128-cast.ll | 5 +- test/CodeGen/X86/fp128-compare.ll | 31 ++-- test/CodeGen/X86/mcinst-lowering.ll | 15 +- test/CodeGen/X86/return-ext.ll | 10 +- test/CodeGen/X86/setcc-narrowing.ll | 4 +- test/CodeGen/X86/setcc.ll | 2 +- test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 32 ++-- test/CodeGen/X86/sse-intrinsics-x86.ll | 32 ++-- test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 32 ++-- test/CodeGen/X86/sse2-intrinsics-x86.ll | 32 ++-- test/CodeGen/X86/sse41-intrinsics-fast-isel.ll | 16 +- test/CodeGen/X86/sse41-intrinsics-x86.ll | 8 +- test/CodeGen/X86/sse41.ll | 8 +- test/CodeGen/X86/sse42-intrinsics-fast-isel.ll | 72 +++++--- test/CodeGen/X86/sse42-intrinsics-x86.ll | 44 +++-- .../do-not-instrument-memory-access.ll | 5 + 34 files changed, 533 insertions(+), 290 deletions(-) create mode 100644 lib/Target/X86/X86FixupSetCC.cpp