aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-09tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen1-1/+10
2007-09-04Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres1-1/+1
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-08-25c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-1/+1
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman1-4/+93
2007-08-19tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman1-30/+119
2007-08-16tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky1-2/+6
2007-08-14alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi1-1/+1
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka1-6/+6
2007-08-08tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu1-0/+10
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-05tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman1-0/+1
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia1-0/+2
2007-06-06re PR tree-optimization/32216 (ICE: verify_stmts failed (invalid reference pr...Uros Bizjak1-6/+19
2007-06-05re PR tree-optimization/32215 (ICE in supportable_narrowing_operation, at tre...Uros Bizjak1-0/+11
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-4/+75
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-2/+2
2007-05-01tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is invariant.Jan Hubicka1-1/+7
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-21/+5
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-1/+1
2007-04-18tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.Dorit Nuzman1-0/+1
2007-04-18tree-vect-analyze.c (process_use): New function.Dorit Nuzman1-11/+1
2007-03-05re PR tree-optimization/26420 (-ftree-vectorizer-verbose=1 prints unvectorize...Richard Guenther1-2/+9
2007-02-22re PR tree-optimization/30858 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman1-8/+44
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-1/+1
2007-02-06tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman1-17/+15
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-1/+1
2007-01-28common.opt: Add fstrict-overflow.Ian Lance Taylor1-2/+2
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen1-0/+1
2007-01-14param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman1-2/+4
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-1/+0
2007-01-08* tree-vectorizer.c (gate_increase_alignment): Fix return type.Jan Hubicka1-1/+1
2007-01-08tree-pas.h (TODO_remove_function): New flag.Jan Hubicka1-0/+66
2006-12-11[multiple changes]Diego Novillo1-6/+8
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-10/+6
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-10/+10
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-12/+9
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-0/+6
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-17/+20
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-5/+0
2006-11-12tree-ssa-loop.c (tree_vectorize): Return the result of vectorize_loops.Zdenek Dvorak1-1/+3
2006-11-08[multiple changes]Dorit Nuzman1-2/+124
2006-10-30Fix whitespacing.Mike Stump1-2/+2
2006-09-16tree-vectorizer.c (vectorize_loops): Clear vect_loop_location before using it...Steven Bosscher1-0/+1
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-4/+4
2006-08-03re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman1-1/+3
2006-06-05re PR tree-optimization/26360 (Autovectorization of char -> int loop gets ICE)Dorit Nuzman1-1/+19
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-4/+4