aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-20re PR tree-optimization/27331 (segfault in fold_convert with -ftree-vectorize)Zdenek Dvorak1-8/+25
2006-05-30re PR tree-optimization/27779 (ICE at tree-data-ref.c:2335 when using -ftree-...Zdenek Dvorak1-1/+1
2006-04-04tree-scalar-evolution.c (compute_overall_effect_of_inner_loop, [...]): Use bu...Sebastian Pop1-1/+1
2006-04-03re PR tree-optimization/26992 (Internal Compiler Error in dwarf2out.c:7607 bu...Sebastian Pop1-5/+9
2006-04-02tree-scalar-evolution.c (add_to_evolution_1): Pass an extra argument at_stmt.Sebastian Pop1-45/+67
2006-04-02tree-data-ref.c (compute_all_dependences): Use a pointer to the dependence_re...Sebastian Pop1-4/+4
2006-03-29tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop1-10/+10
2006-03-28tree-loop-linear.c: Don't include varray.h.Sebastian Pop1-151/+109
2006-03-26tree-data-ref.c: Rename DDR_SIZE_VECT to DDR_NB_LOOPS.Sebastian Pop1-383/+471
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-11/+12
2006-02-20tree-chrec.c (eq_evolutions_p): New.Sebastian Pop1-213/+551
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-5/+5
2005-12-21tree-data-ref.c (estimate_niter_from_size_of_data): Replace fold_build2 with ...Kazu Hirata1-1/+1
2005-11-05lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop1-83/+138
2005-10-13re PR tree-optimization/24262 (ICE: verify_ssa failed with -O -msse2 -ftree-v...Sebastian Pop1-1/+1
2005-09-22tree-data-ref.c (analyze_array_indexes): Only estimate when estimate_only is ...Daniel Berlin1-1/+2
2005-09-20tree-data-ref.c (get_number_of_iters_for_loop): New function.Daniel Berlin1-64/+97
2005-09-15tree-data-ref.c (analyze_array_indexes): Add estimate_only parameter.Daniel Berlin1-7/+21
2005-08-23lambda-code.c (lambda_vector_lexico_pos): Moved...Sebastian Pop1-2/+19
2005-08-18* tree-data-ref.c (analyze_siv_subscript_cst_affine): Fix comment typo.Volker Reichelt1-1/+1
2005-08-17fold-const.c (optimize_bit_field_compare): Remove extra fold call.James A. Morrison1-16/+12
2005-08-15re PR tree-optimization/23386 (bitmap.c is being miscompiled (VRP))Sebastian Pop1-6/+23
2005-08-14re PR tree-optimization/23320 (ICE in in base_addr_differ_p, at tree-data-ref...Ira Rosen1-13/+24
2005-08-13re PR tree-optimization/22236 (wrong code for casts and scev)Sebastian Pop1-21/+1
2005-07-25expr.c (highest_pow2_factor): Make extern.Ira Rosen1-84/+1393
2005-06-26builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)).Kazu Hirata1-10/+11
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-08tree-data-ref.c (compute_estimated_nb_iterations, [...]): Fixed to use chrec_...Sebastian Pop1-30/+29
2005-06-03tree-data-ref.c (compute_self_dependence): New function.Sebastian Pop1-1/+39
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-16tree-data-ref.c (compute_all_dependences): Change the type of dependence_rela...Kazu Hirata1-7/+11
2005-05-11tree-data-ref.c (find_data_references_in_loop): Give up when the body of the ...Sebastian Pop1-19/+53
2005-05-10tree-data-ref.c (analyze_array_indexes, [...]): Use VEC instead of VARRAY.Kazu Hirata1-11/+11
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-6/+2
2005-04-11tree-data-ref.c (build_classic_dist_vector, [...]): Make externally visible.Devang Patel1-2/+2
2005-03-09tree-data-ref.c (array_base_name_differ_p): Remove ta and tb.Kazu Hirata1-4/+0
2005-02-17* tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert.Ira Rosen1-2/+0
2005-02-12tree-data-ref.c (array_base_name_differ_p): Check that the bases exist and ar...Ira Rosen1-20/+8
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-06re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test ...Daniel Berlin1-58/+56
2004-12-10tree-data-ref.c (free_data_refs): Free each data_reference object.Kazu Hirata1-2/+6
2004-11-12re PR middle-end/18005 (ICE with simple loop with VLA)Sebastian Pop1-5/+15
2004-11-10tree-data-ref.c (build_classic_dist_vector): If either loop is outside of the...Daniel Berlin1-6/+7
2004-11-01Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin1-26/+52
2004-10-31cfgloop.h (struct loop): Remove unused "nodes" field.Jeff Law1-5/+9
2004-10-22alias.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-10-13* tree-data-ref.c: Fix comment typos.Kazu Hirata1-2/+2
2004-10-13Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop1-427/+880
2004-10-04* tree-data-ref.c: Fix comment typos.Kazu Hirata1-4/+4