summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * tree-data-ref.c (array_base_name_differ_p): Remove gcc_assert.Ira Rosen2005-02-171-2/+0
* tree-data-ref.c (array_base_name_differ_p): Check that the bases exist and ar...Ira Rosen2005-02-121-20/+8
* alias.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-1/+1
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test ...Daniel Berlin2005-01-061-58/+56
* tree-data-ref.c (free_data_refs): Free each data_reference object.Kazu Hirata2004-12-101-2/+6
* re PR middle-end/18005 (ICE with simple loop with VLA)Sebastian Pop2004-11-121-5/+15
* tree-data-ref.c (build_classic_dist_vector): If either loop is outside of the...Daniel Berlin2004-11-101-6/+7
* Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin2004-11-011-26/+52
* cfgloop.h (struct loop): Remove unused "nodes" field.Jeff Law2004-10-311-5/+9
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-2/+2
* * tree-data-ref.c: Fix comment typos.Kazu Hirata2004-10-131-2/+2
* Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop2004-10-131-427/+880
* * tree-data-ref.c: Fix comment typos.Kazu Hirata2004-10-041-4/+4
* tree-data-ref.c (array_base_name_differ_p): Fix comments.Sebastian Pop2004-10-041-24/+21
* tree-vectorizer.h (stmt_vec_info): Add vect_dr_base field.Ira Rosen2004-09-191-3/+3
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-5/+5
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-101-3/+3
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-21/+15
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-09-051-1/+1
* [multiple changes]Daniel Berlin2004-08-261-83/+103
* tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos2004-08-171-3/+111
* Makefile.in (OBJS-common): Add tree-data-ref.o.Sebastian Pop2004-07-131-0/+1874