aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-06-27tree-vect-transform.c (vect_create_epilog_for_reduction): Remove duplicate li...Richard Henderson1-10/+5
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-11/+11
2005-06-26cfg.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-21genopinit.c (vec_shl_optab, [...]): Initialize new optabs.Dorit Nuzman1-51/+206
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-32/+534
2005-06-17tree-vect-transform.c (vect_do_peeling_for_loop_bound): Use initialize_origin...Richard Henderson1-3/+6
2005-06-10tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-...Dorit Nuzman1-4/+4
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-131/+233
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-29tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ...Keith Besaw1-18/+21
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-26tree-vect-transform.c (vectorizable_operation): Try word_mode vectorization i...Paolo Bonzini1-1/+6
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-7/+5
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini1-0/+36
2005-04-24tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P.Kazu Hirata1-1/+1
2005-04-22[multiple changes]Diego Novillo1-0/+5
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0
2005-04-15tree-vect-transform.c (vectorizable_store): Mark necessary objects in the vec...Diego Novillo1-15/+11
2005-04-12* tree-vect-transform.c: Fix comment typos.Kazu Hirata1-2/+2
2005-04-11tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel1-0/+146
2005-04-11tree-vect-analyze (vect_determine_vectorization_factor): Do not use GET_MODE_...Paolo Bonzini1-3/+3
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-2/+11
2005-03-29tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.Dorit Naishlos1-2/+0
2005-03-29tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman1-35/+117
2005-03-15tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme...Dorit Naishlos1-36/+59
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-1/+3
2005-03-12tree-vect-transform.c (vect_get_new_vect_var): Remove local variable prefix_len.Kazu Hirata1-3/+0
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-07Various fixes to allow us to again build if --enable-mapped-location:Per Bothner1-1/+1