summaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
Commit message (Expand)AuthorAgeFilesLines
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-124/+140
* ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi2008-06-261-4/+6
* tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin2008-05-201-3/+25
* re PR middle-end/36206 (ice for legal code with -O3)Jan Sjodin2008-05-201-14/+41
* re PR tree-optimization/36228 (redundant runtime check while vectorizing)Sebastian Pop2008-05-161-1/+19
* tree-scalar-evolution.c: Document instantiate_scev.Jan Sjodin2008-05-091-1/+1
* tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS.Richard Guenther2008-05-081-2/+0
* tree-data-ref.c (dump_data_dependence_relation): Avoid data reference dumps i...Martin Jambor2008-03-211-6/+9
* tree-gimple.h (is_gimple_invariant_address): Declare.Richard Guenther2008-03-181-1/+4
* invoke.texi: Document -ftree-loop-distribution.Sebastian Pop2008-02-281-54/+484
* re PR tree-optimization/34769 (gcc.dg/vect/no-vfa-pr29145.c)Richard Guenther2008-01-161-12/+3
* tree-data-ref.c (subscript_dependence_tester_1): Call free_conflict_function.Sebastian Pop2008-01-161-2/+12
* re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)Richard Guenther2008-01-091-4/+13
* re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)Sebastian Pop2008-01-031-25/+14
* re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)Sebastian Pop2008-01-031-14/+25
* re PR tree-optimization/34635 (tree check: expected polynomial_chrec, have in...Sebastian Pop2008-01-031-3/+13
* tree-data-ref.c (signed_type_for_types): New.Sebastian Pop2007-12-211-31/+49
* re PR tree-optimization/34413 (gfortran.dg/ltrans-7.f90 doesn't work)Sebastian Pop2007-12-201-19/+19
* re PR tree-optimization/33453 (ICE in build2_stat, at tree.c:3110 with -ftree...Jakub Jelinek2007-12-031-3/+6
* re PR tree-optimization/33680 (ICE when compilling elbg.c from ffmpeg (vector...Jakub Jelinek2007-11-101-1/+21
* re PR tree-optimization/33856 (Segfault in create_data_ref/compute_data_depen...Jakub Jelinek2007-11-051-3/+3
* re PR tree-optimization/32377 (can't determine dependence (source/destination...Sebastian Pop2007-10-311-106/+66
* re PR tree-optimization/33017 (tree check fail for legal code)Jakub Jelinek2007-09-051-1/+2
* re PR tree-optimization/32573 (ice for legal code with -O3)Jakub Jelinek2007-08-241-13/+26
* tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman2007-08-191-1/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-17/+15
* 2007-07-30 Jan Sjodin <jan.sjodin@amd.com>Jan Sjodin2007-07-311-0/+21
* tree-data-ref.c (add_multivariate_self_dist): Parametric access functions can...Sebastian Pop2007-07-291-3/+7
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* tree-data-ref.c (find_vertex_for_stmt, [...]): New.Sebastian Pop2007-07-231-0/+184
* tree-data-ref.h (data_dependence_relation): New flag reversed_p.Sebastian Pop2007-07-041-0/+2
* re PR target/32457 (Complete program optimized away (i686, -ftree-vectorize))Sebastian Pop2007-07-041-24/+22
* re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] a...Sebastian Pop2007-06-201-41/+54
* [multiple changes]Andrew Pinski2007-06-151-2/+7
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-3/+3
* tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak2007-06-101-1/+1
* tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b, and allow DECL...Daniel Berlin2007-06-101-2/+3
* tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak2007-05-291-3/+3
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-05-251-2/+2
* passes.texi: Document predictive commoning.Zdenek Dvorak2007-05-241-15/+19
* re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski2007-05-211-8/+8
* tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak2007-05-131-1516/+428
* tree-data-ref.c (chrec_steps_divide_constant_p): Removed.Zdenek Dvorak2007-04-111-30/+21
* tree-data-ref.c (affine_function_zero_p, [...]): New.Sebastian Pop2007-04-111-0/+75
* tree-data-ref.c (add_multivariate_self_dist): Force the distance vector to be...Zdenek Dvorak2007-04-111-2/+15
* tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable".Zdenek Dvorak2007-04-061-5/+7
* re PR tree-optimization/31383 (ICE with -O2 -ftree-vectorize (regression))Zdenek Dvorak2007-03-301-1/+2
* tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.Zdenek Dvorak2007-03-161-21/+11
* tree-data-ref.c (analyze_offset): Add a return value (bool) to indicate succe...Ira Rosen2007-03-111-7/+30
* loop.texi: Document the Omega linear constraints solver.Sebastian Pop2007-03-091-84/+644