This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3707b846d4 [X86][AVX] Add X86ISD::VTRUNC handling to SimplifyDemandedV [...] new 154874adc53 [DAGCombiner] If a TokenFactor would be merged into its use [...]
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 | 6 + test/CodeGen/AArch64/aarch64_win64cc_vararg.ll | 8 +- test/CodeGen/AArch64/addr-of-ret-addr.ll | 2 +- test/CodeGen/AArch64/alloca.ll | 14 +- test/CodeGen/AArch64/arm64-memcpy-inline.ll | 16 +- test/CodeGen/AArch64/arm64-variadic-aapcs.ll | 27 +-- test/CodeGen/AArch64/win64_vararg.ll | 32 +-- test/CodeGen/AMDGPU/call-argument-types.ll | 2 +- test/CodeGen/ARM/2012-10-04-AAPCS-byval-align8.ll | 4 +- test/CodeGen/ARM/2012-10-04-FixedFrame-vs-byval.ll | 4 +- .../ARM/2014-02-21-byval-reg-split-alignment.ll | 8 +- test/CodeGen/ARM/memset-inline.ll | 12 +- test/CodeGen/ARM/thumb1_return_sequence.ll | 4 +- test/CodeGen/ARM/unaligned_load_store.ll | 16 +- test/CodeGen/AVR/calling-conv/c/basic.ll | 32 +-- test/CodeGen/AVR/directmem.ll | 24 +-- test/CodeGen/BPF/undef.ll | 28 +-- test/CodeGen/MSP430/cc_args.ll | 8 +- test/CodeGen/Mips/v2i16tof32.ll | 22 +- test/CodeGen/PowerPC/f128-aggregates.ll | 86 ++++---- test/CodeGen/PowerPC/ppc64-byval-align.ll | 2 +- test/CodeGen/Thumb/frame-access.ll | 6 +- test/CodeGen/Thumb/mvn.ll | 12 +- test/CodeGen/X86/aligned-variadic.ll | 2 +- test/CodeGen/X86/atomic-idempotent.ll | 6 +- test/CodeGen/X86/avx-load-store.ll | 4 +- test/CodeGen/X86/btc_bts_btr.ll | 6 +- test/CodeGen/X86/combine-sbb.ll | 2 +- test/CodeGen/X86/constant-combines.ll | 2 +- test/CodeGen/X86/min-legal-vector-width.ll | 38 ++-- test/CodeGen/X86/musttail-varargs.ll | 20 +- test/CodeGen/X86/musttail.ll | 8 +- test/CodeGen/X86/nosse-vector.ll | 8 +- test/CodeGen/X86/oddshuffles.ll | 238 ++++++++++----------- test/CodeGen/X86/pr40631_deadstore_elision.ll | 3 +- test/CodeGen/X86/rotate.ll | 2 +- test/CodeGen/X86/rotate4.ll | 24 +-- test/CodeGen/X86/sadd_sat_vec.ll | 4 +- test/CodeGen/X86/shift-and.ll | 2 +- test/CodeGen/X86/shrink_vmul-widen.ll | 64 +++--- test/CodeGen/X86/shrink_vmul.ll | 64 +++--- test/CodeGen/X86/ssub_sat_vec.ll | 4 +- test/CodeGen/X86/uadd_sat_vec.ll | 4 +- test/CodeGen/X86/usub_sat_vec.ll | 4 +- test/CodeGen/X86/vastart-defs-eflags.ll | 8 +- test/CodeGen/X86/vec_fpext.ll | 32 +-- test/CodeGen/X86/widen_cast-2.ll | 4 +- test/CodeGen/X86/widen_load-2.ll | 40 ++-- test/CodeGen/X86/win64_frame.ll | 4 +- test/CodeGen/X86/win64_vararg.ll | 6 +- test/CodeGen/X86/x86-64-ms_abi-vararg.ll | 10 +- test/CodeGen/XCore/byVal.ll | 4 +- 52 files changed, 498 insertions(+), 494 deletions(-)