| Commit message (Expand) | Author | Age | Files | Lines |
* | loop-doloop.c: Use rtx_insn in a few places | dmalcolm | 2014-08-22 | 1 | -4/+5 |
* | 2014-05-23 Richard Biener <rguenther@suse.de> | rguenth | 2014-05-26 | 1 | -1/+1 |
* | Merge in trunk. | mrs | 2014-01-03 | 1 | -1/+1 |
|\ |
|
| * | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | | Merge from trunk. | rsandifo | 2013-11-20 | 1 | -2/+1 |
|\ \
| |/ |
|
| * | * loop-doloop.c (doloop_optimize_loops): Remove unused | bergner | 2013-11-19 | 1 | -2/+1 |
| * | gcc/ | rsandifo | 2013-11-09 | 1 | -45/+24 |
* | | Backport new doloop interface. | rsandifo | 2013-11-05 | 1 | -45/+25 |
* | | Restore build on doloop_end targets. Revert to using GEN_INT for the | rsandifo | 2013-11-03 | 1 | -2/+2 |
* | | Make ordered comparisons enforce the same type rules as equality comparisons. | rsandifo | 2013-10-29 | 1 | -2/+2 |
* | | Rename max_wide_int to widest_int, addr_wide_int to offset_int, | rsandifo | 2013-10-24 | 1 | -2/+2 |
* | | Merge in trunk. | mrs | 2013-10-20 | 1 | -6/+5 |
|\ \
| |/ |
|
| * | * loop-doloop.c (doloop_modify, doloop_optimize): Use | amacleod | 2013-10-09 | 1 | -3/+3 |
| * | gcc/ | rsandifo | 2013-09-28 | 1 | -2/+2 |
| * | gcc/ | rsandifo | 2013-09-23 | 1 | -3/+2 |
* | | patch to canonize wide-ints smaller than one HWI | zadeck | 2013-09-24 | 1 | -1/+1 |
* | | Reorganise wide-int classes so that they are all instantiations of a | rsandifo | 2013-09-07 | 1 | -6/+6 |
* | | Add wide-int branch. | mrs | 2013-08-13 | 1 | -11/+11 |
|/ |
|
* | 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 |