aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-transform.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-9/+7
2005-02-17Makefile.in (tree-vect-analyze.o, [...]): New.Dorit Naishlos1-0/+1746