aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-slp.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-01gimple.h (gimple_build_assign_stat): Remove prototype.Jakub Jelinek1-6/+4
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-2/+1
2014-11-27re PR tree-optimization/61634 (ICE in in vect_get_vec_def_for_operand, at tre...Richard Biener1-35/+101
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-7/+8
2014-11-19gimple.h (gimple_build_assign_with_ops): Add unary arg overload.Jakub Jelinek1-1/+1
2014-11-012014-11-01 Andrew MacLeod <amacleod@redhat,com>Andrew MacLeod1-0/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-29re PR tree-optimization/63666 (FAIL: gcc.dg/vect/pr45752.c (internal compiler...Richard Biener1-1/+2
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-20tree-vect-slp.c (vect_get_and_check_slp_defs): Try swapping operands to get a...Richard Biener1-26/+84
2014-10-10re PR tree-optimization/63379 (Incorrect vectorization when enabling SSE and ...Richard Biener1-7/+15
2014-08-11re PR tree-optimization/62075 (Vectorizer ICE on dolphin)Richard Biener1-1/+4
2014-04-17re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener1-12/+30
2014-02-03tree-vect-slp.c (vect_supported_load_permutation_p): Avoid redef of outer loo...Teresa Johnson1-2/+2
2014-01-30re PR tree-optimization/59951 (bootstrap comparison failure with -O3 for a week)Richard Biener1-3/+4
2014-01-10re PR tree-optimization/59374 (-ftree-slp-vectorize breaks unique_ptr's move ...Richard Biener1-11/+23
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-11-28common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+4
2013-11-21tree-vectorizer.h (LOC, [...]): Remove wrappers and fix all users.Richard Biener1-4/+4
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-9/+7
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+5
2013-09-27vectorizer cost model enhancementXinliang David Li1-1/+1
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-20/+50
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-03Delay base decl's alignment adjustment until transformation happensXinliang David Li1-1/+1
2013-06-03dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson1-1/+1
2013-05-31re PR tree-optimization/57478 (ice in vec.h:815)Richard Biener1-1/+2
2013-05-29tree-vect-slp.c (vect_bb_slp_scalar_cost): Guard vinfo access on whether the ...Richard Biener1-4/+6
2013-05-29tree-vect-slp.c (vect_bb_slp_scalar_cost): New function computing scalar cost...Richard Biener1-23/+70
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener1-2/+3
2013-04-19re PR tree-optimization/56270 (loop over array of struct float causes compile...Richard Biener1-286/+157
2013-04-17tree-vect-slp.c (vect_build_slp_tree_1): Split out from ...Richard Biener1-174/+193
2013-04-10tree-vectorizer.h (struct _slp_oprnd_info): Remove first_const_oprnd field, r...Richard Biener1-22/+13
2013-04-10tree-vect-slp.c (vect_get_and_check_slp_defs): Remove broken code swapping op...Richard Biener1-108/+42
2013-04-09tree-vect-slp.c (vect_get_and_check_slp_defs): Remove code dealing with cost.Richard Biener1-88/+133
2013-04-09tree-vectorizer.h (slp_void_p): Remove.Richard Biener1-30/+46
2013-04-04re PR tree-optimization/56826 (Run-fail after r197189.)Richard Biener1-4/+6
2013-04-03tree-vect-stmts.c (vectorizable_store): Accept BIT_FIELD_REF.Marc Glisse1-0/+1
2013-03-28re PR tree-optimization/37021 (Fortran Complex reduction / multiplication not...Richard Biener1-6/+14
2013-03-21tree-vect-data-refs.c (vect_update_interleaving_chain): Remove.Richard Biener1-14/+12
2013-03-18tree-data-ref.h (find_data_references_in_loop): Declare.Richard Biener1-3/+1
2013-03-13re PR tree-optimization/56608 (SLP seems to produce incorrect value with -ffa...Richard Biener1-1/+9
2013-03-05re PR tree-optimization/56270 (loop over array of struct float causes compile...Richard Biener1-1/+10
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+4
2013-02-28re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-6/+7
2013-01-31re PR tree-optimization/56157 (ICE with -ftree-vectorize in in compute_live_l...Richard Biener1-21/+14