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