aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-16Apply maximum nunits for BB SLPRichard Sandiford1-28/+119
2019-11-15Fix vector/scalar to vector/vector conversion (PR92515)Richard Sandiford1-15/+11
2019-11-14Vectorise conversions between differently-sized integer vectorsRichard Sandiford1-1/+3
2019-11-14Allow mixed vector sizes within a single vectorised stmtRichard Sandiford1-27/+28
2019-11-14Avoid retrying with the same vector modesRichard Sandiford1-0/+18
2019-11-14Support vectorisation with mixed vector sizesRichard Sandiford1-16/+41
2019-11-14Require equal type sizes for vectorised callsRichard Sandiford1-0/+13
2019-11-14Make less use of get_same_sized_vectypeRichard Sandiford1-13/+13
2019-11-14Replace vec_info::vector_size with vec_info::vector_modeRichard Sandiford1-5/+4
2019-11-14Use consistent compatibility checks in vectorizable_shiftRichard Sandiford1-5/+8
2019-11-14Use build_vector_type_for_mode in get_vectype_for_scalar_type_and_sizeRichard Sandiford1-5/+20
2019-11-14Pass the data vector mode to get_mask_modeRichard Sandiford1-3/+2
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford1-15/+11
2019-11-14Add build_truth_vector_type_for_modeRichard Sandiford1-21/+13
2019-11-14Add a targetm.vectorize.related_mode hookRichard Sandiford1-15/+10
2019-11-13Don't assign a cost to vectorizable_assignmentRichard Sandiford1-1/+26
2019-11-13Fix vectorizable_conversion costsRichard Sandiford1-15/+26
2019-11-12re PR tree-optimization/92460 (ICE: verify_ssa failed (error: definition in b...Richard Biener1-2/+2
2019-11-11Fix SLP downward group access classification (PR92420)Richard Sandiford1-51/+59
2019-11-08re PR tree-optimization/92324 (ICE in expand_direct_optab_fn, at internal-fn....Richard Biener1-3/+3
2019-11-08Generalise gather and scatter optabsRichard Sandiford1-43/+27
2019-11-04re PR bootstrap/92301 (Wrong vectorizer code since r277566)Richard Biener1-0/+16
2019-10-29Fix reduc_index calculation in vectorizable_conditionRichard Sandiford1-1/+1
2019-10-29re PR tree-optimization/65930 (Reduction with sign-change not handled)Richard Biener1-23/+2
2019-10-28re PR middle-end/91272 ([SVE] Use fully-masked loops for CLASTB reductions)Prathamesh Kulkarni1-45/+36
2019-10-25Fix reductions for fully-masked loopsRichard Sandiford1-15/+78
2019-10-23re PR tree-optimization/92179 (r277288 causes ICEs compiling several test cases)Richard Biener1-20/+29
2019-10-22re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81)Richard Biener1-3/+26
2019-10-21re PR tree-optimization/92162 (ICE in vect_create_epilog_for_reduction, at tr...Richard Biener1-1/+1
2019-10-21tree-vectorizer.h (_slp_tree::ops): New member.Richard Biener1-41/+8
2019-10-21[vect] Only change base alignment if more restrictiveAndre Vieira1-1/+1
2019-10-21Replace current_vector_size with vec_info::vector_sizeRichard Sandiford1-7/+5
2019-10-21Pass a vec_info to vect_double_mask_nunitsRichard Sandiford1-2/+2
2019-10-21Pass a vec_info to vect_halve_mask_nunitsRichard Sandiford1-1/+2
2019-10-21Pass a vec_info to supportable_narrowing_operationRichard Sandiford1-8/+8
2019-10-21Pass a vec_info to simple_integer_narrowingRichard Sandiford1-2/+2
2019-10-21Pass a vec_info to get_vectype_for_scalar_typeRichard Sandiford1-16/+18
2019-10-21Pass a vec_info to get_mask_type_for_scalar_typeRichard Sandiford1-3/+5
2019-10-21Pass a vec_info to vect_supportable_shiftRichard Sandiford1-1/+1
2019-10-18re PR target/86753 (gcc.target/aarch64/sve/vcond_[45].c fail after recent com...Prathamesh Kulkarni1-8/+87
2019-10-16tree-vect-loop.c (vect_valid_reduction_input_p): Remove.Richard Biener1-0/+1
2019-10-15re PR fortran/92094 (ice in vect_transform_stmt at tree-vect-stmts.c:10921)Richard Biener1-3/+6
2019-10-11tree-vect-loop.c (vect_analyze_loop_operations): Adjust call to vectorizable_...Bernd Edlinger1-9/+9
2019-10-08tree-vectorizer.h (_stmt_vec_info::v_reduc_type): Remove.Richard Biener1-56/+57
2019-10-04re PR target/91982 (gcc.target/aarch64/sve/clastb_*.c tests failing with segf...Richard Biener1-0/+3
2019-10-02tree-vectorizer.h (vect_transform_reduction): Declare.Richard Biener1-2/+1
2019-10-02tree-vectorizer.h (stmt_vec_info_type::cycle_phi_info_type): New.Richard Biener1-0/+6
2019-09-30gimple.c (gimple_get_lhs): For PHIs return the result.Richard Biener1-20/+69
2019-09-26tree-vect-loop.c (vect_analyze_loop_operations): Analyze loop-closed PHIs tha...Richard Biener1-1/+7
2019-09-20re PR tree-optimization/91822 (FAIL: gcc.dg/pr88031.c (internal compiler error))Richard Biener1-5/+5