summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)Author
2020-08-27vec: add exact argument for various grow functions.Martin Liska
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-31vect: Don't consider branch costs if no peeled iterationsKewen Lin
2020-07-27vect: Refactor peel_iters_{pro,epi}logue cost modelingKewen Lin
2020-07-19vect: Support length-based partial vectors approachKewen Lin
2020-07-09vect: Use adjusted niters by considering peeling prologueKewen Lin
2020-07-09remove premature vect_verify_datarefs_alignmentRichard Biener
2020-07-09vect/testsuite: Adjust dumping for fully masking decisionKewen Lin
2020-06-26tree-optimization/95897 - fix fold-left SLP reduction insert placeRichard Biener
2020-06-15vect: Use LOOP_VINFO_DATAREFS and LOOP_VINFO_DDRS consistentlyFei Yang
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-10avoid stmt-info allocation for debug stmtsRichard Biener
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-09Remove dead codeRichard Biener
2020-06-04add vect_get_slp_vect_defRichard Biener
2020-06-04Add explicit SLP_TREE_LANESRichard Biener
2020-06-04Simplify SLP code wrt SLP_TREE_DEF_TYPERichard Biener
2020-05-29tree-optimization/95272 - add SLP_TREE_REPRESENTATIVERichard Biener
2020-05-22enfoce SLP_TREE_VECTYPE for invariantsRichard Biener
2020-05-20tree-optimization/95219 - improve IV selection for inductionRichard Biener
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener
2020-05-13Remove SLP_INSTANCE_GROUP_SIZERichard Biener
2020-05-12tree: Add vector_element_bits(_tree) [PR94980 1/3]Richard Sandiford
2020-05-08move permutation validity checkRichard Biener
2020-05-05add vec_info * parameters where neededRichard Biener
2020-04-20vect: Tweak vect_better_loop_vinfo_p handling of variable VFsRichard Sandiford
2020-04-03Fix PR94443 with gsi_insert_seq_before [PR94443]Kewen Lin
2020-04-01Fix PR94043 by making vect_live_op generate lc-phiKewen Lin
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek
2020-01-28vect: Pattern-matched calls in reduction chainsRichard Sandiford
2020-01-20tree-optimization/93094 pass down VECTORIZED_CALL to versioningRichard Biener
2020-01-16PR tree-optimization/92429 do not fold when updating epilogue statementsAndre Vieira
2020-01-15PR tree-optimization/93247 - ICE in get_load_store_typeRichard Sandiford
2020-01-10Use get_related_vectype_for_scalar_type for reduction indicesRichard Sandiford
2020-01-10Fix gather/scatter check when updating a vector epilogue loopRichard Sandiford
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-12-27Add missing target check for fully-masked fold-left reductionsRichard Sandiford
2019-12-17Add pointer to PR92772Andrew Stubbs
2019-12-10Add missing conversion in vect_create_epilog_for_reductionRichard Sandiford
2019-12-10Disallow EXTRACT_LAST_REDUCTION for reduction chainsRichard Sandiford
2019-12-05[Patch, GCC] Fix a condition post r278611Sudakshina Das
2019-12-02re PR tree-optimization/92742 (ICE in info_for_reduction, at tree-vect-loop.c...Richard Biener
2019-11-29Fix DR_GROUP_GAP for strided accesses (PR 92677)Richard Sandiford