aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-10tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel...Richard Biener1-7/+10
2013-04-23This patch extracts approved portions of the hash_table patches to the...Lawrence Crowl1-3/+2
2013-04-11tree-vect-loop.c (get_initial_def_for_induction): Properly generate vector co...Richard Biener1-13/+19
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-1/+1
2013-04-08gimple-pretty-print.c (debug_gimple_stmt): Do not print extra newline.Richard Biener1-0/+6
2013-03-21tree-vect-data-refs.c (vect_update_interleaving_chain): Remove.Richard Biener1-13/+13
2013-03-18tree-ssa-loop-manip.c (find_uses_to_rename): Do not scan the whole function w...Richard Biener1-5/+0
2013-03-05re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+2
2013-03-04re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-16/+2
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-0/+1
2013-02-19re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo...Jakub Jelinek1-6/+13
2013-02-18re PR tree-optimization/56366 (ICE: verify_gimple failed (incompatible types ...Richard Biener1-0/+15
2013-01-15re PR tree-optimization/55955 (ICE in optab_for_tree_code, at optabs.c:402)Jakub Jelinek1-0/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-03tree-vect-loop.c (vect_analyze_loop_form): Clarify reason for not vectorizing.Richard Biener1-2/+2
2013-01-01re PR tree-optimization/55831 (ICE: verify_flow_info failed)Jakub Jelinek1-3/+3
2012-11-27re PR tree-optimization/55110 (Internal compiler error in vectorizable_reduct...Jakub Jelinek1-1/+0
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-8/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-145/+139
2012-11-06l_fma_float_?.c: Update.Jan Hubicka1-0/+25
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-159/+158
2012-10-10re PR tree-optimization/54877 (ICE: tree check: expected ssa_name, have real_...Jakub Jelinek1-1/+1
2012-10-05tree-vectorizer.h (vect_estimate_min_profitable_iters): Remove.Jan Hubicka1-11/+66