Age | Commit message (Expand) | Author | Files | Lines |
2019-11-22 | Move EXTRACT_LAST_REDUCTION costing to vectorizable_condition | Richard Sandiford | 1 | -2/+5 |
2019-11-19 | re PR tree-optimization/92581 (condition chains vectorized wrongly) | Richard Biener | 1 | -26/+32 |
2019-11-19 | re PR tree-optimization/92554 (ICE in vect_create_epilog_for_reduction, at tr... | Richard Biener | 1 | -11/+21 |
2019-11-19 | re PR tree-optimization/92555 (ICE in exact_div, at poly-int.h:2162) | Richard Biener | 1 | -0/+12 |
2019-11-18 | re PR tree-optimization/92558 (Miscompare of 554.roms_r with -Ofast -march=zn... | Richard Biener | 1 | -0/+1 |
2019-11-16 | Optionally pick the cheapest loop_vec_info | Richard Sandiford | 1 | -7/+141 |
2019-11-16 | Extend can_duplicate_and_interleave_p to mixed-size vectors | Richard Sandiford | 1 | -2/+1 |
2019-11-15 | re PR tree-optimization/92512 (ICE in gimple_op, at gimple.h:2436) | Richard Biener | 1 | -4/+17 |
2019-11-15 | re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn.... | Richard Biener | 1 | -30/+38 |
2019-11-14 | Avoid retrying with the same vector modes | Richard Sandiford | 1 | -0/+13 |
2019-11-14 | Support vectorisation with mixed vector sizes | Richard Sandiford | 1 | -14/+40 |
2019-11-14 | Replace vec_info::vector_size with vec_info::vector_mode | Richard Sandiford | 1 | -19/+13 |
2019-11-14 | Replace autovectorize_vector_sizes with autovectorize_vector_modes | Richard Sandiford | 1 | -18/+15 |
2019-11-14 | Remove build_{same_sized_,}truth_vector_type | Richard Sandiford | 1 | -5/+4 |
2019-11-14 | Add build_truth_vector_type_for_mode | Richard Sandiford | 1 | -8/+10 |
2019-11-13 | Account for the cost of generating loop masks | Richard Sandiford | 1 | -0/+26 |
2019-11-13 | Avoid accounting for non-existent vector loop versioning | Richard Sandiford | 1 | -9/+25 |
2019-11-13 | Don't assign a cost to vectorizable_assignment | Richard Sandiford | 1 | -1/+3 |
2019-11-13 | re PR target/92473 (test pr92324-2.c fails on arm and aarch64) | Richard Biener | 1 | -24/+6 |
2019-11-12 | re PR tree-optimization/92461 (ICE: verify_ssa failed (error: excess use oper... | Richard Biener | 1 | -2/+5 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -3/+3 |
2019-11-12 | re PR tree-optimization/92347 (ICE in vect_get_vec_def_for_operand_1, at tree... | Andre Vieira | 1 | -1/+0 |
2019-11-08 | Use correct vector type in neutral_op_for_slp_reduction | Richard Sandiford | 1 | -13/+16 |
2019-11-08 | [vect] Disable vectorization of epilogues for loops with SIMDUID set | Andre Vieira | 1 | -2/+6 |
2019-11-08 | re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn.... | Richard Biener | 1 | -85/+94 |
2019-11-07 | re PR tree-optimization/92405 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Richard Biener | 1 | -0/+12 |
2019-11-06 | Don't vectorise single-iteration epilogues | Richard Sandiford | 1 | -0/+1 |
2019-11-06 | tree-vect-loop.c (vectorizable_reduction): Remember reduction PHI. | Richard Biener | 1 | -16/+8 |
2019-11-06 | Check the VF is small enough for an epilogue loop | Richard Sandiford | 1 | -0/+10 |
2019-11-06 | Restructure vect_analyze_loop | Richard Sandiford | 1 | -69/+68 |
2019-11-05 | re PR tree-optimization/92371 (ICE in info_for_reduction, at tree-vect-loop.c... | Richard Biener | 1 | -7/+8 |
2019-11-05 | re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn.... | Richard Biener | 1 | -1/+12 |
2019-11-04 | [vect] Clean up orig_loop_vinfo from vect_analyze_loop | Andre Vieira | 1 | -7/+3 |
2019-11-04 | re PR tree-optimization/92345 (ICE in vec<_stmt_vec_info*, va_heap, vl_embed>... | Richard Biener | 1 | -5/+8 |
2019-10-30 | re PR tree-optimization/65930 (Reduction with sign-change not handled) | Richard Biener | 1 | -4/+11 |
2019-10-29 | [vect]PR 88915: Vectorize epilogues when versioning loops | Andre Vieira | 1 | -60/+272 |
2019-10-29 | re PR tree-optimization/65930 (Reduction with sign-change not handled) | Richard Biener | 1 | -17/+38 |
2019-10-28 | re PR tree-optimization/92241 (ice in vect_mark_pattern_st mts, at tree-vect-... | Richard Biener | 1 | -5/+14 |
2019-10-28 | tree-vect-loop.c (vect_create_epilog_for_reduction): Use STMT_VINFO_REDUC_IDX... | Richard Biener | 1 | -36/+17 |
2019-10-25 | Fix reductions for fully-masked loops | Richard Sandiford | 1 | -30/+21 |
2019-10-25 | tree-vect-loop.c (vectorizable_reduction): Verify STMT_VINFO_REDUC_IDX on the... | Richard Biener | 1 | -1/+13 |
2019-10-24 | re PR tree-optimization/92205 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Richard Biener | 1 | -4/+6 |
2019-10-23 | re PR tree-optimization/65930 (Reduction with sign-change not handled) | Richard Biener | 1 | -14/+5 |
2019-10-22 | re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81) | Richard Biener | 1 | -24/+30 |
2019-10-22 | Fix use after free in vector_size change | Richard Sandiford | 1 | -8/+8 |
2019-10-21 | re PR tree-optimization/92162 (ICE in vect_create_epilog_for_reduction, at tr... | Richard Biener | 1 | -2/+2 |
2019-10-21 | tree-vectorizer.h (_slp_tree::ops): New member. | Richard Biener | 1 | -13/+2 |
2019-10-21 | re PR tree-optimization/92161 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Richard Biener | 1 | -0/+11 |
2019-10-21 | Replace current_vector_size with vec_info::vector_size | Richard Sandiford | 1 | -17/+15 |