Age | Commit message (Expand) | Author | Files | Lines |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -9/+10 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-19 | loop-doloop.c (doloop_optimize_loops): Remove unused loop iterator argument f... | Peter Bergner | 1 | -2/+1 |
2013-11-09 | target.def (can_use_doloop_p): New hook. | Richard Sandiford | 1 | -45/+24 |
2013-10-09 | loop-doloop.c (doloop_modify, [...]): Use get_max_loop_iterations. | Andrew MacLeod | 1 | -3/+3 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-23 | rtl.texi (REG_NOTES): Say that int_list can also be used. | Richard Sandiford | 1 | -3/+2 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-10-17 | Remove debug code accidentially checked in with last commit. | Joern Rennecke | 1 | -4/+1 |
2012-10-16 | loop-doloop.c (doloop_modify): Pass doloop_end pattern to gen_doloop_begin. | Joern Rennecke | 1 | -4/+13 |
2012-10-08 | loop-unswitch.c (unswitch_single_loop): Use estimated_loop_iterations_int to ... | Jan Hubicka | 1 | -6/+21 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -0/+1 |
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 |
2011-12-02 | Revert: | Joseph Myers | 1 | -14/+6 |
2011-08-18 | rtl.h (set_src_cost, [...]): New functions. | Richard Sandiford | 1 | -1/+1 |
2011-07-06 | explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION instead of GET_MODE_BIT... | Bernd Schmidt | 1 | -4/+4 |
2011-05-11 | Skip DEBUG_INSN in loop-doloop.c | Revital Eres | 1 | -1/+1 |
2011-05-11 | Doloop pattern for ARM | Revital Eres | 1 | -7/+67 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -1/+0 |
2010-07-19 | ddg.c (create_ddg): Exclude nodes of debug_insn in counting nodes of a loop. | Bingfeng Mei | 1 | -2/+2 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-02-19 | re PR middle-end/42233 (c++ builtin_expect code generation regression) | Jakub Jelinek | 1 | -3/+4 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -4/+4 |
2008-11-03 | re PR rtl-optimization/37782 (Stage2 ada compiler miscompiled) | Andrew Pinski | 1 | -5/+7 |
2008-09-18 | re PR rtl-optimization/37451 (Extra addition for doloop in some cases) | Andrew Pinski | 1 | -5/+11 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -1/+2 |
2008-07-02 | rtlanal.c (add_reg_note): New function. | Ian Lance Taylor | 1 | -11/+6 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+3 |
2008-01-17 | Fix 34826 | Mircea Namolaru | 1 | -0/+14 |
2007-08-28 | Modulo-scheduling improvements. Patch 2 of 2 | Mircea Namolaru | 1 | -19/+63 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-06-03 | cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector. | Zdenek Dvorak | 1 | -4/+4 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -6/+2 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -5/+5 |
2006-11-22 | re PR rtl-optimization/29924 (pr24626-4.c fails on powerpc-aix and others) | Zdenek Dvorak | 1 | -1/+5 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -4/+3 |
2006-09-15 | loop-doloop.c (doloop_optimize): Remove bogus arg from debugging printf. | Bernd Schmidt | 1 | -2/+1 |
2006-09-16 | loop-doloop.c (doloop_optimize): Change type of max_cost to int. | Andreas Tobler | 1 | -3/+4 |
2006-09-15 | params.def (PARAM_MAX_ITERATIONS_COMPUTATION_COST): New. | Bernd Schmidt | 1 | -1/+12 |
2006-05-01 | re PR rtl-optimization/27291 (verify_flow_info failed: too many outgoing bran... | Zdenek Dvorak | 1 | -37/+73 |
2005-11-30 | loop-doloop.c (add_test): Only add jump notes if we did emit a jump. | Nathan Sidwell | 1 | -6/+10 |
2005-09-13 | loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather than a HOST_... | Ian Lance Taylor | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-09 | target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop". | Adrian Straetling | 1 | -4/+8 |
2005-06-02 | > 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostafa Hagog... | Steven Bosscher | 1 | -17/+30 |
2005-05-25 | loop-doloop.c: Include "target.h". | Adrian Straetling | 1 | -19/+7 |
2005-04-01 | local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | Nathan Sidwell | 1 | -9/+5 |
2005-03-12 | cfglayout.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |