aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-15tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme...Dorit Naishlos1-122/+215
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-6/+17
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-1/+1
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2005-03-08tree-vect-analyze.c (vect_object_analysis): Analyze initial condition of acce...Ira Rosen1-3/+4
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-24/+2
2005-02-20re PR tree-optimization/19951 (ICE in tree_split_edge, at tree-cfg.c:3199 wit...Dorit Naishlos1-5/+20
2005-02-17* libgcc2.c, tree-vect-analyze.c: Fix comment typos.Kazu Hirata1-1/+1
2005-02-17tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use POINTER_TYPE_P whe...Ira Rosen1-58/+38
2005-02-17Makefile.in (tree-vect-analyze.o, [...]): New.Dorit Naishlos1-0/+2524