aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-312007-07-30 Jan Sjodin <jan.sjodin@amd.com>Jan Sjodin1-3/+14
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-15omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller1-2/+6
2007-07-12target.h (builtin_vectorization_cost): Add new target builtin.Dorit Nuzman1-13/+70
2007-07-09tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak1-7/+4
2007-07-05tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman1-64/+93
2007-06-29re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-44/+119
2007-06-25re PR tree-optimization/32421 (-ftree-vectorize -msse2 ICEs in build2_stat wh...Andrew Pinski1-0/+6
2007-06-15[multiple changes]Andrew Pinski1-11/+21
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2007-06-08extend.texi: Add fvect-cost-model flag.Harsha Jagasia1-11/+536
2007-06-08re PR tree-optimization/32243 (ICE in vectorizable_type_promotion, at tree-ve...Uros Bizjak1-5/+4
2007-06-06re PR tree-optimization/32231 (Segfault in verify_ssa_name)Andrew Pinski1-0/+1
2007-05-27tree-vect-transform.c (vectorizable_conversion): Initialize tree_code variabl...H.J. Lu1-3/+3
2007-05-17re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-109/+204
2007-05-13tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak1-1/+1
2007-05-03tree-vect-transform.c (vect_update_inits_of_drs): Use vect_print_dump_info() ...Uros Bizjak1-3/+3
2007-05-03re PR middle-end/31699 (-march=opteron -ftree-vectorize generates wrong code)Dorit Nuzman1-9/+14
2007-05-01tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak1-9/+9
2007-04-22re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak1-62/+67
2007-04-21tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski1-2/+2
2007-04-18tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.Dorit Nuzman1-0/+1
2007-04-18tree-vect-transform.c (get_initial_def_for_reduction): Clean away the unused ...Dorit Nuzman1-56/+26
2007-04-17tree-vectorizer.h (stmt_vec_info_type): Add enum value induc_vec_info_type.Dorit Nuzman1-22/+97
2007-04-16tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to vectorizab...Dorit Nuzman1-115/+151
2007-03-18tree-vect-transform.c (get_initial_def_for_induction): Replace GET_MODE_NUNIT...Dorit Nuzman1-2/+2
2007-03-17re PR tree-optimization/31041 (verify_stmts failed: invalid operand to binary...Dorit Nuzman1-4/+12
2007-03-08tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle1-87/+69
2007-02-26re PR tree-optimization/30938 (Bootstrap fails on x86_64 for -ftree-vectorize)Uros Bizjak1-1/+1
2007-02-22re PR tree-optimization/30843 (ice for legal code with -ftree-vectorize -O2)Ira Rosen1-11/+3
2007-02-19re PR tree-optimization/30795 (ice for legal code with -ftree-vectorize -O2)Dorit Nuzman1-2/+0
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-25/+22
2007-02-11tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels1-0/+156
2007-02-06tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman1-13/+199
2007-02-05tree-vectorizer.h (vectorizable_function): Add argument type argument, change...Richard Guenther1-66/+105
2007-01-16tree-vectorizer.h (is_pattern_stmt_p): New.Dorit Nuzman1-9/+14
2007-01-14param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman1-2/+7
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak1-1/+3
2006-12-12tree-vect-transform.c (vect_permute_load_chain): Set DECL_GIMPLE_REG_P to tru...Andrew Pinski1-0/+2
2006-12-12re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski1-0/+6
2006-12-12tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check for sto...Ira Rosen1-8/+26
2006-12-11[multiple changes]Diego Novillo1-17/+14
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-3/+3
2006-12-11tree-vect-patterns.c (vect_recog_dot_prod_pattern): Use GIMPLE_STMT_OPERAND.Ira Rosen1-2/+2
2006-12-07tree-vect-transform.c (vectorizable_call): Fix leftover of TREE_OPERAND to GI...Richard Guenther1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-108/+120
2006-12-05darwin.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-10/+10