aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-24tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r...Cong Hou1-0/+1
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-2/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-8/+6
2014-04-17re PR c++/60836 (invalid PHI argument and ICE in verify_gimple)Richard Biener1-2/+6
2014-04-17re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener1-2/+3
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-1/+1
2014-04-03re PR tree-optimization/60505 (Warning caused by GCC vectorizer.)Cong Hou1-4/+17
2014-03-04re PR tree-optimization/60382 (ICE on valid code at -O3 on x86_64-linux-gnu (...Richard Biener1-0/+6
2014-02-14tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice.Jakub Jelinek1-10/+15
2014-02-05tree-vect-loop.c (vect_analyze_loop_2): Be more informative when not vectoriz...Richard Biener1-2/+4
2014-02-03re PR tree-optimization/60000 (GCC trunk build failure caused by the vectorizer)Cong Hou1-4/+5
2014-01-30re PR tree-optimization/59903 (ICE on valid code at -O3 on x86_64-linux-gnu (...Richard Biener1-2/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-20merge auto_vec and stack_vecTrevor Saunders1-1/+1
2013-12-10tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek1-2/+11
2013-12-06re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-13/+29
2013-11-28common.opt: Introduced a new option -fsimd-cost-model.Sergey Ostanevich1-1/+5
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-11/+25
2013-11-27re PR tree-optimization/59288 (ICE in get_initial_def_for_induction)Richard Biener1-11/+16
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+4
2013-11-22add auto_vecTrevor Saunders1-20/+9
2013-11-21re PR tree-optimization/59058 (wrong code at -O3 on x86_64-linux-gnu (affecti...Richard Biener1-107/+110
2013-11-21tree-vect-loop-manip.c (vect_build_loop_niters, [...]): Move ...Richard Biener1-7/+129
2013-11-19re PR tree-optimization/59164 (ice: tree check: expected tree that contains â...Richard Biener1-11/+6
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-5/+5
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07gimplify.c (gimple_regimplify_operands): Do not set SSA_NAME_DEF_STMT.Aldy Hernandez1-1/+0
2013-11-01Replace some heap vectors with stack vectors.Trevor Saunders1-4/+1
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-8/+13
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+3
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-15tree-vect-loop.c (vect_is_simple_reduction_1): Relax the requirement of the r...Cong Hou1-0/+9
2013-10-01tree-into-ssa.c (enum need_phi_state): Relocate from tree-flow.h.Andrew MacLeod1-8/+8
2013-09-27vectorizer cost model enhancementXinliang David Li1-1/+1
2013-09-26re PR tree-optimization/58539 (ICE with segfault at -O3 with -g enabled on x8...Richard Biener1-3/+8
2013-09-16dumpfile.c (dump_loc): Remove newline emission.Teresa Johnson1-124/+171
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-05re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization)Richard Biener1-8/+8
2013-09-05tree-vect-loop.c (vect_analyze_loop_operations): Properly check for a definit...Richard Biener1-1/+1
2013-09-03Delay base decl's alignment adjustment until transformation happensXinliang David Li1-1/+1
2013-08-30re PR tree-optimization/58010 (ICE in vect_create_epilog_for_reduction, at tr...Richard Biener1-3/+2
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-2/+36
2013-07-02re PR tree-optimization/57741 (ICE in tree.c:build_int_cst_wide starting in r...Jakub Jelinek1-3/+20
2013-06-25re PR tree-optimization/57705 (Non-constant step induction vars not vectorized)Jakub Jelinek1-6/+20
2013-06-03dumpfile.c (opt_info_switch_p): Change -fopt-info default to -fopt-info=optim...Teresa Johnson1-1/+1
2013-05-28re PR tree-optimization/56787 (Vectorization fails because of CLOBBER stateme...Richard Biener1-4/+16
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener1-4/+7