summaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify gcc/*.[hc] double_int call sites to use the new interface.crowl2012-09-071-1/+1
* gcc/steven2012-07-161-0/+1
* * cfgloop.h: Do not include rtl.h.steven2012-06-171-39/+61
* * output.h (__gcc_host_wide_int__): Move to hwint.h.steven2012-05-311-1/+0
* 2012-04-19 Richard Guenther <rguenther@suse.de>rguenth2012-04-191-15/+16
* * diagnostic-core.h: Include bversion.h.jsm282010-11-301-2/+1
* 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>manu2010-07-081-0/+1
* * df.h (df_rd_bb_info, df_md_bb_info, df_lr_bb_info, df_live_bb_info,hubicka2010-06-041-1/+1
* Remove trailing white spaces.hjl2009-11-251-24/+24
* * loop-iv.c (iv_analyze_op): Use function_invariant_p, not CONSTANT_P,bernds2009-09-271-2/+2
* PR rtl-optimization/40209ian2009-07-241-0/+1
* 2009-06-22 Shujing Zhao <pearly.zhao@oracle.com>paolo2009-06-221-15/+15
* * loop-iv.c (simple_rhs_p): Allow expressions that arebernds2009-04-241-3/+3
* * loop-iv.c (replace_single_def_regs): Look for REG_EQUAL notes;bernds2009-04-241-8/+31
* * loop-iv.c (replace_single_def_regs, replace_in_expr): New staticbernds2009-03-311-3/+51
* * loop-iv.c (simple_rhs_p): Allow more kinds of expressions.bernds2009-03-311-2/+6
* * loop-iv.c (determine_max_iter): New arg OLD_NITER. All callersbernds2009-03-311-4/+8
* * loop-iv.c (simplify_using_condition): A condition of the formbernds2009-03-311-8/+57
* * loop-iv.c (suitable_set_for_replacement): Renamed frombernds2009-03-311-46/+60
* PR39235:amylaar2009-03-041-1/+3
* Revert last change.rsandifo2009-02-211-29/+33