Age | Commit message (Expand) | Author | Files | Lines |
2013-05-21 | re PR tree-optimization/57318 (optimizer takes several seconds on nested loops) | Richard Biener | 1 | -1/+3 |
2013-05-10 | re PR tree-optimization/57214 (ice: tree check: expected ssa_name, have integ... | Richard Biener | 1 | -1/+2 |
2013-04-03 | re PR tree-optimization/56817 (ICE in hide_evolution_in_other_loops_than_loop) | Richard Biener | 1 | -31/+60 |
2013-03-01 | re PR middle-end/56461 (GCC is leaking lots of memory) | Jakub Jelinek | 1 | -1/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-03 | dumpfile.c (dump_loc): Print filename with location. | Teresa Johnson | 1 | -12/+30 |
2012-12-14 | re PR tree-optimization/55684 (ICE in remove_redundant_iv_tests, at tree-ssa-... | Richard Biener | 1 | -3/+2 |
2012-12-07 | tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add UPPER_BOUND parameter. | Jan Hubicka | 1 | -6/+25 |
2012-11-20 | Introduce vNULL to use as a nil initializer for vec<>. | Diego Novillo | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -29/+28 |
2012-11-06 | cfgloopanal.c (get_loop_hot_path): New function. | Jan Hubicka | 1 | -23/+148 |
2012-11-05 | tree-ssa-loop-niter.c (find_loop_niter): Remove just_once_each_iteration_p. | Jan Hubicka | 1 | -7/+7 |
2012-11-02 | re PR tree-optimization/55079 (false positive -Warray-bounds (also seen at -O... | Jan Hubicka | 1 | -70/+220 |
2012-11-01 | This patch normalizes more bitmap function names. | Lawrence Crowl | 1 | -1/+1 |
2012-10-30 | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 1 | -1/+1 |
2012-10-25 | re PR lto/54980 (gimple check: expected gimple_cond(error_mark), have gimple_... | Jan Hubicka | 1 | -1/+5 |
2012-10-23 | re PR tree-optimization/54967 (ICE in check_loop_closed_ssa_use, at tree-ssa-... | Jan Hubicka | 1 | -14/+45 |
2012-10-17 | tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancel paramet... | Jan Hubicka | 1 | -37/+246 |
2012-09-23 | re PR tree-optimization/54669 (verify_flow_info failure after loop unrolling ... | Eric Botcazou | 1 | -0/+1 |
2012-09-17 | * tree-cfgcleanup. (cleanup_control_expr_graph) <GIMPLE_COND>: Remove | Eric Botcazou | 1 | -4/+110 |
2012-09-05 | re PR tree-optimization/46590 (long compile time with -O2 and many loops) | Richard Guenther | 1 | -1/+3 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+0 |
2010-09-20 | re PR tree-optimization/45605 (Missed devirtualization) | Jan Hubicka | 1 | -4/+2 |
2010-09-03 | cgraph.h (struct varpool_node): Add const_value_known. | Jan Hubicka | 1 | -3/+1 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -4/+0 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+2 |
2010-02-27 | re PR tree-optimization/43186 (A loop in tree_unroll_loops_completely never e... | Richard Guenther | 1 | -1/+3 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -11/+11 |
2009-07-03 | loop-24.c: Update dump file matching; enable -O2. | Jan Hubicka | 1 | -184/+0 |
2009-05-11 | pr21829.c: Simplify matching since we now optimize better. | Jan Hubicka | 1 | -17/+187 |
2009-04-26 | ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l... | Jan Hubicka | 1 | -2/+1 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -1/+1 |
2008-08-29 | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 1 | -1/+1 |
2008-08-01 | tree-ssa-pre.c (fini_pre): Take in_fre parameter. | Richard Guenther | 1 | -4/+11 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -42/+39 |
2008-04-29 | re PR tree-optimization/36078 (gfortran fails to build cpu2006/465.tonto) | Richard Guenther | 1 | -1/+2 |
2008-04-27 | re PR tree-optimization/18754 (unrolling happens too late/SRA does not happen... | Richard Guenther | 1 | -31/+43 |
2007-11-14 | tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Remove unused edges aft... | Sebastian Pop | 1 | -23/+17 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-02-09 | re PR tree-optimization/23361 (Can't eliminate empty loops with power of two ... | Zdenek Dvorak | 1 | -0/+3 |
2007-01-28 | tree-ssa-loop-unswitch.c: Include tree-inline.h. | Zdenek Dvorak | 1 | -4/+4 |
2006-12-20 | loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header... | Zdenek Dvorak | 1 | -6/+1 |
2006-12-10 | loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut... | Zdenek Dvorak | 1 | -7/+1 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -15/+7 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -1/+1 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -21/+20 |
2006-11-21 | tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions. | Zdenek Dvorak | 1 | -2/+2 |