aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
AgeCommit message (Expand)AuthorFilesLines
2008-08-19tree-vectorizer.c (supportable_widening_operation): Support multi-step conver...Ira Rosen1-4/+19
2008-08-12tree-vectorizer.c: Depend on langhooks.h.Ira Rosen1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-44/+68
2008-03-12tree-vectorizer.c (free_stmt_vec_info): New function.Victor Kaplansky1-0/+1
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-0/+1
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-14/+6
2007-12-17tree-vectorizer.h (verbosity_levels): Add new verbosity level REPORT_COST.Dorit Nuzman1-0/+1
2007-12-10re PR tree-optimization/34371 (verify_stmts failed (incorrect sharing of tree...Jakub Jelinek1-1/+2
2007-12-06tree-vectorizer.c (slpeel_add_loop_guard): Gimplify the condition.Harsha Jagasia1-1/+6
2007-10-292007-09-23 Razya LadelskyRazya Ladelsky1-1/+1
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