summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
Commit message (Expand)AuthorAgeFilesLines
* 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