Age | Commit message (Expand) | Author | Files | Lines |
2020-12-13 | middle-end: Support complex Addition | Tamar Christina | 1 | -1/+83 |
2020-12-13 | middle-end: Refactor and expose some vectorizer helper functions. | Tamar Christina | 1 | -3/+10 |
2020-12-07 | tree-optimization/98113 - vectorize a sequence of BIT_INSERT_EXPRs | Richard Biener | 1 | -0/+12 |
2020-12-02 | tree-optimization/97630 - fix SLP cycle memory leak | Richard Biener | 1 | -3/+6 |
2020-11-16 | Delay SLP instance loads gathering | Richard Biener | 1 | -0/+1 |
2020-11-05 | middle-end: Store and use the SLP instance kind when aborting load/store lanes | Tamar Christina | 1 | -0/+13 |
2020-11-04 | add costing to SLP vectorized PHIs | Richard Biener | 1 | -1/+2 |
2020-10-29 | vect: Fix load costs for SLP permutes | Richard Sandiford | 1 | -1/+2 |
2020-10-27 | SLP vectorize across PHI nodes | Richard Biener | 1 | -0/+2 |
2020-10-27 | Move SLP nodes to an alloc-pool | Richard Biener | 1 | -0/+9 |
2020-10-13 | Remove STMT_VINFO_SAME_ALIGN_REFS | Richard Biener | 1 | -5/+0 |
2020-10-12 | optimize permutes in SLP, remove vect_attempt_slp_rearrange_stmts | Richard Biener | 1 | -0/+2 |
2020-10-08 | SLP vectorize multiple BBs at once | Richard Biener | 1 | -86/+7 |
2020-09-30 | middle-end: Refactor refcnt to use SLP_TREE_REF_COUNT for consistency | Tamar Christina | 1 | -0/+1 |
2020-09-29 | move permute optimization to optimize-slp | Richard Biener | 1 | -1/+0 |
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 |