summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak2007-02-251-48/+96
* * tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.Ira Rosen2007-02-221-1/+14
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-3/+4
* re PR tree-optimization/29145 (unsafe use of restrict qualifier)Dorit Nuzman2007-02-121-4/+16
* tree-data-ref.c (conflict_fn): Assert that the number of affine relations in ...Zdenek Dvorak2007-01-281-0/+1
* tree.c (tree_fold_gcd): Delete.Roger Sayle2007-01-281-4/+4
* tree-data-ref.c (dump_subscript): Use dump_conflict_function.Zdenek Dvorak2007-01-261-239/+474
* tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo2006-12-111-6/+5
* loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak2006-12-101-1/+1
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-7/+1
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* Makefile.in (tree-data-ref.o): Add langhooks.h dependency.Zdenek Dvorak2006-11-121-186/+141
* re PR tree-optimization/29330 (-O -ftree-loop-linear --> virtual memory ex...Jakub Jelinek2006-10-061-11/+20
* re PR tree-optimization/21591 (not vectorizing a loop with access to structs)Ira Rosen2006-09-171-15/+69
* re PR tree-optimization/27331 (segfault in fold_convert with -ftree-vectorize)Zdenek Dvorak2006-06-201-8/+25
* re PR tree-optimization/27779 (ICE at tree-data-ref.c:2335 when using -ftree-...Zdenek Dvorak2006-05-301-1/+1
* tree-scalar-evolution.c (compute_overall_effect_of_inner_loop, [...]): Use bu...Sebastian Pop2006-04-041-1/+1
* re PR tree-optimization/26992 (Internal Compiler Error in dwarf2out.c:7607 bu...Sebastian Pop2006-04-031-5/+9
* tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop2006-04-021-45/+67
* tree-data-ref.c (compute_all_dependences): Use a pointer to the dependence_re...Sebastian Pop2006-04-021-4/+4
* tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop2006-03-291-10/+10
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-151/+109
* tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop2006-03-261-383/+471
* tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo2006-03-011-11/+12
* tree-chrec.c (eq_evolutions_p): New.Sebastian Pop2006-02-201-213/+551
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-5/+5
* tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with ...Kazu Hirata2005-12-211-1/+1
* lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop2005-11-051-83/+138
* re PR tree-optimization/24262 (ICE: verify_ssa failed with -O -msse2 -ftree-v...Sebastian Pop2005-10-131-1/+1
* tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ...Daniel Berlin2005-09-221-1/+2
* tree-data-ref.c (get_number_of_iters_for_loop): New function.Daniel Berlin2005-09-201-64/+97
* tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.Daniel Berlin2005-09-151-7/+21
* lambda-code.c (lambda_vector_lexico_pos): Moved...Sebastian Pop2005-08-231-2/+19
* * tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.Volker Reichelt2005-08-181-1/+1
* fold-const.c (optimize_bit_field_compare): Remove extra fold call.James A. Morrison2005-08-171-16/+12
* re PR tree-optimization/23386 (bitmap.c is being miscompiled (VRP))Sebastian Pop2005-08-151-6/+23
* re PR tree-optimization/23320 (ICE in in base_addr_differ_p, at tree-data-ref...Ira Rosen2005-08-141-13/+24
* re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop2005-08-131-21/+1
* expr.c (highest_pow2_factor): Make extern.Ira Rosen2005-07-251-84/+1393
* builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata2005-06-261-10/+11
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-data-ref.c (compute_estimated_nb_iterations, [...]): Fixed to use chrec_...Sebastian Pop2005-06-081-30/+29
* tree-data-ref.c (compute_self_dependence): New function.Sebastian Pop2005-06-031-1/+39
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* tree-data-ref.c (compute_all_dependences): Change the type of dependence_rela...Kazu Hirata2005-05-161-7/+11
* tree-data-ref.c (find_data_references_in_loop): Give up when the body of the ...Sebastian Pop2005-05-111-19/+53
* tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-101-11/+11
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-6/+2
* tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel2005-04-111-2/+2
* tree-data-ref.c (array_base_name_differ_p): Remove ta and tb.Kazu Hirata2005-03-091-4/+0