aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-29New vectorizer messages; message format change.Xinliang David Li1-4/+21
2013-05-16cfghooks.c (copy_bbs): Add update_dominance argument.Steve Ellcey1-1/+1
2013-05-15tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED...Richard Biener1-13/+13
2013-05-10tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Do not disable peel...Richard Biener1-23/+4
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-2/+2
2013-04-02re PR tree-optimization/56778 (ICE on several benchmarks after r196775.)Richard Biener1-1/+1
2013-03-21tree-vect-loop-manip.c (slpeel_tree_peel_loop_to_edge): Update virtual SSA form.Richard Biener1-0/+9
2013-03-20tree-vect-loop-manip.c (slpeel_can_duplicate_loop_p): Do not check whether an...Richard Biener1-3/+0
2013-03-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Remove cond_expr_...Richard Biener1-15/+10
2013-02-20re PR tree-optimization/56398 (ICE (Segmentation fault) in dominated_by_p)Richard Biener1-0/+1
2013-01-22re PR middle-end/56074 (ICE compiling gcc.dg/vect/pr49093.c)Jakub Jelinek1-2/+3
2013-01-16re PR tree-optimization/55964 (Segmentation fault with -O -ftree-loop-distrib...Richard Biener1-188/+53
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-28re PR c/35634 (operand of pre-/postin-/decrement not promoted)Richard Biener1-0/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+18
2012-11-06l_fma_float_?.c: Update.Jan Hubicka1-4/+13
2012-10-24dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi...Sharad Singhai1-18/+18
2012-10-01re PR middle-end/54759 (segfault for gcc.dg/vect/pr49093.c on Solaris)Dehao Chen1-2/+3
2012-10-01invoke.texi: Add documentation for the new option.Sharad Singhai1-64/+70
2012-09-28basic-block.h (RDIV): Define.Jan Hubicka1-10/+63
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-1/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-2/+2
2012-08-22tree-vrp.c (find_assert_locations): Skip also edges from the entry block.Jakub Jelinek1-0/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+1
2012-08-14cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther1-5/+5
2012-08-10tree-ssa-pre.c (pretemp, [...]): Remove.Richard Guenther1-14/+8
2012-08-08tree-ssa-operands.h (virtual_operand_p): Declare.Richard Guenther1-2/+3
2012-08-07tree-flow.h (copy_ssa_name_fn): New function.Richard Guenther1-16/+17
2012-08-03tree-vect-loop-manip.c (vect_can_advance_ivs_p): Query is_gimple_reg on the S...Richard Guenther1-2/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-11/+0
2012-07-30target.def (vector_alignment): New target hook.Ulrich Weigand1-6/+7
2012-07-17tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ...Richard Guenther1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+1
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-30/+15
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-15/+30
2012-06-17cfglayout.h: Remove.Steven Bosscher1-1/+0
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+1
2012-05-16tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard1): Remove set-only ...Richard Guenther1-13/+2
2012-05-11re PR tree-optimization/53295 (Vectorizer support for non-constant strided lo...Richard Guenther1-1/+1
2012-05-09tree-vectorizer.h (vect_loop_versioning): Adjust prototype.Richard Guenther1-73/+22
2012-04-25tree-vectorizer.h (vect_loop_versioning): Adjust prototype.Richard Guenther1-34/+24
2012-04-24tree-vect-loop-manip.c (vect_do_peeling_for_loop_bound): If the epilogue loop...Richard Guenther1-0/+10
2012-04-23tree-vect-loop-manip.c (slpeel_add_loop_guard): Gimplify the condition using ...Richard Guenther1-28/+17
2012-04-18re PR tree-optimization/44688 (Excessive code-size growth at -O3)Richard Guenther1-0/+6
2012-03-23re PR tree-optimization/52678 (internal compiler error: in vect_update_ivs_af...Richard Guenther1-24/+12
2012-03-07omp-low.c (extract_omp_for_data): Use signed_type_for.Richard Guenther1-9/+2
2012-02-16re PR tree-optimization/52255 (ICE: verify_ssa failed, block does not dominat...Jakub Jelinek1-1/+36
2012-01-03re PR tree-optimization/51269 (Vectorization profitability threshold is not a...Ira Rosen1-31/+35
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-7/+3