aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18tree-optimization/97095 - fix typo in vectorizable_live_operationRichard Biener1-1/+1
2020-09-16vec: don't select partial vectors when unnecessaryAndrea Corallo1-36/+49
2020-09-16remove STMT_VINFO_NUM_SLP_USESRichard Biener1-3/+5
2020-09-11improve BB vectorization dump locationsRichard Biener1-1/+1
2020-09-07vec: Revert "dead code removal in tree-vect-loop.c" and add a comment.Andrea Corallo1-4/+13
2020-09-07code generate live lanes in basic-block vectorizationRichard Biener1-94/+149
2020-09-04tree-optimization/96920 - another ICE when vectorizing nested cyclesRichard Biener1-35/+67
2020-09-04vec: dead code removal in tree-vect-loop.cAndrea Corallo1-11/+4
2020-08-27vec: add exact argument for various grow functions.Martin Liska1-4/+4
2020-08-26tree-optimization/96698 - fix ICE when vectorizing nested cyclesRichard Biener1-1/+34
2020-08-24SLP: support entire BB.Martin Liska1-2/+3
2020-08-06vect/rs6000: Support vector with length cost modelingKewen Lin1-5/+83
2020-07-31vect: Don't consider branch costs if no peeled iterationsKewen Lin1-7/+9
2020-07-27vect: Refactor peel_iters_{pro,epi}logue cost modelingKewen Lin1-125/+142
2020-07-19vect: Support length-based partial vectors approachKewen Lin1-6/+211
2020-07-09vect: Use adjusted niters by considering peeling prologueKewen Lin1-1/+7
2020-07-09remove premature vect_verify_datarefs_alignmentRichard Biener1-2/+0
2020-07-09vect/testsuite: Adjust dumping for fully masking decisionKewen Lin1-3/+3
2020-06-26tree-optimization/95897 - fix fold-left SLP reduction insert placeRichard Biener1-2/+1
2020-06-15vect: Use LOOP_VINFO_DATAREFS and LOOP_VINFO_DDRS consistentlyFei Yang1-2/+2
2020-06-12vect: Factor out and rename some functions/macrosKewen Lin1-44/+72
2020-06-11vect: Rename things related to rgroup_masksKewen Lin1-22/+22
2020-06-11vect: Rename fully_masked_p to using_partial_vectors_pKewen Lin1-15/+17
2020-06-11vect: Rename can_fully_mask_p to can_use_partial_vectors_pKewen Lin1-11/+13
2020-06-10avoid stmt-info allocation for debug stmtsRichard Biener1-1/+12
2020-06-10Make {SLP_TREE,STMT_VINFO}_VEC_STMTS a vector of gimple *Richard Biener1-66/+46
2020-06-10Introduce STMT_VINFO_VEC_STMTSRichard Biener1-208/+111
2020-06-09Remove dead codeRichard Biener1-42/+0
2020-06-04add vect_get_slp_vect_defRichard Biener1-1/+1
2020-06-04Add explicit SLP_TREE_LANESRichard Biener1-7/+6
2020-06-04Simplify SLP code wrt SLP_TREE_DEF_TYPERichard Biener1-1/+7
2020-05-29tree-optimization/95272 - add SLP_TREE_REPRESENTATIVERichard Biener1-2/+6
2020-05-22enfoce SLP_TREE_VECTYPE for invariantsRichard Biener1-3/+30
2020-05-20tree-optimization/95219 - improve IV selection for inductionRichard Biener1-1/+13
2020-05-13add vectype parameter to add_stmt_cost hookRichard Biener1-22/+24
2020-05-13Remove SLP_INSTANCE_GROUP_SIZERichard Biener1-1/+1
2020-05-12tree: Add vector_element_bits(_tree) [PR94980 1/3]Richard Sandiford1-3/+1
2020-05-08move permutation validity checkRichard Biener1-0/+3
2020-05-05add vec_info * parameters where neededRichard Biener1-98/+123
2020-04-20vect: Tweak vect_better_loop_vinfo_p handling of variable VFsRichard Sandiford1-1/+30
2020-04-03Fix PR94443 with gsi_insert_seq_before [PR94443]Kewen Lin1-2/+2
2020-04-01Fix PR94043 by making vect_live_op generate lc-phiKewen Lin1-6/+44
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-1/+1
2020-01-28vect: Pattern-matched calls in reduction chainsRichard Sandiford1-3/+11
2020-01-20tree-optimization/93094 pass down VECTORIZED_CALL to versioningRichard Biener1-2/+2
2020-01-16PR tree-optimization/92429 do not fold when updating epilogue statementsAndre Vieira1-1/+6
2020-01-15PR tree-optimization/93247 - ICE in get_load_store_typeRichard Sandiford1-1/+2
2020-01-10Use get_related_vectype_for_scalar_type for reduction indicesRichard Sandiford1-2/+3
2020-01-10Fix gather/scatter check when updating a vector epilogue loopRichard Sandiford1-1/+1
2020-01-10[vect] Keep track of DR_OFFSET advance in dr_vec_info rather than data_referenceAndre Vieira1-11/+4