Age | Commit message (Expand) | Author | Files | Lines |
2019-11-14 | Consider building nodes from scalars in vect_slp_analyze_node_operations | Richard Sandiford | 1 | -0/+58 |
2019-11-14 | Avoid retrying with the same vector modes | Richard Sandiford | 1 | -0/+12 |
2019-11-14 | Support vectorisation with mixed vector sizes | Richard Sandiford | 1 | -4/+29 |
2019-11-14 | Replace vec_info::vector_size with vec_info::vector_mode | Richard Sandiford | 1 | -10/+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 | -2/+1 |
2019-11-13 | Don't assign a cost to vectorizable_assignment | Richard Sandiford | 1 | -0/+2 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 1 | -1/+0 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 1 | -1/+1 |
2019-11-04 | SLP: Initialize variable to fix bootstrap after r277784. | Tamar Christina | 1 | -1/+4 |
2019-11-04 | [SLP] SLP vectorization: vectorize vector constructors | Joel Hutton | 1 | -2/+122 |
2019-10-30 | re PR tree-optimization/65930 (Reduction with sign-change not handled) | Richard Biener | 1 | -1/+37 |
2019-10-29 | re PR tree-optimization/92260 (ICE in exact_div, at poly-int.h:2162) | Richard Biener | 1 | -4/+13 |
2019-10-28 | re PR tree-optimization/92252 (ICE: Segmentation fault (in vect_stmt_to_vecto... | Richard Biener | 1 | -0/+4 |
2019-10-25 | re PR tree-optimization/92222 (ice in useless_type_conversion_p, at gimple-ex... | Richard Biener | 1 | -12/+8 |
2019-10-25 | tree-vect-slp.c (vect_get_and_check_slp_defs): Only fail swapping if we actua... | Richard Biener | 1 | -33/+11 |
2019-10-24 | tree-vect-slp.c (vect_get_and_check_slp_defs): For reduction chains try harde... | Richard Biener | 1 | -13/+38 |
2019-10-24 | tree-vect-slp.c (vect_analyze_slp): When reduction group SLP discovery fails ... | Richard Biener | 1 | -0/+4 |
2019-10-23 | tree-vect-slp.c (vect_build_slp_tree_2): Do not build op from scalars in case... | Richard Biener | 1 | -2/+2 |
2019-10-22 | re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81) | Richard Biener | 1 | -6/+22 |
2019-10-22 | Fix use after free in vector_size change | Richard Sandiford | 1 | -1/+1 |
2019-10-21 | tree-vectorizer.h (_slp_tree::ops): New member. | Richard Biener | 1 | -225/+154 |
2019-10-21 | Replace current_vector_size with vec_info::vector_size | Richard Sandiford | 1 | -11/+13 |
2019-10-21 | Pass a vec_info to can_duplicate_and_interleave_p | Richard Sandiford | 1 | -4/+5 |
2019-10-21 | Pass a vec_info to duplicate_and_interleave | Richard Sandiford | 1 | -4/+5 |
2019-10-21 | Pass a vec_info to get_vectype_for_scalar_type | Richard Sandiford | 1 | -3/+4 |
2019-10-20 | Move code out of vect_slp_analyze_bb_1 | Richard Sandiford | 1 | -62/+35 |
2019-10-20 | Avoid recomputing data references in BB SLP | Richard Sandiford | 1 | -64/+72 |
2019-10-08 | tree-vectorizer.h (_stmt_vec_info::v_reduc_type): Remove. | Richard Biener | 1 | -11/+0 |
2019-08-29 | re PR tree-optimization/91568 (internal compiler error: in vect_schedule_slp_... | Richard Biener | 1 | -5/+15 |
2019-07-31 | re PR tree-optimization/91293 (Wrong code with -O3 -mavx2) | Richard Biener | 1 | -0/+3 |
2019-07-17 | re PR tree-optimization/91181 (Failing as_as type conversion in vect_build_sl... | Richard Biener | 1 | -1/+1 |
2019-07-12 | re PR tree-optimization/91145 (ICE: in vect_build_slp_tree_2, at tree-vect-sl... | Richard Biener | 1 | -1/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+1 |
2019-07-03 | re PR tree-optimization/91033 (ICE in vect_analyze_loop, at tree-vect-loop.c:... | Jakub Jelinek | 1 | -1/+1 |
2019-06-03 | Fix ICE in vect_slp_analyze_node_operations_1 | Alejandro Martinez | 1 | -9/+16 |
2019-05-28 | Current vectoriser doesn't support masked loads for SLP. | Alejandro Martinez | 1 | -6/+23 |
2019-05-20 | cfgloop.h (struct loop): Add simdlen member. | Jakub Jelinek | 1 | -1/+1 |
2019-05-13 | tree-vect-slp.c (vect_get_and_check_slp_defs): Handle VIEW_CONVERT_EXPR. | Richard Biener | 1 | -1/+4 |
2019-05-07 | tree-vect-slp.c (vect_build_slp_tree_2): Bump size whenever we build a SLP node. | Richard Biener | 1 | -27/+15 |
2019-01-21 | re PR tree-optimization/88934 (ICE: verify_gimple failed (Error: mismatching ... | Richard Biener | 1 | -11/+5 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-27 | Fix missing dump_impl_location_t values, using a new dump_metadata_t | David Malcolm | 1 | -3/+5 |
2018-11-26 | re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 1 | -0/+2 |
2018-11-23 | re PR tree-optimization/88149 (ICE in vect_transform_stmt since r265959) | Richard Biener | 1 | -8/+32 |
2018-11-13 | Ensure that dump calls are guarded with dump_enabled_p | David Malcolm | 1 | -35/+49 |
2018-11-06 | tree-vect-slp.c (vect_slp_bb): Move opening of vect_slp_analyze_bb dump-scope... | Richard Biener | 1 | -2/+2 |
2018-10-30 | re PR tree-optimization/87800 (CPU2006 416.gamess failed to build with LTO) | Richard Biener | 1 | -1/+5 |
2018-10-29 | re PR tree-optimization/87785 (ICE in dr_misalignment, at tree-vectorizer.h:1... | Richard Biener | 1 | -1/+2 |
2018-10-29 | re PR tree-optimization/87790 (ICE in vect_get_vec_def_for_operand_1, at tree... | Richard Biener | 1 | -21/+18 |