aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-26Introduce dump_location_tDavid Malcolm1-7/+7
2018-06-25re PR regression/86304 ([MIPS] FAIL: gcc.dg/vect/pr79887.c -mmsa (internal c...Richard Biener1-1/+1
2018-06-25tree-vectorizer.h (struct vec_info_shared): New structure with parts split ou...Richard Biener1-14/+40
2018-06-19tree-vectorizer.c (try_vectorize_loop_1): Split out of ...Richard Biener1-151/+161
2018-06-15tree-vect-slp.c (vect_slp_bb): Dump MSG_OPTIMIZED_LOCATIONS here, also noting...Richard Biener1-7/+13
2018-05-29tree-vectorizer.h (struct vec_info): Add stmt_vec_infos member.Richard Biener1-8/+5
2018-05-16tree-vectorizer.h (struct stmt_info_for_cost): Add where member.Richard Biener1-0/+91
2018-01-13Add an empty_mask_is_expensive hookRichard Sandiford1-1/+2
2018-01-12Handle poly_int vector sizes in get_vec_alignment_for_array_typeRichard Sandiford1-3/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: vectoriser vf and ufRichard Sandiford1-3/+3
2017-12-12re PR tree-optimization/83359 (ICE in expand_LOOP_DIST_ALIAS, at internal-fn....Jakub Jelinek1-21/+0
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-08-04C++-ify vec_info structuresRichard Sandiford1-6/+20
2017-07-05cfgloop.h (struct loop): Add comment.Bin Cheng1-9/+80
2017-06-19tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take struct function ...Richard Biener1-2/+2
2017-05-26re PR tree-optimization/80844 (OpenMP SIMD doesn't know how to efficiently ze...Richard Biener1-2/+5
2017-03-06re PR tree-optimization/79887 (ICE in set_uid_loop_bbs, at tree-vectorizer.c:...Richard Biener1-0/+2
2017-01-09re PR tree-optimization/78899 (Vestorized loop with optmized mask stores moti...Jakub Jelinek1-9/+74
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-25re PR tree-optimization/78396 (gcc.dg/vect/bb-slp-cond-1.c FAILs after fix fo...Richard Biener1-1/+10
2016-11-23re PR tree-optimization/78396 (gcc.dg/vect/bb-slp-cond-1.c FAILs after fix fo...Richard Biener1-1/+28
2016-11-16Support non-masked epilogue vectoriziationYuri Rumyantsev1-3/+14
2016-09-26ipa-inline-analysis.c (find_foldable_builtin_expect): Use gimple_call_interna...Marek Polacek1-3/+1
2016-07-29re PR tree-optimization/57558 (Loop not vectorized if iteration count could b...Bin Cheng1-1/+28
2016-07-01re PR tree-optimization/70729 (Loop marked with omp simd pragma is not vector...Yuri Rumyantsev1-0/+4
2016-05-20tree-vectorizer.c (get_vec_alignment_for_decl): New static function.Prathamesh Kulkarni1-14/+118
2016-02-02re PR middle-end/68542 (10% 481.wrf performance regression)Yuri Rumyantsev1-0/+6
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-08re PR tree-optimization/68766 (internal compiler error: in expand_LOOP_VECTOR...Ilya Enkovich1-1/+7
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek1-0/+15
2015-11-12tree-vectorizer.h (vect_slp_analyze_data_ref_dependences): Rename to vect_slp...Richard Biener1-2/+6
2015-11-06tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end members.Richard Biener1-0/+35
2015-11-03tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect data reference...Richard Biener1-12/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-6/+6
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-6/+17
2015-10-07tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.Richard Biener1-1/+1
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-9/+3
2015-09-20switch from gimple to gimple*Trevor Saunders1-12/+12
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-15/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-6/+2
2015-06-17re PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE)Jakub Jelinek1-37/+102
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-29tree-vectorizer.c (set_uid_loop_bbs): New.Aditya Kumar1-31/+34
2015-04-18remove need for store_values_directlyTrevor Saunders1-12/+14