aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-02-14re PR tree-optimization/30771 (ice for legal code with -O2 -ftree-vectorize)Dorit Nuzman1-27/+67
2007-02-11tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook.Tehila Meyzels1-0/+1
2007-02-06tree-vectorizer.c (vect_is_simple_use): Support induction.Dorit Nuzman1-45/+60
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen1-52/+35
2007-01-16tree-vectorizer.h (is_pattern_stmt_p): New.Dorit Nuzman1-43/+58
2007-01-14param.h (MIN_VECT_LOOP_BOUND): New.Dorit Nuzman1-1/+4
2006-12-12tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check for sto...Ira Rosen1-1/+11
2006-12-10loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak1-1/+1
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-6/+8
2006-12-02builtins.c, [...]: Fix comment typos.Kazu Hirata1-2/+3
2006-11-27target.h (struct gcc_target): Add builtin_vectorized_function target hook.Richard Guenther1-0/+1
2006-11-22c-tree.texi: Document new tree codes.Ira Rosen1-24/+585
2006-11-21tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak1-6/+6
2006-11-08[multiple changes]Dorit Nuzman1-48/+53
2006-08-07re PR tree-optimization/26969 (ICE with -O1 -funswitch-loops -ftree-vectorize)Victor Kaplansky1-1/+2
2006-08-03re PR middle-end/27770 (wrong code in spec tests for -ftree-vectorize -maltivec)Dorit Nuzman1-1/+4
2006-03-29tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop1-2/+2
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-56/+41
2006-03-26tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop1-11/+5
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-22/+53
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-39/+45
2005-09-28re PR tree-optimization/23853 (ICE: in tree_low_cst, at tree.c:4270)Richard Guenther1-3/+3
2005-09-06common.opt: Add option ftree-vect-loop-version.Keith Besaw1-156/+348
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-1/+1
2005-07-27re PR tree-optimization/23073 (testsuite failure, gcc.dg/tree-ssa/ifc-2004081...Dorit Nuzman1-7/+10
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-1067/+192
2005-07-05tree-vectorizer.h (struct _loop_vec_info): Remove loop_line_number.Devang Patel1-158/+120
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-3/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-18tree.def (REDUC_MAX_EXPR, [...]): New tree-codes.Dorit Nuzman1-46/+80
2005-06-10tree-vect-analyze.c (vect_analyze_data_ref_dependence): DRs whose dependence-...Dorit Nuzman1-5/+19
2005-06-05tree-flow.h (stmt_ann_d): Move aux to ...Dorit Nuzman1-158/+242
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-29cgraphunit.c, [...]: Fix typos and follow spelling conventions in error/dump ...Kazu Hirata1-1/+1
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-49/+20
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini1-8/+1
2005-04-25tree-vect-analyze.c (vect_mark_relevant): Take VEC(tree,heap) instead of varr...Kazu Hirata1-12/+11
2005-04-15tree-vect-analyze.c (vect_stmt_relevant_p): Process immediate uses of non-vir...Andrew MacLeod1-7/+21
2005-04-11tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel1-15/+77
2005-04-11tree-vect-analyze (vect_determine_vectorization_factor): Do not use GET_MODE_...Paolo Bonzini1-1/+1
2005-04-06tree-vect-analyze.c (vect_analyze_loop_form): Call split_loop_exit_edge inste...Dorit Naishlos1-1/+1
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-12/+13
2005-03-29tree-ssanames.c (duplicate_ssa_name_ptr_info): New function.Dorit Nuzman1-7/+19
2005-03-23re PR tree-optimization/20501 (gcc.dg/vect/vect-93.c fails on ia64-hpux)Dorit Naishlos1-2/+3
2005-03-17re PR tree-optimization/20474 (ICE while compiling openmotif-2.2.3 with -ftre...Dorit Naishlos1-2/+9
2005-03-16tree-vectorizer.c (new_vec_stmt_info): Initialize STMT_VINFO_SUBVARS to NULL.Daniel Berlin1-1/+1
2005-03-16tree-vect-analyze.c (vect_enhance_data_refs_alignment): Copy UNITS_PER_SIMD_W...Steven Bosscher1-1/+8