Age | Commit message (Expand) | Author | Files | Lines |
2008-09-15 | tree-predcom.c (filter_suitable_components): Free all refs in act->refs vecto... | Jakub Jelinek | 1 | -0/+1 |
2008-09-09 | re PR middle-end/37375 ([graphite] Parameter detection and scev only take a s... | Sebastian Pop | 1 | -2/+3 |
2008-09-02 | backport: configure: Regenerate. | Sebastian Pop | 1 | -11/+45 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -2/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -124/+140 |
2008-06-26 | ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings. | Kaveh R. Ghazi | 1 | -4/+6 |
2008-05-20 | tree-loop-linear.c (gather_interchange_stats): Look in the access matrix... | Jan Sjodin | 1 | -3/+25 |
2008-05-20 | re PR middle-end/36206 (ice for legal code with -O3) | Jan Sjodin | 1 | -14/+41 |
2008-05-16 | re PR tree-optimization/36228 (redundant runtime check while vectorizing) | Sebastian Pop | 1 | -1/+19 |
2008-05-09 | tree-scalar-evolution.c: Document instantiate_scev. | Jan Sjodin | 1 | -1/+1 |
2008-05-08 | tree-data-ref.c (dr_analyze_alias): Do not set DR_SUBVARS. | Richard Guenther | 1 | -2/+0 |
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 |