aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2007-09-11rsha Jagasia <harsha.jagasia@amd.com>Harsha Jagasia1-3/+8
2007-09-09tree-vectorizer.h (stmt_vinfo_set_inside_of_loop_cost, [...]): New functions.Ira Rosen1-0/+21
2007-09-09tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen1-6/+129
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-3/+3
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman1-2/+19
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman1-7/+28
2007-08-16tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky1-0/+5
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-12target.h (builtin_vectorization_cost): Add new target builtin.Dorit Nuzman1-0/+15
2007-07-05tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman1-0/+13
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia1-1/+45
2007-05-29tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak1-1/+2
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-0/+3
2007-04-18tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.Dorit Nuzman1-2/+5
2007-04-17tree-vectorizer.h (stmt_vec_info_type): Add enum value induc_vec_info_type.Dorit Nuzman1-0/+2
2007-02-22re PR tree-optimization/30858 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman1-0/+8
2007-02-11tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels1-1/+4
2007-02-05tree-vectorizer.h (vectorizable_function): Add argument type argument, change...Richard Guenther1-1/+1
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen1-0/+5
2007-01-16tree-vectorizer.h (is_pattern_stmt_p): New.Dorit Nuzman1-0/+15
2007-01-14param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman1-1/+1
2006-12-25* tree-vectorizer.h (VECT_SMODULO): Remove.Kazu Hirata1-3/+0
2006-12-11[multiple changes]Diego Novillo1-1/+1
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-3/+0
2006-11-30tree-vectorizer.h (vectorizable_function): Export.Richard Guenther1-0/+1
2006-11-27target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther1-0/+2
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-2/+2
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-12/+41
2006-11-21tree-vectorizer.h (NUM_PATTERNS): Increase.Richard Guenther1-1/+1
2006-11-12tree-ssa-loop.c (tree_vectorize): Return the result of vectorize_loops.Zdenek Dvorak1-2/+0
2006-11-08[multiple changes]Dorit Nuzman1-4/+19
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-3/+3
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