summaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-1/+1
* Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman2006-01-191-1/+3
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* c-typeck.c, [...]: Fix comment typos.Kazu Hirata2005-11-051-2/+2
* tree-ssa-operands.c (swap_tree_operands): Export.Dorit Nuzman2005-09-191-15/+3
* common.opt: Add option ftree-vect-loop-version.Keith Besaw2005-09-061-1/+5
* bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block.Zdenek Dvorak2005-08-241-1/+2
* re PR tree-optimization/22228 (ICE with -ftree-vectorize in verify_ssa)Dorit Nuzman2005-08-181-0/+19
* builtins.c: Fix comment typo(s).Volker Reichelt2005-07-281-1/+1
* re PR tree-optimization/22506 (ICE with -ftree-vectorize in var_ann, at tree-...Dorit Nuzman2005-07-281-0/+4
* expr.c (highest_pow2_factor): Make extern.Ira Rosen2005-07-251-40/+4
* re PR tree-optimization/22526 (vectorizer produces mis-match types in conditi...Ira Rosen2005-07-241-1/+2
* reg-stack.c: Fix comment typo(s).Volker Reichelt2005-07-211-1/+1
* tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.Devang Patel2005-07-051-33/+37
* c-decl.c, [...]: Fix comment typos.Kazu Hirata2005-07-031-1/+1
* tree-vectorizer.c (vect_is_simple_reduction): Compare types using TYPE_MAIN_V...Richard Henderson2005-06-281-2/+3
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-2/+2
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman2005-06-181-11/+214
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2005-06-121-1/+1
* tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-...Dorit Nuzman2005-06-101-3/+7
* tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman2005-06-051-34/+144
* re PR tree-optimization/21734 (ICE: -ftree-vectorize, segfault)Dorit Nuzman2005-06-021-3/+11
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-1/+1
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-23/+5
* tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini2005-04-271-14/+3
* [multiple changes]Diego Novillo2005-04-221-142/+49
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-2/+0
* tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel2005-04-111-5/+6
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-4/+0
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-17/+0
* * tree-vectorizer.c: Fix comment typos.Kazu Hirata2005-03-301-3/+3
* tree-vectorizer.c (slpeel_update_phi_nodes_for_guard): Removed.Dorit Naishlos2005-03-291-84/+362
* tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman2005-03-291-2/+1
* tree-vectorizer.c (new_vec_stmt_info): Initialize STMT_VINFO_SUBVARS to NULL.Daniel Berlin2005-03-161-0/+1
* tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme...Dorit Naishlos2005-03-151-3/+4
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-2/+2
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-1/+1
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-27/+21
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-1/+1
* Makefile.in (tree-vect-analyze.o, [...]): New.Dorit Naishlos2005-02-171-4254/+18
* tree-vectorizer.c (vect_get_base_and_offset): Remove.Ira Rosen2005-02-121-435/+422
* tree-data-ref.c (array_base_name_differ_p): Check that the bases exist and ar...Ira Rosen2005-02-121-12/+73
* tree-vectorizer.h (struct _stmt_vec_info): Rename a field: base to base_address.Ira Rosen2005-02-121-33/+8
* tree-vectorizer.c (vect_set_dump_settings): Check that dump_file exists.Dorit Naishlos2005-02-091-2/+4
* invoke.texi (ftree-vectorizer-verbose): New.Leehod Baruch2005-02-071-450/+513
* tree-vectorizer.h (LOC): New type.Leehod Baruch2005-02-031-219/+256
* tree-vectorizer.c (vect_analyze_data_ref_dependence): Function declaration ad...Leehod Baruch2005-02-031-59/+60
* tree-vectorizer.c (slpeel_make_loop_iterate_ntimes): Copy EXPR_LOCUS from ori...Dorit Naishlos2005-02-031-23/+54