aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-30tree-vect-transform.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-09-19tree-flow.h (merge_alias_info): Declare.Richard Henderson1-117/+43
2005-09-14re PR middle-end/22480 (ICE in convert_move, at expr.c:390 with -ftree-vector...Uros Bizjak1-2/+43
2005-09-06common.opt: Add option ftree-vect-loop-version.Keith Besaw1-1/+147
2005-08-21tree-vect-transform.c (get_initial_def_for_reduction): Set need_epilog_adjust...Dorit Nuzman1-42/+21
2005-08-18re PR tree-optimization/22228 (ICE with -ftree-vectorize in verify_ssa)Dorit Nuzman1-0/+9
2005-08-09tree-vect-transform.c (vect_create_epilog_for_reduction): Set BIT_FIELD_REF_U...Dorit Nuzman1-9/+16
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-30/+21
2005-07-20Make CONSTRUCTOR use VEC to store initializers.Giovanni Bajo1-2/+3
2005-07-19bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston1-1/+1
2005-07-05tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.Devang Patel1-57/+57
2005-06-29tree-vect-transform.c (vect_min_worthwhile_factor): Declare.Richard Henderson1-0/+31
2005-06-29re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))Steve Ellcey1-1/+1
2005-06-28tree-vect-transform.c (get_initial_def_for_reduction): Use correct type for D...Richard Henderson1-11/+16