Age | Commit message (Expand) | Author | Files | Lines |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -2/+4 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -2/+0 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -2/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -42/+42 |
2009-11-25 | tree-ssa-loop-niter.c (finite_loop_p): Do not call twice get_loop_exit_edges. | Sebastian Pop | 1 | -1/+1 |
2009-11-25 | graphite-sese-to-poly.c (pdr_add_data_dimensions): Do not infer loop upper bo... | Sebastian Pop | 1 | -1/+1 |
2009-07-07 | c-lex.c: Replace %H by an explicit location. | Manuel López-Ibáñez | 1 | -4/+2 |
2009-06-21 | re PR middle-end/38729 (long time needed in tree canonical iv) | Richard Guenther | 1 | -0/+6 |
2009-05-20 | re PR tree-optimization/40087 (Number of iterations analysis wrong) | Zdenek Dvorak | 1 | -53/+56 |
2009-04-26 | ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l... | Jan Hubicka | 1 | -0/+45 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -7/+3 |
2009-03-16 | re PR tree-optimization/39455 (ICE : in compare_values_warnv, at tree-vrp.c:1... | Jakub Jelinek | 1 | -5/+31 |
2009-03-04 | tree-scalar-evolution.c (analyze_scalar_evolution_in_loop): Extend comments. | Zdenek Dvorak | 1 | -2/+2 |
2008-11-20 | re PR rtl-optimization/32283 (Missed induction variable optimization) | Zdenek Dvorak | 1 | -1/+1 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -2/+1 |
2008-08-13 | re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a... | Richard Guenther | 1 | -0/+6 |
2008-08-08 | re PR tree-optimization/37056 (ICE in build2_stat, at tree.c:3257) | Richard Guenther | 1 | -26/+22 |
2008-08-04 | re PR middle-end/36691 (wrong value left in induction variable) | Richard Guenther | 1 | -2/+2 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -153/+229 |
2008-07-03 | tree-flow.h (loop_only_exit_p): Declare. | Eric Botcazou | 1 | -1/+1 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+4 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -4/+2 |
2008-03-18 | tree-gimple.h (is_gimple_invariant_address): Declare. | Richard Guenther | 1 | -4/+0 |
2008-03-16 | re PR tree-optimization/35607 (IVOPTs produces invalid gimple) | Richard Guenther | 1 | -0/+4 |
2007-08-22 | re PR tree-optimization/32949 (suboptimal address generation for int indices ... | Zdenek Dvorak | 1 | -2/+6 |
2007-08-14 | alias.c (component_uses_parent_alias_set): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-20 | tree-ssa-loop-niter.c (assert_loop_rolls_lt): Convert the operands of compare... | Zdenek Dvorak | 1 | -4/+6 |
2007-07-02 | tree-flow.h (tree_ssa_useless_type_conversion_1): Rename to ... | Richard Guenther | 1 | -1/+1 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -23/+36 |
2007-06-06 | tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con... | Thomas Neumann | 1 | -5/+5 |
2007-05-26 | c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni... | Kazu Hirata | 1 | -1/+1 |
2007-05-24 | passes.texi: Document predictive commoning. | Zdenek Dvorak | 1 | -1/+1 |
2007-05-14 | tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it... | Zdenek Dvorak | 1 | -2/+2 |
2007-04-30 | double-int.c (mpz_set_double_int): Moved from tree-ssa-loop-niter.c. | Brooks Moses | 1 | -90/+4 |
2007-04-15 | i386.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-04-06 | tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable". | Zdenek Dvorak | 1 | -17/+48 |
2007-03-16 | tree-ssa-loop-niter.c (record_estimate): Add "upper" argument. | Zdenek Dvorak | 1 | -73/+118 |
2007-03-15 | tree-ssa-loop-niter.c (refine_bounds_using_guard, [...]): Handle NE_EXPR guards. | Zdenek Dvorak | 1 | -10/+42 |
2007-03-14 | re PR tree-optimization/30730 (-Wunsafe-loop-optimizations gives too many war... | Zdenek Dvorak | 1 | -133/+829 |
2007-02-25 | tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error. | Zdenek Dvorak | 1 | -4/+69 |
2007-02-18 | cfgloop.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -6/+7 |
2007-02-13 | common.opt: Add Wstrict-overflow and Wstrict-overflow=. | Ian Lance Taylor | 1 | -5/+45 |
2007-02-01 | alias.c (init_alias_analysis): Correct whitespace. | Roger Sayle | 1 | -1/+1 |
2007-01-28 | common.opt: Add fstrict-overflow. | Ian Lance Taylor | 1 | -6/+5 |
2006-12-23 | tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne, [...]): Use integer_zer... | Zdenek Dvorak | 1 | -23/+20 |
2006-12-22 | tree-ssa-loop-niter.c (zero_p, nonzero_p): Removed. | Zdenek Dvorak | 1 | -86/+56 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -10/+6 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -13/+14 |