summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
Commit message (Expand)AuthorAgeFilesLines
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-2/+2
* re PR tree-optimization/30771 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman2007-02-141-27/+67
* tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels2007-02-111-0/+1
* tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman2007-02-061-45/+60
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-311-2/+2
* tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen2007-01-211-52/+35
* tree-vectorizer.h (is_pattern_stmt_p): New.Dorit Nuzman2007-01-161-43/+58
* param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman2007-01-141-1/+4
* tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check for sto...Ira Rosen2006-12-121-1/+11
* loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak2006-12-101-1/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-6/+8
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-2/+3
* target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther2006-11-271-0/+1
* c-tree.texi: Document new tree codes.Ira Rosen2006-11-221-24/+585
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-6/+6
* [multiple changes]Dorit Nuzman2006-11-081-48/+53
* re PR tree-optimization/26969 (ICE with -O1 -funswitch-loops -ftree-vectorize)Victor Kaplansky2006-08-071-1/+2
* re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman2006-08-031-1/+4
* tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop2006-03-291-2/+2
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-56/+41
* tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop2006-03-261-11/+5
* Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman2006-01-191-22/+53
* lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop2005-11-051-39/+45
* re PR tree-optimization/23853 (ICE: in tree_low_cst, at tree.c:4270)Richard Guenther2005-09-281-3/+3
* common.opt: Add option ftree-vect-loop-version.Keith Besaw2005-09-061-156/+348
* re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop2005-08-131-1/+1
* re PR tree-optimization/23073 (testsuite failure, gcc.dg/tree-ssa/ifc-2004081...Dorit Nuzman2005-07-271-7/+10
* expr.c (highest_pow2_factor): Make extern.Ira Rosen2005-07-251-1067/+192
* tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.Devang Patel2005-07-051-158/+120
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-3/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman2005-06-181-46/+80
* tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-...Dorit Nuzman2005-06-101-5/+19
* tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman2005-06-051-158/+242
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata2005-05-291-1/+1
* c-common.c, [...]: Fix comment typos.Kazu Hirata2005-05-261-2/+2
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-49/+20
* tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini2005-04-271-8/+1
* tree-vect-analyze.c (vect_mark_relevant): Take VEC(tree,heap) instead of varr...Kazu Hirata2005-04-251-12/+11
* tree-vect-analyze.c (vect_stmt_relevant_p): Process immediate uses of non-vir...Andrew MacLeod2005-04-151-7/+21
* tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel2005-04-111-15/+77
* tree-vect-analyze (vect_determine_vectorization_factor): Do not use GET_MODE_...Paolo Bonzini2005-04-111-1/+1
* tree-vect-analyze.c (vect_analyze_loop_form): Call split_loop_exit_edge inste...Dorit Naishlos2005-04-061-1/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-12/+13
* tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman2005-03-291-7/+19
* re PR tree-optimization/20501 (gcc.dg/vect/vect-93.c fails on ia64-hpux)Dorit Naishlos2005-03-231-2/+3
* re PR tree-optimization/20474 (ICE while compiling openmotif-2.2.3 with -ftre...Dorit Naishlos2005-03-171-2/+9
* tree-vectorizer.c (new_vec_stmt_info): Initialize STMT_VINFO_SUBVARS to NULL.Daniel Berlin2005-03-161-1/+1
* tree-vect-analyze.c (vect_enhance_data_refs_alignment): Copy UNITS_PER_SIMD_W...Steven Bosscher2005-03-161-1/+8