| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | jakub | 2013-01-04 | 1 | -1/+1 |
* | Remove debug code accidentially checked in with last commit. | amylaar | 2012-10-16 | 1 | -4/+1 |
* | * loop-doloop.c (doloop_modify): Pass doloop_end pattern to | amylaar | 2012-10-16 | 1 | -4/+13 |
* | * loop-unswitch.c (unswitch_single_loop): Use | hubicka | 2012-10-08 | 1 | -6/+21 |
* | gcc/ | steven | 2012-07-16 | 1 | -0/+1 |
* | * output.h (__gcc_host_wide_int__): Move to hwint.h. | steven | 2012-05-31 | 1 | -1/+0 |
* | 2012-03-05 Richard Guenther <rguenther@suse.de> | rguenth | 2012-03-05 | 1 | -1/+0 |
* | Revert: | jsm28 | 2011-12-02 | 1 | -14/+6 |
* | gcc/ | rsandifo | 2011-08-18 | 1 | -1/+1 |
* | * explow.c (trunc_int_for_mode): Use GET_MODE_PRECISION | bernds | 2011-07-06 | 1 | -4/+4 |
* | Skip DEBUG_INSN in loop-doloop.c | revitale | 2011-05-11 | 1 | -1/+1 |
* | Doloop pattern for ARM | revitale | 2011-05-11 | 1 | -7/+67 |
* | * diagnostic-core.h: Include bversion.h. | jsm28 | 2010-11-30 | 1 | -1/+0 |
* | 2010-07-19 Bingfeng Mei <bmei@broadcom.com> | meibf | 2010-07-19 | 1 | -2/+2 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | PR middle-end/42233 | jakub | 2010-02-19 | 1 | -3/+4 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -4/+4 |
* | 2008-11-03 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2008-11-03 | 1 | -5/+7 |
* | 2008-09-18 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2008-09-18 | 1 | -5/+11 |
* | * fwprop.c (should_replace_address): Add speed attribute. | hubicka | 2008-08-31 | 1 | -1/+2 |
* | * rtlanal.c (add_reg_note): New function. | ian | 2008-07-02 | 1 | -11/+6 |
* | gcc/ | rwild | 2008-06-06 | 1 | -2/+3 |
* | Fix 34826 | revitale | 2008-01-17 | 1 | -0/+14 |
* | Modulo-scheduling improvements. Patch 2 of 2 | revitale | 2007-08-28 | 1 | -19/+63 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge): | rakdver | 2007-06-03 | 1 | -4/+4 |
* | * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | rakdver | 2006-12-10 | 1 | -6/+2 |
* | * tree-vrp.c (execute_vrp): Do not pass loops structure through | rakdver | 2006-11-25 | 1 | -5/+5 |
* | PR rtl-optimization/29924 | rakdver | 2006-11-22 | 1 | -1/+5 |
* | * tree-vrp.c (execute_vrp): Do not update current_loops. | rakdver | 2006-11-17 | 1 | -4/+3 |
* | * loop-doloop.c (doloop_optimize): Remove bogus arg from debugging | bernds | 2006-09-15 | 1 | -2/+1 |
* | 2006-09-16 Andreas Tobler <a.tobler@schweiz.org> | andreast | 2006-09-15 | 1 | -3/+4 |
* | * params.def (PARAM_MAX_ITERATIONS_COMPUTATION_COST): New. | bernds | 2006-09-15 | 1 | -1/+12 |
* | PR rtl-optimization/27291 | rakdver | 2006-05-01 | 1 | -37/+73 |
* | * loop-doloop.c (add_test): Only add jump notes if we did emit a | nathan | 2005-11-30 | 1 | -6/+10 |
* | * loop-doloop.c (doloop_modify): Use GEN_INT to pass an rtx rather | ian | 2005-09-13 | 1 | -1/+1 |
* | Update FSF address. | kcook | 2005-06-25 | 1 | -2/+2 |
* | 2005-06-09 Adrian Straetling <straetling@de.ibm.com> | uweigand | 2005-06-09 | 1 | -4/+8 |
* | > 2005-06-02 Steven Bosscher <stevenb@suse.de> | hagog | 2005-06-02 | 1 | -17/+30 |
* | 2005-05-25 Adrian Straetling <straetling@de.ibm.com> | uweigand | 2005-05-25 | 1 | -19/+7 |
* | * local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable. | nathan | 2005-04-01 | 1 | -9/+5 |
* | * cfglayout.c, loop-doloop.c, profile.c, target-def.h, | kazu | 2005-03-12 | 1 | -1/+1 |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -6/+6 |
* | * loop-doloop.c (doloop_optimize): Extend count. | matz | 2004-10-08 | 1 | -1/+1 |
* | PR rtl-optimization/17791 | rakdver | 2004-10-07 | 1 | -9/+38 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -6/+6 |
* | PR rtl-optimization/17625 | rakdver | 2004-09-24 | 1 | -2/+2 |
* | Revert 2004-09-09 Giovanni Bajo <giovannibajo@gcc.gnu.org> | nathan | 2004-09-10 | 1 | -7/+7 |
* | * lambda-mat.c (lambda_matrix_inverse_hard): Use gcc_assert | nathan | 2004-09-10 | 1 | -7/+7 |