aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-data-ref.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-21tree-data-ref.c (dump_data_dependence_relation): Avoid data reference dumps i...Martin Jambor1-6/+9
2008-03-18tree-gimple.h (is_gimple_invariant_address): Declare.Richard Guenther1-1/+4
2008-02-28invoke.texi: Document -ftree-loop-distribution.Sebastian Pop1-54/+484
2008-01-16re PR tree-optimization/34769 (gcc.dg/vect/no-vfa-pr29145.c)Richard Guenther1-12/+3
2008-01-16tree-data-ref.c (subscript_dependence_tester_1): Call free_conflict_function.Sebastian Pop1-2/+12
2008-01-09re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)Richard Guenther1-4/+13
2008-01-03re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)Sebastian Pop1-25/+14
2008-01-03re PR tree-optimization/34458 (ICE in int_cst_value, at tree.c:8047 at -O3)Sebastian Pop1-14/+25
2008-01-03re PR tree-optimization/34635 (tree check: expected polynomial_chrec, have in...Sebastian Pop1-3/+13
2007-12-21tree-data-ref.c (signed_type_for_types): New.Sebastian Pop1-31/+49
2007-12-20re PR tree-optimization/34413 (gfortran.dg/ltrans-7.f90 doesn't work)Sebastian Pop1-19/+19
2007-12-03re PR tree-optimization/33453 (ICE in build2_stat, at tree.c:3110 with -ftree...Jakub Jelinek1-3/+6
2007-11-10re PR tree-optimization/33680 (ICE when compilling elbg.c from ffmpeg (vector...Jakub Jelinek1-1/+21
2007-11-05re PR tree-optimization/33856 (Segfault in create_data_ref/compute_data_depen...Jakub Jelinek1-3/+3
2007-10-31re PR tree-optimization/32377 (can't determine dependence (source/destination...Sebastian Pop1-106/+66
2007-09-05re PR tree-optimization/33017 (tree check fail for legal code)Jakub Jelinek1-1/+2
2007-08-24re PR tree-optimization/32573 (ice for legal code with -O3)Jakub Jelinek1-13/+26
2007-08-19tree-data-refs.c (split_constant_offset): Expose.Dorit Nuzman1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-17/+15
2007-07-312007-07-30 Jan Sjodin <jan.sjodin@amd.com>Jan Sjodin1-0/+21
2007-07-29tree-data-ref.c (add_multivariate_self_dist): Parametric access functions can...Sebastian Pop1-3/+7
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-23tree-data-ref.c (find_vertex_for_stmt, [...]): New.Sebastian Pop1-0/+184
2007-07-04tree-data-ref.h (data_dependence_relation): New flag reversed_p.Sebastian Pop1-0/+2
2007-07-04re PR target/32457 (Complete program optimized away (i686, -ftree-vectorize))Sebastian Pop1-24/+22
2007-06-20re PR tree-optimization/32075 (can't determine dependence between p->a[x+i] a...Sebastian Pop1-41/+54
2007-06-15[multiple changes]Andrew Pinski1-2/+7
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak1-1/+1
2007-06-10tree-data-ref.c (dr_may_alias_p): Check that decl_a != decl_b, and allow DECL...Daniel Berlin1-2/+3
2007-05-29tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer.Zdenek Dvorak1-3/+3
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-05-24passes.texi: Document predictive commoning.Zdenek Dvorak1-15/+19
2007-05-21re PR tree-optimization/31995 (can't determine dependence between p->a[x+i] a...Andrew Pinski1-8/+8
2007-05-13tree-scalar-evolution.c (resolve_mixers): Exported.Zdenek Dvorak1-1516/+428
2007-04-11tree-data-ref.c (chrec_steps_divide_constant_p): Removed.Zdenek Dvorak1-30/+21
2007-04-11tree-data-ref.c (affine_function_zero_p, [...]): New.Sebastian Pop1-0/+75
2007-04-11tree-data-ref.c (add_multivariate_self_dist): Force the distance vector to be...Zdenek Dvorak1-2/+15
2007-04-06tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable".Zdenek Dvorak1-5/+7
2007-03-30re PR tree-optimization/31383 (ICE with -O2 -ftree-vectorize (regression))Zdenek Dvorak1-1/+2
2007-03-16tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.Zdenek Dvorak1-21/+11
2007-03-11tree-data-ref.c (analyze_offset): Add a return value (bool) to indicate succe...Ira Rosen1-7/+30
2007-03-09loop.texi: Document the Omega linear constraints solver.Sebastian Pop1-84/+644
2007-02-25tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak1-48/+96
2007-02-22* tree-data-ref.c (ptr_ptr_may_alias_p): Take alias sets into account.Ira Rosen1-1/+14
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-3/+4
2007-02-12re PR tree-optimization/29145 (unsafe use of restrict qualifier)Dorit Nuzman1-4/+16
2007-01-28tree-data-ref.c (conflict_fn): Assert that the number of affine relations in ...Zdenek Dvorak1-0/+1
2007-01-28tree.c (tree_fold_gcd): Delete.Roger Sayle1-4/+4
2007-01-26tree-data-ref.c (dump_subscript): Use dump_conflict_function.Zdenek Dvorak1-239/+474