aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-loop-manip.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-19re PR tree-optimization/49771 (wrong code with -ftree-vectorize)Ira Rosen1-3/+8
2011-07-13tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Tighten overlap c...Richard Sandiford1-6/+6
2011-06-15tree-vect-loop-manip.c (remove_dead_stmts_from_loop): Remove.Ira Rosen1-36/+0
2011-05-26re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of ...Ira Rosen1-2/+32
2011-05-18tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use new names for...Ira Rosen1-2/+2
2011-05-13re PR tree-optimization/48172 (incorrect vectorization of loop in GCC 4.5.* w...Richard Guenther1-13/+10
2011-05-12re PR tree-optimization/48172 (incorrect vectorization of loop in GCC 4.5.* w...Richard Guenther1-11/+18
2010-12-28re PR debug/46931 (Subversion id 167184 breaks building perlbench on power7 w...Richard Guenther1-3/+3
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-18re PR tree-optimization/46172 (ICE: in expand_widen_pattern_expr, at optabs.c...Richard Guenther1-0/+35
2010-10-22re PR middle-end/45720 (Revision 164367 miscompiled SPEC CPU 2K)Richard Guenther1-13/+29
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-04tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume...Ira Rosen1-12/+7