Age | Commit message (Expand) | Author | Files | Lines |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -4/+4 |
2020-08-26 | tree-optimization/96698 - fix ICE when vectorizing nested cycles | Richard Biener | 1 | -1/+34 |
2020-08-24 | SLP: support entire BB. | Martin Liska | 1 | -2/+3 |
2020-08-06 | vect/rs6000: Support vector with length cost modeling | Kewen Lin | 1 | -5/+83 |
2020-07-31 | vect: Don't consider branch costs if no peeled iterations | Kewen Lin | 1 | -7/+9 |
2020-07-27 | vect: Refactor peel_iters_{pro,epi}logue cost modeling | Kewen Lin | 1 | -125/+142 |
2020-07-19 | vect: Support length-based partial vectors approach | Kewen Lin | 1 | -6/+211 |
2020-07-09 | vect: Use adjusted niters by considering peeling prologue | Kewen Lin | 1 | -1/+7 |
2020-07-09 | remove premature vect_verify_datarefs_alignment | Richard Biener | 1 | -2/+0 |
2020-07-09 | vect/testsuite: Adjust dumping for fully masking decision | Kewen Lin | 1 | -3/+3 |
2020-06-26 | tree-optimization/95897 - fix fold-left SLP reduction insert place | Richard Biener | 1 | -2/+1 |
2020-06-15 | vect: Use LOOP_VINFO_DATAREFS and LOOP_VINFO_DDRS consistently | Fei Yang | 1 | -2/+2 |
2020-06-12 | vect: Factor out and rename some functions/macros | Kewen Lin | 1 | -44/+72 |
2020-06-11 | vect: Rename things related to rgroup_masks | Kewen Lin | 1 | -22/+22 |
2020-06-11 | vect: Rename fully_masked_p to using_partial_vectors_p | Kewen Lin | 1 | -15/+17 |
2020-06-11 | vect: Rename can_fully_mask_p to can_use_partial_vectors_p | Kewen Lin | 1 | -11/+13 |
2020-06-10 | avoid stmt-info allocation for debug stmts | Richard Biener | 1 | -1/+12 |
2020-06-10 | Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple * | Richard Biener | 1 | -66/+46 |
2020-06-10 | Introduce STMT_VINFO_VEC_STMTS | Richard Biener | 1 | -208/+111 |
2020-06-09 | Remove dead code | Richard Biener | 1 | -42/+0 |
2020-06-04 | add vect_get_slp_vect_def | Richard Biener | 1 | -1/+1 |
2020-06-04 | Add explicit SLP_TREE_LANES | Richard Biener | 1 | -7/+6 |
2020-06-04 | Simplify SLP code wrt SLP_TREE_DEF_TYPE | Richard Biener | 1 | -1/+7 |
2020-05-29 | tree-optimization/95272 - add SLP_TREE_REPRESENTATIVE | Richard Biener | 1 | -2/+6 |
2020-05-22 | enfoce SLP_TREE_VECTYPE for invariants | Richard Biener | 1 | -3/+30 |
2020-05-20 | tree-optimization/95219 - improve IV selection for induction | Richard Biener | 1 | -1/+13 |
2020-05-13 | add vectype parameter to add_stmt_cost hook | Richard Biener | 1 | -22/+24 |
2020-05-13 | Remove SLP_INSTANCE_GROUP_SIZE | Richard Biener | 1 | -1/+1 |
2020-05-12 | tree: Add vector_element_bits(_tree) [PR94980 1/3] | Richard Sandiford | 1 | -3/+1 |
2020-05-08 | move permutation validity check | Richard Biener | 1 | -0/+3 |
2020-05-05 | add vec_info * parameters where needed | Richard Biener | 1 | -98/+123 |
2020-04-20 | vect: Tweak vect_better_loop_vinfo_p handling of variable VFs | Richard Sandiford | 1 | -1/+30 |
2020-04-03 | Fix PR94443 with gsi_insert_seq_before [PR94443] | Kewen Lin | 1 | -2/+2 |
2020-04-01 | Fix PR94043 by making vect_live_op generate lc-phi | Kewen Lin | 1 | -6/+44 |
2020-03-17 | Fix up duplicated duplicated words mostly in comments | Jakub Jelinek | 1 | -1/+1 |
2020-01-28 | vect: Pattern-matched calls in reduction chains | Richard Sandiford | 1 | -3/+11 |
2020-01-20 | tree-optimization/93094 pass down VECTORIZED_CALL to versioning | Richard Biener | 1 | -2/+2 |
2020-01-16 | PR tree-optimization/92429 do not fold when updating epilogue statements | Andre Vieira | 1 | -1/+6 |
2020-01-15 | PR tree-optimization/93247 - ICE in get_load_store_type | Richard Sandiford | 1 | -1/+2 |
2020-01-10 | Use get_related_vectype_for_scalar_type for reduction indices | Richard Sandiford | 1 | -2/+3 |
2020-01-10 | Fix gather/scatter check when updating a vector epilogue loop | Richard Sandiford | 1 | -1/+1 |
2020-01-10 | [vect] Keep track of DR_OFFSET advance in dr_vec_info rather than data_reference | Andre Vieira | 1 | -11/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-27 | Add missing target check for fully-masked fold-left reductions | Richard Sandiford | 1 | -0/+12 |
2019-12-17 | Add pointer to PR92772 | Andrew Stubbs | 1 | -1/+4 |
2019-12-10 | Add missing conversion in vect_create_epilog_for_reduction | Richard Sandiford | 1 | -0/+2 |
2019-12-10 | Disallow EXTRACT_LAST_REDUCTION for reduction chains | Richard Sandiford | 1 | -2/+3 |
2019-12-05 | [Patch, GCC] Fix a condition post r278611 | Sudakshina Das | 1 | -1/+1 |
2019-12-02 | re PR tree-optimization/92742 (ICE in info_for_reduction, at tree-vect-loop.c... | Richard Biener | 1 | -1/+2 |
2019-11-29 | Fix DR_GROUP_GAP for strided accesses (PR 92677) | Richard Sandiford | 1 | -1/+4 |