aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-2/+2
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-01-28integrate.h: Remove the prototype for copy_decl_for_inlining.Kazu Hirata1-1/+0
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-4/+31
2005-09-06common.opt: Add option ftree-vect-loop-version.Keith Besaw1-1/+10
2005-08-18re PR tree-optimization/22228 (ICE with -ftree-vectorize in verify_ssa)Dorit Nuzman1-0/+3
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-63/+19
2005-07-05tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.Devang Patel1-6/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-2/+7
2005-06-12cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-10tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-...Dorit Nuzman1-0/+9
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-6/+29
2005-05-03tree-flow.h (tree_ann_common_d): Move aux to ...Kazu Hirata1-2/+2
2005-04-11tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel1-1/+5
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-1/+5
2005-03-29tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman1-1/+3
2005-03-15tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme...Dorit Naishlos1-7/+14
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+2
2005-02-17Makefile.in (tree-vect-analyze.o, [...]): New.Dorit Naishlos1-3/+54
2005-02-12tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base to base_address.Ira Rosen1-7/+12
2005-02-07cfgcleanup.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-07invoke.texi (ftree-vectorizer-verbose): New.Leehod Baruch1-0/+13
2005-02-03tree-vectorizer.h (LOC): New type.Leehod Baruch1-0/+19
2005-02-03tree-vectorizer.c (vect_analyze_data_ref_dependence): Function declaration ad...Leehod Baruch1-59/+60
2004-12-29re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre...Ira Rosen1-17/+37
2004-11-04re PR tree-optimization/18009 (ICE in vect_transform_stmt, at tree-vectorizer...Dorit Naishlos1-3/+10
2004-10-142004-10-14 Olga Golovanevsky <olga@il.ibm.com>Olga Golovanevsky1-4/+18
2004-09-23tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.Dorit Naishlos1-0/+1
2004-09-19tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen1-8/+21
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos1-0/+181