summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)Author
2020-10-29vect: Fix load costs for SLP permutesRichard Sandiford
2020-10-27SLP vectorize across PHI nodesRichard Biener
2020-10-27Move SLP nodes to an alloc-poolRichard Biener
2020-10-13Remove STMT_VINFO_SAME_ALIGN_REFSRichard Biener
2020-10-12optimize permutes in SLP, remove vect_attempt_slp_rearrange_stmtsRichard Biener
2020-10-08SLP vectorize multiple BBs at onceRichard Biener
2020-09-30middle-end: Refactor refcnt to use SLP_TREE_REF_COUNT for consistencyTamar Christina
2020-09-29move permute optimization to optimize-slpRichard Biener
2020-09-23vect: Fix epilogue loop handling of partial vectorsRichard Sandiford
2020-09-16remove STMT_VINFO_NUM_SLP_USESRichard Biener
2020-09-11improve BB vectorization dump locationsRichard Biener
2020-09-10tree-optimization/96043 - BB vectorization costing improvementRichard Biener
2020-09-07code generate live lanes in basic-block vectorizationRichard Biener
2020-09-04tree-optimization/96920 - another ICE when vectorizing nested cyclesRichard Biener
2020-08-26tree-optimization/96698 - fix ICE when vectorizing nested cyclesRichard Biener
2020-08-24SLP: support entire BB.Martin Liska
2020-08-06vect/rs6000: Support vector with length cost modelingKewen Lin
2020-07-19vect: Support length-based partial vectors approachKewen Lin
2020-07-09remove premature vect_verify_datarefs_alignmentRichard Biener
2020-07-03refactor SLP constant insertion and provde entry insert helperRichard Biener
2020-06-29do not include <utility> from tree-vectorizer.hRichard Biener
2020-06-29Use gsi_bb instead of iterator->bb.Martin Liska
2020-06-26tree-optimization/95897 - fix fold-left SLP reduction insert placeRichard Biener
2020-06-24emit SLP vectorized loads earlierRichard Biener
2020-06-18vectorizer: add _bb_vec_info::region_stmts and reverse_region_stmtsMartin Liska
2020-06-18remove SLP_TREE_TWO_OPERATORS, add SLP permutation nodeRichard Biener
2020-06-12vect: Factor out and rename some functions/macrosKewen Lin
2020-06-11vect: Rename things related to rgroup_masksKewen Lin
2020-06-11vect: Rename fully_masked_p to using_partial_vectors_pKewen Lin
2020-06-11vect: Rename can_fully_mask_p to can_use_partial_vectors_pKewen Lin
2020-06-10Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *Richard Biener
2020-06-10Introduce STMT_VINFO_VEC_STMTSRichard Biener
2020-06-04add vect_get_slp_vect_defRichard Biener
2020-06-04Add explicit SLP_TREE_LANESRichard Biener
2020-05-29tree-optimization/95272 - add SLP_TREE_REPRESENTATIVERichard Biener
2020-05-28Code generate externals/invariants during the SLP graph walkRichard Biener
2020-05-22enfoce SLP_TREE_VECTYPE for invariantsRichard Biener
2020-05-22add ctor/dtor to slp_treeRichard Biener
2020-05-19cost invariant nodes from vect_slp_analyze_node_operations SLP walkRichard Biener
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener
2020-05-13Remove SLP_INSTANCE_GROUP_SIZERichard Biener
2020-05-08move permutation validity checkRichard Biener
2020-05-06Prepare removal of SLP_INSTANCE_GROUP_SIZERichard Biener
2020-05-05add vec_info * parameters where neededRichard Biener
2020-01-20tree-optimization/93094 pass down VECTORIZED_CALL to versioningRichard Biener
2020-01-14hash-table.h: support non-zero empty values in empty_slow (v2)David Malcolm
2020-01-10[vect] Add missing commentAndre Vieira
2020-01-10[vect] Keep track of DR_OFFSET advance in dr_vec_info rather than data_referenceAndre Vieira
2020-01-01Update copyright years.Jakub Jelinek
2019-11-29Record the vector mask precision in stmt_vec_infoRichard Sandiford