Age | Commit message (Expand) | Author | Files | Lines |
2013-01-17 | Fix PR55833. | Marek Polacek | 1 | -6/+5 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-10-17 | cfgloopmanip.c (copy_loop_info): New function. | Jan Hubicka | 1 | -0/+1 |
2012-10-08 | loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ... | Jan Hubicka | 1 | -1/+3 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -0/+1 |
2012-06-17 | cfglayout.h: Remove. | Steven Bosscher | 1 | -1/+0 |
2012-05-31 | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 1 | -1/+0 |
2012-03-05 | cfgloop.c (verify_loop_structure): Verify dominators before using them. | Richard Guenther | 1 | -1/+0 |
2012-02-03 | re PR rtl-optimization/52092 (ICE: internal consistency failure) | Jakub Jelinek | 1 | -2/+2 |
2010-06-24 | loop-unswitch.c (compare_and_jump_seq): Assert that the last insn in the sequ... | Nick Clifton | 1 | -0/+2 |
2010-02-19 | re PR middle-end/42233 (c++ builtin_expect code generation regression) | Jakub Jelinek | 1 | -2/+2 |
2009-11-28 | ira-color.c (put_allocno_into_bucket): Remove set but not used local variable... | David Binderman | 1 | -2/+0 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+2 |
2008-08-29 | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 1 | -1/+1 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-01-31 | cfgloop.h: Include vec-prim.h. | Zdenek Dvorak | 1 | -1/+1 |
2007-01-14 | loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement. | Zdenek Dvorak | 1 | -5/+0 |
2007-01-03 | loop-unswitch.c (unswitch_loop): Pass probabilities to loopify. | Zdenek Dvorak | 1 | -1/+2 |
2006-12-20 | loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header... | Zdenek Dvorak | 1 | -7/+2 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -11/+2 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -22/+19 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -2/+2 |
2006-01-20 | loop-iv.c: Include df.h and hashtab.h. | Zdenek Dvorak | 1 | -3/+2 |
2005-12-14 | loop-unswitch.c (unswitch_loop): Free zero_bitmap before returning. | Sebastian Pop | 1 | -2/+5 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -3/+3 |
2005-05-03 | re PR rtl-optimization/21330 (ICE in compare_and_jump_seq, at loop-unswitch.c... | Jakub Jelinek | 1 | -2/+3 |
2005-04-01 | local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | Nathan Sidwell | 1 | -22/+12 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-08 | c-semantics.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-07 | * loop-unswitch.c (unswitch_loop): Remove local variable src. | Kazu Hirata | 1 | -2/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-10-25 | cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge. | Kazu Hirata | 1 | -1/+2 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -13/+12 |
2004-09-23 | cfgloop.h (update_single_exits_after_duplication): Declare. | Zdenek Dvorak | 1 | -1/+1 |
2004-09-10 | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | Nathan Sidwell | 1 | -17/+23 |
2004-09-10 | lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert and gcc_unreachable... | Giovanni Bajo | 1 | -23/+17 |
2004-07-27 | expr.h (canonicalize_condition, [...]): Add an int argument. | Richard Sandiford | 1 | -1/+1 |
2004-05-19 | Multiple fixes: PRs 14692, 15274 and 15463 | Zdenek Dvorak | 1 | -8/+18 |
2004-05-13 | loop-unswitch.c (unswitch_single_loop): Free bbs at the end. | Andrew Pinski | 1 | -0/+2 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -14/+14 |
2004-02-24 | cfgloop.h, [...]: Replace iv_analyse with iv_analyze. | Kazu Hirata | 1 | -1/+1 |
2004-02-17 | loop-iv.c: New file. | Zdenek Dvorak | 1 | -78/+152 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+1 |
2004-01-29 | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 1 | -1/+0 |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -11/+10 |
2003-12-27 | re PR rtl-optimization/13159 (FAIL: gcc.c-torture/compile/930621-1.c) | Zdenek Dvorak | 1 | -0/+4 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -5/+5 |
2003-09-14 | re PR rtl-optimization/10914 (unswitch loops does not work on powerpc) | Zdenek Dvorak | 1 | -2/+2 |