summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vectorizer.h (enum vect_def_type): Start enumeration from 1.Ira Rosen2007-09-091-1/+10
* Add new fp flags: -fassociative-math and -freciprocal-mathRevital Eres2007-09-041-1/+1
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-1/+1
* c-common.c (vector_types_convertible_p, [...]): Constify.Kaveh R. Ghazi2007-08-251-2/+2
* arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi2007-08-231-1/+1
* tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman2007-08-191-4/+93
* tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info as argume...Dorit Nuzman2007-08-191-30/+119
* tree-vectorizer.c (new_loop_vec_info): Initialize new field.Victor Kaplansky2007-08-161-2/+6
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-1/+1
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-6/+6
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-0/+10
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman2007-07-051-0/+1
* extend.texi: Add fvect-cost-model flag.Harsha Jagasia2007-06-081-0/+2
* re PR tree-optimization/32216 (ICE: verify_stmts failed (invalid reference pr...Uros Bizjak2007-06-061-6/+19
* re PR tree-optimization/32215 (ICE in supportable_narrowing_operation, at tre...Uros Bizjak2007-06-051-0/+11
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-05-171-4/+75
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-2/+2
* tree-vectorize.c (vect_is_simple_use): gimple_min_invariant is invariant.Jan Hubicka2007-05-011-1/+7
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-21/+5
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-04-221-1/+1
* tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.Dorit Nuzman2007-04-181-0/+1
* tree-vect-analyze.c (process_use): New function.Dorit Nuzman2007-04-181-11/+1
* re PR tree-optimization/26420 (-ftree-vectorizer-verbose=1 prints unvectorize...Richard Guenther2007-03-051-2/+9
* re PR tree-optimization/30858 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman2007-02-221-8/+44
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-1/+1
* tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman2007-02-061-17/+15
* cfgloop.h: Include vec-prim.h.Zdenek Dvorak2007-01-311-1/+1
* common.opt: Add fstrict-overflow.Ian Lance Taylor2007-01-281-2/+2
* tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen2007-01-211-0/+1
* param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman2007-01-141-2/+4
* loop.texi: Document recording of loop exits.Zdenek Dvorak2007-01-121-1/+0
* * tree-vectorizer.c (gate_increase_alignment): Fix return type.Jan Hubicka2007-01-081-1/+1
* tree-pas.h (TODO_remove_function): New flag.Jan Hubicka2007-01-081-0/+66
* [multiple changes]Diego Novillo2006-12-111-6/+8
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-10/+6
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-10/+10
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-3/+3
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-12/+9
* c-tree.texi: Document new tree codes.Ira Rosen2006-11-221-0/+6
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-17/+20
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-5/+0
* tree-ssa-loop.c (tree_vectorize): Return the result of vectorize_loops.Zdenek Dvorak2006-11-121-1/+3
* [multiple changes]Dorit Nuzman2006-11-081-2/+124
* Fix whitespacing.Mike Stump2006-10-301-2/+2
* tree-vectorizer.c (vectorize_loops): Clear vect_loop_location before using it...Steven Bosscher2006-09-161-0/+1
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-09-121-4/+4
* re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman2006-08-031-1/+3
* re PR tree-optimization/26360 (Autovectorization of char -> int loop gets ICE)Dorit Nuzman2006-06-051-1/+19
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-4/+4