aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-15re PR tree-optimization/77503 (ICE in vect_transform_stmt compiling postgresql)Bin Cheng1-0/+4
2016-08-12re PR tree-optimization/69848 (poor vectorization of a loop from SPEC2006 464...Bin Cheng1-1/+2
2016-07-29re PR tree-optimization/57558 (Loop not vectorized if iteration count could b...Bin Cheng1-2/+12
2016-07-06[7/7] Add negative and zero strides to vect_memory_access_typeRichard Sandiford1-0/+12
2016-07-06[6/7] Explicitly classify vector loads and storesRichard Sandiford1-3/+35
2016-07-06[5/7] Move the fix for PR65518Richard Sandiford1-1/+1
2016-07-06[4/7] Add a gather_scatter_info structureRichard Sandiford1-2/+24
2016-06-17tree-vectorizer.h (struct dr_with_seg_len): Remove class member OFFSET.Bin Cheng1-7/+3
2016-06-03[2/3] Vectorize inductions that are live after the loopAlan Hayward1-1/+5
2016-06-03[1/3] Split vect_get_vec_def_for_operand into twoAlan Hayward1-0/+1
2016-05-24Clean up PURE_SLP_STMT handlingRichard Sandiford1-2/+0
2016-02-02re PR middle-end/68542 (10% 481.wrf performance regression)Yuri Rumyantsev1-0/+5
2016-01-15re PR tree-optimization/66856 (ICE in compute_live_loop_exits, at tree-ssa-lo...Richard Biener1-0/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-14re PR middle-end/68852 (ICE in vect_is_simple_use (tree-vect-stmts.c:8750) us...Richard Biener1-0/+3
2015-12-09tree-vect-stmts.c (vectorizable_load): Set new vinfo only if it was not yet set.Richard Biener1-1/+4
2015-11-20re PR tree-optimization/68413 (internal compiler error: in vect_transform_stmt)Alan Hayward1-2/+5
2015-11-17Vectorize internal functionsRichard Sandiford1-1/+0
2015-11-13Optimize condition reductions where the result is an integer induction variableAlan Hayward1-1/+2
2015-11-12tree-vectorizer.h (vect_slp_analyze_data_ref_dependences): Rename to vect_slp...Richard Biener1-1/+1
2015-11-11tree-vectorizer.h (vect_slp_analyze_and_verify_instance_alignment): Declare.Richard Biener1-2/+3
2015-11-10optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab.Ilya Enkovich1-1/+1
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich1-2/+7
2015-11-09re PR tree-optimization/56118 (Piecewise vector / complex initialization from...Richard Biener1-0/+1
2015-11-06tree-vectorizer.h (struct _bb_vec_info): Add region_begin/end members.Richard Biener1-0/+3
2015-11-03tree-vect-data-refs.c (vect_analyze_data_refs): Do not collect data reference...Richard Biener1-5/+2
2015-10-23Support for vectorizing conditional expressionsAlan Hayward1-0/+11
2015-10-15tree-vectorizer.h (vect_get_new_ssa_name): Declare.Richard Biener1-0/+2
2015-10-14tree-vectorizer.h (vect_is_simple_use): Remove unused parameters.Richard Biener1-5/+5
2015-10-14tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Reset info at start.Richard Biener1-29/+0
2015-10-13tree-vect-data-refs.c (vect_analyze_data_ref_dependences): Allocate the data ...Richard Biener1-47/+0
2015-10-07tree-vectorizer.h (stmt_vec_info_vec): Use vec<stmt_vec_info>.Richard Biener1-7/+4
2015-10-06tree-vectorizer.h (vec_info): New base class for...Richard Biener1-59/+70
2015-09-20switch from gimple to gimple*Trevor Saunders1-61/+63
2015-09-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): New.Andrey Turetskiy1-5/+5
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-06Vectorize mult expressions with power 2 constants via shift, for targets has ...Venkataramanan Kumar1-1/+1
2015-08-03re PR tree-optimization/66917 (ARM: NEON: memcpy compiles to vst1 with incorr...Richard Biener1-6/+9
2015-07-23Check TYPE_OVERFLOW_WRAPS for parloops reductionsTom de Vries1-1/+2
2015-06-25hash-traits.h (free_ptr_hash): New class.Richard Sandiford1-3/+1
2015-06-22tree-vectorizer.h (_loop_vec_info): Add scalar_cost_vec and single_scalar_ite...Richard Biener1-2/+8
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-05-28tree-vectorizer.h (struct _slp_instance): Remove body_cost_vec member.Richard Biener1-6/+2
2015-05-26tree-vect-loop.c (vect_update_vf_for_slp): Split out from ...Richard Biener1-0/+1
2015-05-22tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern member.Richard Biener1-0/+1
2015-05-21tree-vectorizer.h (struct _stmt_vec_info): Rename stride_load_p to strided_p.Michael Matz1-2/+4
2015-05-12re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-0/+3
2015-04-23tree-vect-slp.c (vect_find_first_load_in_slp_instance): Remove.Richard Biener1-5/+0
2015-04-18remove need for store_values_directlyTrevor Saunders1-6/+6
2015-04-04re PR tree-optimization/64909 (Missed vectorization with bdver1)Richard Biener1-2/+4