aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-28tree-vectorizer.c (vect_is_simple_reduction): Compare types using TYPE_MAIN_V...Richard Henderson1-2/+3
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-11/+214
2005-06-12cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-10tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-...Dorit Nuzman1-3/+7
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-34/+144
2005-06-02re PR tree-optimization/21734 (ICE: -ftree-vectorize, segfault)Dorit Nuzman1-3/+11
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-23/+5
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini1-14/+3
2005-04-22[multiple changes]Diego Novillo1-142/+49
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-2/+0
2005-04-11tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel1-5/+6
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-4/+0
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-17/+0
2005-03-30* tree-vectorizer.c: Fix comment typos.Kazu Hirata1-3/+3
2005-03-29tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.Dorit Naishlos1-84/+362
2005-03-29tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman1-2/+1
2005-03-16tree-vectorizer.c (new_vec_stmt_info): Initialize STMT_VINFO_SUBVARS to NULL.Daniel Berlin1-0/+1
2005-03-15tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme...Dorit Naishlos1-3/+4
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-2/+2
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-1/+1
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-27/+21
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-1/+1
2005-02-17Makefile.in (tree-vect-analyze.o, [...]): New.Dorit Naishlos1-4254/+18
2005-02-12tree-vectorizer.c (vect_get_base_and_offset): Remove.Ira Rosen1-435/+422
2005-02-12tree-data-ref.c (array_base_name_differ_p): Check that the bases exist and ar...Ira Rosen1-12/+73
2005-02-12tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base to base_address.Ira Rosen1-33/+8
2005-02-09tree-vectorizer.c (vect_set_dump_settings): Check that dump_file exists.Dorit Naishlos1-2/+4
2005-02-07invoke.texi (ftree-vectorizer-verbose): New.Leehod Baruch1-450/+513
2005-02-03tree-vectorizer.h (LOC): New type.Leehod Baruch1-219/+256
2005-02-03tree-vectorizer.c (vect_analyze_data_ref_dependence): Function declaration ad...Leehod Baruch1-59/+60
2005-02-03tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy EXPR_LOCUS from ori...Dorit Naishlos1-23/+54
2005-01-31tree-vectorizer.c (vect_analyze_offset_expr): Use ssizetype instead sizetype.Ira Rosen1-44/+45
2005-01-24tree-flow-inline.h (phi_arg_from_edge): Remove.Kazu Hirata1-4/+3
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-10* tree-vectorizer.c, tree.def: Fix comment typos.Kazu Hirata1-3/+3
2005-01-09tree-vectorizer.c (vect_enhance_data_refs_alignment): Add dump prints.Dorit Naishlos1-2/+16
2005-01-09tree-vectorizer.c (vect_analyze_offset_expr): Use expr_invariant_in_loop_p.Ira Rosen1-19/+22
2005-01-04tree-vectorizer.c (vect_analyze_offset_expr): Test for INTEGER_CST instead of...Ira Rosen1-5/+5
2005-01-04tree-vectorizer.c (vect_strip_conversions): New function.Ira Rosen1-15/+44
2005-01-02tree-vectorizer.c (vect_analyze_offset_expr): Strip conversions that don't na...Richard Henderson1-1/+16
2004-12-29tree-vectorizer.c (vect_get_base_and_offset): Adjust call too get_inner_refer...Dorit Nuzman1-1/+1
2004-12-29re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre...Ira Rosen1-531/+279
2004-12-29re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre...Ira Rosen1-24/+23
2004-12-29re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre...Ira Rosen1-4/+193
2004-12-29re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-addre...Ira Rosen1-171/+109