This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8dae0dbde48 [obj2yaml] [COFF] Write RVA instead of VA for sections, fix [...] new 426ddc1933c [DAGCombiner] narrow truncated binops
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 22 ++ test/CodeGen/AMDGPU/cgp-bitfield-extract.ll | 4 +- test/CodeGen/X86/2008-09-11-CoalescerBug2.ll | 2 +- test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 2 +- test/CodeGen/X86/add-sub-nsw-nuw.ll | 2 +- test/CodeGen/X86/bool-math.ll | 6 +- test/CodeGen/X86/clear-lowbits.ll | 114 +++++---- test/CodeGen/X86/cmov.ll | 2 +- test/CodeGen/X86/extract-bits.ll | 250 ++++++++++---------- test/CodeGen/X86/extract-lowbits.ll | 216 +++++++++--------- test/CodeGen/X86/fshl.ll | 4 +- test/CodeGen/X86/fshr.ll | 6 +- test/CodeGen/X86/funnel-shift-rot.ll | 25 +- test/CodeGen/X86/funnel-shift.ll | 8 +- test/CodeGen/X86/pr32284.ll | 3 +- test/CodeGen/X86/pr37879.ll | 2 - test/CodeGen/X86/rot16.ll | 4 +- test/CodeGen/X86/rotate.ll | 18 +- test/CodeGen/X86/rotate4.ll | 36 +-- test/CodeGen/X86/schedule-x86-64-shld.ll | 12 +- test/CodeGen/X86/scheduler-backtracking.ll | 254 +++++++++++---------- test/CodeGen/X86/test-shrink.ll | 11 +- test/CodeGen/X86/xchg-nofold.ll | 2 +- 23 files changed, 512 insertions(+), 493 deletions(-)