aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-10Add missing conversion in vect_create_epilog_for_reductionRichard Sandiford1-0/+2
2019-12-10Disallow EXTRACT_LAST_REDUCTION for reduction chainsRichard Sandiford1-2/+3
2019-12-05[Patch, GCC] Fix a condition post r278611Sudakshina Das1-1/+1
2019-12-02re PR tree-optimization/92742 (ICE in info_for_reduction, at tree-vect-loop.c...Richard Biener1-1/+2
2019-11-29Fix DR_GROUP_GAP for strided accesses (PR 92677)Richard Sandiford1-1/+4
2019-11-29Don't defer choice of vector type for bools (PR 92596)Richard Sandiford1-30/+8
2019-11-22Move EXTRACT_LAST_REDUCTION costing to vectorizable_conditionRichard Sandiford1-2/+5
2019-11-19re PR tree-optimization/92581 (condition chains vectorized wrongly)Richard Biener1-26/+32
2019-11-19re PR tree-optimization/92554 (ICE in vect_create_epilog_for_reduction, at tr...Richard Biener1-11/+21
2019-11-19re PR tree-optimization/92555 (ICE in exact_div, at poly-int.h:2162)Richard Biener1-0/+12
2019-11-18re PR tree-optimization/92558 (Miscompare of 554.roms_r with -Ofast -march=zn...Richard Biener1-0/+1
2019-11-16Optionally pick the cheapest loop_vec_infoRichard Sandiford1-7/+141
2019-11-16Extend can_duplicate_and_interleave_p to mixed-size vectorsRichard Sandiford1-2/+1
2019-11-15re PR tree-optimization/92512 (ICE in gimple_op, at gimple.h:2436)Richard Biener1-4/+17
2019-11-15re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener1-30/+38
2019-11-14Avoid retrying with the same vector modesRichard Sandiford1-0/+13
2019-11-14Support vectorisation with mixed vector sizesRichard Sandiford1-14/+40
2019-11-14Replace vec_info::vector_size with vec_info::vector_modeRichard Sandiford1-19/+13
2019-11-14Replace autovectorize_vector_sizes with autovectorize_vector_modesRichard Sandiford1-18/+15
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford1-5/+4
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford1-8/+10
2019-11-13Account for the cost of generating loop masksRichard Sandiford1-0/+26
2019-11-13Avoid accounting for non-existent vector loop versioningRichard Sandiford1-9/+25
2019-11-13Don't assign a cost to vectorizable_assignmentRichard Sandiford1-1/+3
2019-11-13re PR target/92473 (test pr92324-2.c fails on arm and aarch64)Richard Biener1-24/+6
2019-11-12re PR tree-optimization/92461 (ICE: verify_ssa failed (error: excess use oper...Richard Biener1-2/+5
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-3/+3
2019-11-12re PR tree-optimization/92347 (ICE in vect_get_vec_def_for_operand_1, at tree...Andre Vieira1-1/+0
2019-11-08Use correct vector type in neutral_op_for_slp_reductionRichard Sandiford1-13/+16
2019-11-08[vect] Disable vectorization of epilogues for loops with SIMDUID setAndre Vieira1-2/+6
2019-11-08re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener1-85/+94
2019-11-07re PR tree-optimization/92405 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Richard Biener1-0/+12
2019-11-06Don't vectorise single-iteration epiloguesRichard Sandiford1-0/+1
2019-11-06tree-vect-loop.c (vectorizable_reduction): Remember reduction PHI.Richard Biener1-16/+8
2019-11-06Check the VF is small enough for an epilogue loopRichard Sandiford1-0/+10
2019-11-06Restructure vect_analyze_loopRichard Sandiford1-69/+68
2019-11-05re PR tree-optimization/92371 (ICE in info_for_reduction, at tree-vect-loop.c...Richard Biener1-7/+8
2019-11-05re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener1-1/+12
2019-11-04[vect] Clean up orig_loop_vinfo from vect_analyze_loopAndre Vieira1-7/+3
2019-11-04re PR tree-optimization/92345 (ICE in vec<_stmt_vec_info*, va_heap, vl_embed>...Richard Biener1-5/+8
2019-10-30re PR tree-optimization/65930 (Reduction with sign-change not handled)Richard Biener1-4/+11
2019-10-29[vect]PR 88915: Vectorize epilogues when versioning loopsAndre Vieira1-60/+272
2019-10-29re PR tree-optimization/65930 (Reduction with sign-change not handled)Richard Biener1-17/+38
2019-10-28re PR tree-optimization/92241 (ice in vect_mark_pattern_st mts, at tree-vect-...Richard Biener1-5/+14
2019-10-28tree-vect-loop.c (vect_create_epilog_for_reduction): Use STMT_VINFO_REDUC_IDX...Richard Biener1-36/+17
2019-10-25Fix reductions for fully-masked loopsRichard Sandiford1-30/+21
2019-10-25tree-vect-loop.c (vectorizable_reduction): Verify STMT_VINFO_REDUC_IDX on the...Richard Biener1-1/+13
2019-10-24re PR tree-optimization/92205 (ICE in vect_get_vec_def_for_stmt_copy, at tree...Richard Biener1-4/+6
2019-10-23re PR tree-optimization/65930 (Reduction with sign-change not handled)Richard Biener1-14/+5