aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-stmts.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-19Enforce correct COND_EXPR order for EXTRACT_LAST_REDUCTIONRichard Sandiford1-4/+37
2019-09-17re PR tree-optimization/91790 (ICE: verify_ssa failed (error: definition in b...Richard Biener1-1/+3
2019-09-11re PR tree-optimization/91723 (builtin fma is not optimized or vectorized as *+)Jakub Jelinek1-1/+1
2019-08-15Add missing check for BUILT_IN_MD (PR 91444)Richard Sandiford1-1/+1
2019-08-05Add a gimple_move_vops helper functionRichard Sandiford1-2/+1
2019-07-19re PR tree-optimization/91207 (Wrong code with -O3)Richard Biener1-20/+2
2019-07-17re PR tree-optimization/91178 (Infinite recursion in split_constant_offset in...Richard Biener1-2/+20
2019-07-09tree-vect-stmts.c (vectorizable_comparison): Swap operands only once.Joern Rennecke1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-20/+20
2019-07-09tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF with SSA_NAME ...Jakub Jelinek1-22/+80
2019-07-04re PR tree-optimization/91063 (ICE in set_vinfo_for_stmt, at tree-vectorizer....Jakub Jelinek1-3/+7
2019-07-03re PR tree-optimization/91033 (ICE in vect_analyze_loop, at tree-vect-loop.c:...Jakub Jelinek1-2/+6
2019-06-27re PR tree-optimization/91010 (ICE: Segmentation fault (in location_wrapper_p))Jakub Jelinek1-1/+4
2019-06-27Fix various issues seen with clang-static-analyzer.Martin Liska1-4/+2
2019-06-24re PR target/90972 (ICE in fold_convert_loc, at fold-const.c:2429)Richard Biener1-10/+9
2019-06-21omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument...Jakub Jelinek1-42/+257
2019-06-20tree-vect-stmts.c (enum scan_store_kind): New type.Jakub Jelinek1-42/+74
2019-06-19md.texi: Document vec_shl_<mode> pattern.Jakub Jelinek1-42/+107
2019-06-17omp-low.c (struct omp_context): Add scan_inclusive field.Jakub Jelinek1-3/+496
2019-05-28Current vectoriser doesn't support masked loads for SLP.Alejandro Martinez1-10/+22
2019-05-13Fix wrong usage of dump_printf_loc (PR tree-optimization/90416).Martin Liska1-1/+1
2019-05-07tree-vect-stmts.c (vect_is_simple_cond): When vectype is not specified still ...Richard Biener1-1/+2
2019-05-06re PR tree-optimization/90358 (526.blender_r train run does not finish after ...Richard Biener1-1/+3
2019-05-03tree-vect-stmts.c (get_group_load_store_type): Avoid peeling for gaps by load...Richard Biener1-1/+57
2019-04-10tree-vectorizer.h (_stmt_vec_info): Remove same_dr_stmt member.Richard Biener1-13/+0
2019-04-03re PR rtl-optimization/84101 (-O3 and -ftree-vectorize trying too hard for fu...Richard Biener1-0/+64
2019-03-01Fix mask type choice in vectorizable_call (PR 89535)Richard Sandiford1-8/+15
2019-01-22tree-vect-loop.c (vect_analyze_loop_operations): Use auto_vec for cost vector...Richard Biener1-4/+7
2019-01-18re PR tree-optimization/88903 (wrong-code with SLP vectorized shift)Richard Biener1-0/+10
2019-01-07Fix IFN_MASK_STORE handling of IFN_GOMP_SIMD_LANERichard Sandiford1-0/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-18re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c)Jakub Jelinek1-26/+76
2018-12-15re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failin...Jakub Jelinek1-26/+95
2018-12-13re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failin...Jakub Jelinek1-19/+35
2018-11-20tree-vect-stmts.c (vectorizable_condition): Do not get at else_clause vect de...Richard Biener1-8/+3
2018-11-19re PR tree-optimization/88071 (ICE: verify_gimple failed (error: dead STMT in...Jakub Jelinek1-1/+1
2018-11-15Handle vectors that don't fit in an integer.Andrew Stubbs1-4/+4
2018-11-15re PR tree-optimization/88031 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener1-36/+20
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm1-2/+3
2018-11-13[PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variableAndre Vieira1-8/+19
2018-11-07re PR tree-optimization/87914 (gcc fails to vectorize bitreverse code)Richard Biener1-20/+15
2018-10-23tree-vect-stmts.c (vect_analyze_stmt): Fix typo in comment.Richard Biener1-1/+1
2018-10-23re PR tree-optimization/86144 (GCC is not generating vector math calls to svm...Richard Biener1-5/+9
2018-10-22Add a fun parameter to three stmt_could_throw... functionsMartin Jambor1-3/+3
2018-10-04Report vectorization problems via a new opt_problem classDavid Malcolm1-158/+117