summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)Author
2019-11-04re PR bootstrap/92301 (Wrong vectorizer code since r277566)Richard Biener
2019-10-29Fix reduc_index calculation in vectorizable_conditionRichard Sandiford
2019-10-29re PR tree-optimization/65930 (Reduction with sign-change not handled)Richard Biener
2019-10-28re PR middle-end/91272 ([SVE] Use fully-masked loops for CLASTB reductions)Prathamesh Kulkarni
2019-10-25Fix reductions for fully-masked loopsRichard Sandiford
2019-10-23re PR tree-optimization/92179 (r277288 causes ICEs compiling several test cases)Richard Biener
2019-10-22re PR tree-optimization/92173 (ICE in optab_for_tree_code, at optabs-tree.c:81)Richard Biener
2019-10-21re PR tree-optimization/92162 (ICE in vect_create_epilog_for_reduction, at tr...Richard Biener
2019-10-21tree-vectorizer.h (_slp_tree::ops): New member.Richard Biener
2019-10-21[vect] Only change base alignment if more restrictiveAndre Vieira
2019-10-21Replace current_vector_size with vec_info::vector_sizeRichard Sandiford
2019-10-21Pass a vec_info to vect_double_mask_nunitsRichard Sandiford
2019-10-21Pass a vec_info to vect_halve_mask_nunitsRichard Sandiford
2019-10-21Pass a vec_info to supportable_narrowing_operationRichard Sandiford
2019-10-21Pass a vec_info to simple_integer_narrowingRichard Sandiford
2019-10-21Pass a vec_info to get_vectype_for_scalar_typeRichard Sandiford
2019-10-21Pass a vec_info to get_mask_type_for_scalar_typeRichard Sandiford
2019-10-21Pass a vec_info to vect_supportable_shiftRichard Sandiford
2019-10-18re PR target/86753 (gcc.target/aarch64/sve/vcond_[45].c fail after recent com...Prathamesh Kulkarni
2019-10-16tree-vect-loop.c (vect_valid_reduction_input_p): Remove.Richard Biener
2019-10-15re PR fortran/92094 (ice in vect_transform_stmt at tree-vect-stmts.c:10921)Richard Biener
2019-10-11tree-vect-loop.c (vect_analyze_loop_operations): Adjust call to vectorizable_...Bernd Edlinger
2019-10-08tree-vectorizer.h (_stmt_vec_info::v_reduc_type): Remove.Richard Biener
2019-10-04re PR target/91982 (gcc.target/aarch64/sve/clastb_*.c tests failing with segf...Richard Biener
2019-10-02tree-vectorizer.h (vect_transform_reduction): Declare.Richard Biener
2019-10-02tree-vectorizer.h (stmt_vec_info_type::cycle_phi_info_type): New.Richard Biener
2019-09-30gimple.c (gimple_get_lhs): For PHIs return the result.Richard Biener
2019-09-26tree-vect-loop.c (vect_analyze_loop_operations): Analyze loop-closed PHIs tha...Richard Biener
2019-09-20re PR tree-optimization/91822 (FAIL: gcc.dg/pr88031.c (internal compiler error))Richard Biener
2019-09-19Enforce correct COND_EXPR order for EXTRACT_LAST_REDUCTIONRichard Sandiford
2019-09-17re PR tree-optimization/91790 (ICE: verify_ssa failed (error: definition in b...Richard Biener
2019-09-11re PR tree-optimization/91723 (builtin fma is not optimized or vectorized as *+)Jakub Jelinek
2019-08-15Add missing check for BUILT_IN_MD (PR 91444)Richard Sandiford
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford
2019-07-19re PR tree-optimization/91207 (Wrong code with -O3)Richard Biener
2019-07-17re PR tree-optimization/91178 (Infinite recursion in split_constant_offset in...Richard Biener
2019-07-09tree-vect-stmts.c (vectorizable_comparison): Swap operands only once.Joern Rennecke
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF with SSA_NAME ...Jakub Jelinek
2019-07-04re PR tree-optimization/91063 (ICE in set_vinfo_for_stmt, at tree-vectorizer....Jakub Jelinek
2019-07-03re PR tree-optimization/91033 (ICE in vect_analyze_loop, at tree-vect-loop.c:...Jakub Jelinek
2019-06-27re PR tree-optimization/91010 (ICE: Segmentation fault (in location_wrapper_p))Jakub Jelinek
2019-06-27Fix various issues seen with clang-static-analyzer.Martin Liska
2019-06-24re PR target/90972 (ICE in fold_convert_loc, at fold-const.c:2429)Richard Biener
2019-06-21omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument...Jakub Jelinek
2019-06-20tree-vect-stmts.c (enum scan_store_kind): New type.Jakub Jelinek
2019-06-19md.texi: Document vec_shl_<mode> pattern.Jakub Jelinek
2019-06-17omp-low.c (struct omp_context): Add scan_inclusive field.Jakub Jelinek
2019-05-28Current vectoriser doesn't support masked loads for SLP.Alejandro Martinez
2019-05-13Fix wrong usage of dump_printf_loc (PR tree-optimization/90416).Martin Liska