aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-04tree-data-ref.c (array_base_name_differ_p): Fix comments.Sebastian Pop1-24/+21
2004-09-19tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen1-3/+3
2004-09-10bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2004-09-10c-common.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-21/+15
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-08-26[multiple changes]Daniel Berlin1-83/+103
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos1-3/+111
2004-07-13Makefile.in (OBJS-common): Add tree-data-ref.o.Sebastian Pop1-0/+1874