aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)Author
2006-10-23Added the first working version of the C++ compatibility port. Everything wit...c++-compat-branchMarcin Dalecki
2006-10-20merged with current trunk.Marcin Dalecki
2006-01-29merge from mainline at revision 110369Gabriel Dos Reis
2005-12-18 PR tree-optimization/24378Dorit Nuzman
2005-12-06In gcc/Daniel Berlin
2005-12-022005-12-02 Richard Guenther <rguenther@suse.de>Richard Guenther
2005-10-04 * tree-vect-transform.c (vect_create_epilog_for_reduction):Steve Ellcey
2005-09-30 * tree-vect-transform.c, config/ms1/ms1.md,Kazu Hirata
2005-09-19 * tree-flow.h (merge_alias_info): Declare.Richard Henderson
2005-09-142005-09-14 Uros Bizjak <uros@kss-loka.si>Uros Bizjak
2005-09-06 * common.opt: Add option ftree-vect-loop-version.Keith Besaw
2005-08-21 * tree-vect-transform.c (get_initial_def_for_reduction): SetDorit Nuzman
2005-08-18 PR tree-optimization/22228Dorit Nuzman
2005-08-09 * tree-vect-transform.c (vect_create_epilog_for_reduction): SetDorit Nuzman
2005-07-25 * expr.c (highest_pow2_factor): Make extern.Ira Rosen
2005-07-20 Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo
2005-07-19 * bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston
2005-07-06 * tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.Devang Patel
2005-06-29 * tree-vect-transform.c (vect_min_worthwhile_factor): Declare.Richard Henderson
2005-06-29 PR middle-end/21969Steve Ellcey
2005-06-28 * tree-vect-transform.c (get_initial_def_for_reduction): Use correctRichard Henderson
2005-06-28 * tree-vect-transform.c (vect_create_epilog_for_reduction): RemoveRichard Henderson
2005-06-26 * builtins.c, c-common.c, c-convert.c, c-decl.c, c-typeck.c,Kazu Hirata
2005-06-26 * cfg.c, tree-vect-transform.c, tree.def: Fix comment typos.Kazu Hirata
2005-06-25Update FSF address.Kelley Cook
2005-06-21 * genopinit.c (vec_shl_optab, vec_shr_optab): Initialize new optabs.Dorit Nuzman
2005-06-18 * tree.def (REDUC_MAX_EXPR, REDUC_MIN_EXPR, REDUC_PLUS_EXPR): NewDorit Nuzman
2005-06-17 * tree-vect-transform.c (vect_do_peeling_for_loop_bound): UseRichard Henderson
2005-06-10 * tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whoseDorit Nuzman
2005-06-05 * tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman
2005-06-01 * basic-block.h, bb-reorder.c, c-gimplify.c, config/darwin.c,Kaveh Ghazi
2005-05-292005-05-29 Keith Besaw <kbesaw@us.ibm.com>Keith Besaw
2005-05-26 * c-common.c, c-parser.c, cfgbuild.c, cfghooks.c, cfghooks.h,Kazu Hirata
2005-05-262005-05-26 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2005-05-032005-05-03 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2005-04-27gcc:Paolo Bonzini
2005-04-24 * tree-ssa-copy.c (copy_prop_visit_cond_stmt): UseKazu Hirata
2005-04-232005-04-22 Diego Novillo <dnovillo@redhat.com>Diego Novillo
2005-04-17 * tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata
2005-04-15 * tree-vect-transform.c (vectorizable_store): Mark necessaryDiego Novillo
2005-04-12 * tree-vect-transform.c: Fix comment typos.Kazu Hirata
2005-04-12 * tree-data-ref.c (build_classic_dist_vector,Devang Patel
2005-04-112005-04-11 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2005-04-09 Merge from tree-cleanup-branch: VRP, store CCP, storeDiego Novillo
2005-03-29 * tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.Dorit Naishlos
2005-03-29 * tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Naishlos
2005-03-15 * tree-vectorizer.h (unknown_alignment_for_access_p): Replaced byDorit Naishlos
2005-03-13In gcc/ada/Daniel Berlin
2005-03-12 * tree-vect-transform.c (vect_get_new_vect_var): Remove localKazu Hirata
2005-03-11 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,Zdenek Dvorak