summaryrefslogtreecommitdiff
path: root/gcc/tree-vect-analyze.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-vectorizer.h (unknown_alignment_for_access_p): Replaced by known_alignme...Dorit Naishlos2005-03-151-122/+215
* In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-03-131-6/+17
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-1/+1
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-1/+1
* tree-vect-analyze.c (vect_object_analysis): Analyze initial condition of acce...Ira Rosen2005-03-081-3/+4
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-24/+2
* re PR tree-optimization/19951 (ICE in tree_split_edge, at tree-cfg.c:3199 wit...Dorit Naishlos2005-02-201-5/+20
* * libgcc2.c, tree-vect-analyze.c: Fix comment typos.Kazu Hirata2005-02-171-1/+1
* tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use POINTER_TYPE_P whe...Ira Rosen2005-02-171-58/+38
* Makefile.in (tree-vect-analyze.o, [...]): New.Dorit Naishlos2005-02-171-0/+2524