summaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* Use std::swap instead of explicit swapsmiyuki2015-05-191-23/+8
* * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,jason2015-05-091-1/+1
* gcc/rsandifo2015-04-291-19/+22
* remove need for store_values_directlytbsaunde2015-04-181-6/+6
* gcc/ienkovich2015-01-201-112/+15
* gcc/ienkovich2015-01-191-15/+112
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-0/+17
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+1
* Update copyright years.jakub2015-01-051-1/+1
* PR63426 Fix various signed integer overflowstrippels2014-11-201-2/+2
* gcc/ada/rsandifo2014-10-291-21/+21
* 2014-10-27 Andrew MacLeod <amacleod@redhat.com>amacleod2014-10-271-0/+9
* * cppbuiltin.c (define_builtin_macros_for_type_sizes): Rounddj2014-08-291-1/+1
* gcc/rsandifo2014-08-281-12/+15
* gcc/rsandifo2014-08-281-21/+32
* Use rtx_expr_list in various placesdmalcolm2014-08-271-6/+7
* Various condition-handling callsdmalcolm2014-08-261-3/+3
* loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)dmalcolm2014-08-221-14/+17
* Remove a layer of indirection from hash_tabletbsaunde2014-06-241-6/+7
* 2014-05-23 Richard Biener <rguenther@suse.de>rguenth2014-05-261-13/+13
* use templates instead of gengtype for typed allocation functionstbsaunde2014-05-171-1/+1
* Merge in trunk.mrs2014-04-241-0/+15
|\
| * 2014-04-23 Richard Biener <rguenther@suse.de>rguenth2014-04-231-0/+15
* | Merge in trunk.mrs2014-02-101-13/+1
|\ \ | |/
| * 2014-01-17 Richard Biener <rguenther@suse.de>rguenth2014-01-171-13/+1
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge from trunk.rsandifo2013-11-201-2/+2
|\ \ | |/
| * Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-2/+2
* | Merge in trunk.mrs2013-11-061-2/+10
|\ \ | |/
| * PR rtl-optimization/58997jakub2013-11-051-2/+10
* | Merge in trunk.mrs2013-10-201-5/+5
|\ \ | |/
| * PR tree-optimization/58697amacleod2013-10-161-2/+2
| * gcc/rsandifo2013-09-281-3/+3
* | Merge in trunk.mrs2013-09-201-2/+2
|\ \ | |/
| * gcc/rsandifo2013-09-091-2/+2
* | Add wide-int branch.mrs2013-08-131-10/+6
|/
* This patch is the main part of a consolodation of the hash_tablecrowl2013-04-261-24/+33
* 2013-04-17 Richard Biener <rguenther@suse.de>rguenth2013-04-171-4/+4
* gcc:wschmidt2013-03-201-2/+9
* PR tree-optimizatoin/51083hubicka2013-01-171-1/+2
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR rtl-optimization/55838jakub2013-01-031-1/+5
* * loop-iv.c (iv_number_of_iterations): Record the upper boundhubicka2012-10-201-6/+12
* * combine.c (record_dead_and_set_regs): Iterate over hard register setsteven2012-10-161-5/+5
* PR rtl-optimization/54871ebotcazou2012-10-131-5/+24
* * loop-iv.c (determine_max_iter): Fix handling of AND.hubicka2012-10-131-8/+19
* * loop-unswitch.c (unswitch_single_loop): Usehubicka2012-10-081-15/+14
* * bitmap.h (bitmap_and_into): Update prototype.steven2012-10-081-0/+1