Age | Commit message (Expand) | Author | Files | Lines |
2020-09-23 | vect: Fix epilogue loop handling of partial vectors | Richard Sandiford | 1 | -1/+2 |
2020-09-16 | remove STMT_VINFO_NUM_SLP_USES | Richard Biener | 1 | -5/+2 |
2020-09-11 | improve BB vectorization dump locations | Richard Biener | 1 | -1/+3 |
2020-09-10 | tree-optimization/96043 - BB vectorization costing improvement | Richard Biener | 1 | -1/+7 |
2020-09-07 | code generate live lanes in basic-block vectorization | Richard Biener | 1 | -1/+1 |
2020-09-04 | tree-optimization/96920 - another ICE when vectorizing nested cycles | Richard Biener | 1 | -5/+0 |
2020-08-26 | tree-optimization/96698 - fix ICE when vectorizing nested cycles | Richard Biener | 1 | -0/+5 |
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 | -0/+1 |
2020-07-19 | vect: Support length-based partial vectors approach | Kewen Lin | 1 | -3/+32 |
2020-07-09 | remove premature vect_verify_datarefs_alignment | Richard Biener | 1 | -3/+1 |
2020-07-03 | refactor SLP constant insertion and provde entry insert helper | Richard Biener | 1 | -0/+2 |
2020-06-29 | do not include <utility> from tree-vectorizer.h | Richard Biener | 1 | -1/+1 |
2020-06-29 | Use gsi_bb instead of iterator->bb. | Martin Liska | 1 | -1/+1 |
2020-06-26 | tree-optimization/95897 - fix fold-left SLP reduction insert place | Richard Biener | 1 | -1/+0 |
2020-06-24 | emit SLP vectorized loads earlier | Richard Biener | 1 | -0/+1 |
2020-06-18 | vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmts | Martin Liska | 1 | -0/+82 |
2020-06-18 | remove SLP_TREE_TWO_OPERATORS, add SLP permutation node | Richard Biener | 1 | -4/+9 |
2020-06-12 | vect: Factor out and rename some functions/macros | Kewen Lin | 1 | -9/+10 |
2020-06-11 | vect: Rename things related to rgroup_masks | Kewen Lin | 1 | -23/+25 |
2020-06-11 | vect: Rename fully_masked_p to using_partial_vectors_p | Kewen Lin | 1 | -3/+8 |
2020-06-11 | vect: Rename can_fully_mask_p to can_use_partial_vectors_p | Kewen Lin | 1 | -3/+6 |
2020-06-10 | Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple * | Richard Biener | 1 | -14/+12 |
2020-06-10 | Introduce STMT_VINFO_VEC_STMTS | Richard Biener | 1 | -12/+18 |
2020-06-04 | add vect_get_slp_vect_def | Richard Biener | 1 | -0/+1 |
2020-06-04 | Add explicit SLP_TREE_LANES | Richard Biener | 1 | -0/+3 |
2020-05-29 | tree-optimization/95272 - add SLP_TREE_REPRESENTATIVE | Richard Biener | 1 | -0/+4 |
2020-05-28 | Code generate externals/invariants during the SLP graph walk | Richard Biener | 1 | -0/+2 |
2020-05-22 | enfoce SLP_TREE_VECTYPE for invariants | Richard Biener | 1 | -0/+5 |
2020-05-22 | add ctor/dtor to slp_tree | Richard Biener | 1 | -0/+3 |
2020-05-19 | cost invariant nodes from vect_slp_analyze_node_operations SLP walk | Richard Biener | 1 | -0/+2 |
2020-05-13 | add vectype parameter to add_stmt_cost hook | Richard Biener | 1 | -6/+21 |
2020-05-13 | Remove SLP_INSTANCE_GROUP_SIZE | Richard Biener | 1 | -4/+4 |
2020-05-08 | move permutation validity check | Richard Biener | 1 | -1/+3 |
2020-05-06 | Prepare removal of SLP_INSTANCE_GROUP_SIZE | Richard Biener | 1 | -1/+1 |
2020-05-05 | add vec_info * parameters where needed | Richard Biener | 1 | -59/+64 |
2020-01-20 | tree-optimization/93094 pass down VECTORIZED_CALL to versioning | Richard Biener | 1 | -2/+2 |
2020-01-14 | hash-table.h: support non-zero empty values in empty_slow (v2) | David Malcolm | 1 | -0/+2 |
2020-01-10 | [vect] Add missing comment | Andre Vieira | 1 | -0/+4 |
2020-01-10 | [vect] Keep track of DR_OFFSET advance in dr_vec_info rather than data_reference | Andre Vieira | 1 | -1/+25 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-29 | Record the vector mask precision in stmt_vec_info | Richard Sandiford | 1 | -0/+26 |
2019-11-29 | Make vect_get_mask_type_for_stmt take a group size | Richard Sandiford | 1 | -2/+2 |
2019-11-16 | Optionally pick the cheapest loop_vec_info | Richard Sandiford | 1 | -0/+7 |
2019-11-16 | Extend can_duplicate_and_interleave_p to mixed-size vectors | Richard Sandiford | 1 | -2/+1 |
2019-11-16 | Apply maximum nunits for BB SLP | Richard Sandiford | 1 | -4/+5 |
2019-11-14 | Avoid retrying with the same vector modes | Richard Sandiford | 1 | -0/+5 |
2019-11-14 | Support vectorisation with mixed vector sizes | Richard Sandiford | 1 | -3/+5 |
2019-11-14 | Replace vec_info::vector_size with vec_info::vector_mode | Richard Sandiford | 1 | -3/+3 |
2019-11-14 | Add build_truth_vector_type_for_mode | Richard Sandiford | 1 | -5/+5 |