aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-30tree-vectorizer.h (vectorizable_function): Export.Richard Guenther1-1/+1
2006-11-27target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther1-0/+150
2006-11-27re PR tree-optimization/22372 (Vectorizer produces mis-match types)Ira Rosen1-56/+70
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-13/+8
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-141/+854
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-8/+8
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-3/+1
2006-11-17tree-vect-transform.c (vect_create_epilog_for_reduction): Fix formating.Zdenek Dvorak1-28/+34
2006-11-08[multiple changes]Dorit Nuzman1-248/+1070
2006-10-22tree-vect-transform.c (vectorizable_load): Use the type of the return value o...Ira Rosen1-3/+5
2006-09-12re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-2/+2
2006-09-05re PR tree-optimization/28952 (tree check: expected class 'expression', have ...Andrew Pinski1-3/+3
2006-08-10re PR tree-optimization/26197 (ICE in is_old_name with vectorizer)Dorit Nuzman1-1/+1
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-14/+14
2006-05-06re PR tree-optimization/27151 (ICE with -ftree-vectorize with mixed types)Richard Guenther1-0/+5
2006-04-27Implement new immediate use iterators.Andrew MacLeod1-2/+4
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-6/+4
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-2/+2
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-128/+294
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2005-12-18re PR tree-optimization/24378 (gcc.dg/vect/pr24300.c (test for excess errors)...Dorit Nuzman1-0/+32
2005-12-06In gcc/ 2005-12-05 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+1
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-2/+2
2005-10-04tree-vect-transform.c (vect_create_epilog_for_reduction): Use BYTES_BIG_ENDIA...Steve Ellcey1-1/+1