summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
Commit message (Expand)AuthorAgeFilesLines
* optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2007-08-091-13/+13
* tree-vect-transform.c (vectorizable_store): Remove call to copy_virtual_opera...Ira Rosen2007-08-091-111/+5
* tree.def (FIXED_POINT_TYPE): New type.Chao-ying Fu2007-08-081-4/+8
* 2007-07-30 Jan Sjodin <jan.sjodin@amd.com>Jan Sjodin2007-07-311-3/+14
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* omega.c (coalesce): Fix memory leak on early exit.Dirk Mueller2007-07-151-2/+6
* target.h (builtin_vectorization_cost): Add new target builtin.Dorit Nuzman2007-07-121-13/+70
* tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper...Zdenek Dvorak2007-07-091-7/+4
* tree-vectorizer.c (new_loop_vec_info): Initialize LOOP_VINFO_COST_MODEL_MIN_I...Dorit Nuzman2007-07-051-64/+93
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-06-291-44/+119
* re PR tree-optimization/32421 (-ftree-vectorize -msse2 ICEs in build2_stat wh...Andrew Pinski2007-06-251-0/+6
* [multiple changes]Andrew Pinski2007-06-151-11/+21
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-3/+3
* extend.texi: Add fvect-cost-model flag.Harsha Jagasia2007-06-081-11/+536
* re PR tree-optimization/32243 (ICE in vectorizable_type_promotion, at tree-ve...Uros Bizjak2007-06-081-5/+4
* re PR tree-optimization/32231 (Segfault in verify_ssa_name)Andrew Pinski2007-06-061-0/+1
* tree-vect-transform.c (vectorizable_conversion): Initialize tree_code variabl...H.J. Lu2007-05-271-3/+3
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-05-171-109/+204
* tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak2007-05-131-1/+1
* tree-vect-transform.c (vect_update_inits_of_drs): Use vect_print_dump_info() ...Uros Bizjak2007-05-031-3/+3
* re PR middle-end/31699 (-march=opteron -ftree-vectorize generates wrong code)Dorit Nuzman2007-05-031-9/+14
* tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Use bsi_after_labels.Zdenek Dvorak2007-05-011-9/+9
* re PR tree-optimization/24659 (Conversions are not vectorized)Uros Bizjak2007-04-221-62/+67
* tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs.Andrew Pinski2007-04-211-2/+2
* tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL.Dorit Nuzman2007-04-181-0/+1
* tree-vect-transform.c (get_initial_def_for_reduction): Clean away the unused ...Dorit Nuzman2007-04-181-56/+26
* tree-vectorizer.h (stmt_vec_info_type): Add enum value induc_vec_info_type.Dorit Nuzman2007-04-171-22/+97
* tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to vectorizab...Dorit Nuzman2007-04-161-115/+151
* tree-vect-transform.c (get_initial_def_for_induction): Replace GET_MODE_NUNIT...Dorit Nuzman2007-03-181-2/+2
* re PR tree-optimization/31041 (verify_stmts failed: invalid operand to binary...Dorit Nuzman2007-03-171-4/+12
* tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c...Roger Sayle2007-03-081-87/+69
* re PR tree-optimization/30938 (Bootstrap fails on x86_64 for -ftree-vectorize)Uros Bizjak2007-02-261-1/+1
* re PR tree-optimization/30843 (ice for legal code with -ftree-vectorize -O2)Ira Rosen2007-02-221-11/+3
* re PR tree-optimization/30795 (ice for legal code with -ftree-vectorize -O2)Dorit Nuzman2007-02-191-2/+0
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-1/+1
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-25/+22
* tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels2007-02-111-0/+156
* tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman2007-02-061-13/+199
* tree-vectorizer.h (vectorizable_function): Add argument type argument, change...Richard Guenther2007-02-051-66/+105
* tree-vectorizer.h (is_pattern_stmt_p): New.Dorit Nuzman2007-01-161-9/+14
* param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman2007-01-141-2/+7
* loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak2007-01-031-1/+3
* tree-vect-transform.c (vect_permute_load_chain): Set DECL_GIMPLE_REG_P to tru...Andrew Pinski2006-12-121-0/+2
* re PR middle-end/28436 (accessing an element via a "pointer" on a vector doe...Andrew Pinski2006-12-121-0/+6
* tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check for sto...Ira Rosen2006-12-121-8/+26
* [multiple changes]Diego Novillo2006-12-111-17/+14
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-3/+3
* tree-vect-patterns.c (vect_recog_dot_prod_pattern): Use GIMPLE_STMT_OPERAND.Ira Rosen2006-12-111-2/+2
* tree-vect-transform.c (vectorizable_call): Fix leftover of TREE_OPERAND to GI...Richard Guenther2006-12-071-1/+1