summaryrefslogtreecommitdiff
path: root/gcc/loop-iv.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* gcc/rsandifo2009-02-211-33/+29
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+2
* * loop-iv.c (implies_p): In the final case, test that operands 0bernds2009-02-131-1/+2
* PR rtl-optimization/32283rakdver2008-11-201-6/+19
* 2008-10-11 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2008-10-111-16/+16
* * config/i386/driver-i386.c (detect_caches_amd,ghazi2008-06-261-5/+5
* 2008-01-22 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2008-01-221-1/+0
* 2008-01-19 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2008-01-201-3/+5
* PR rtl-optimization/33224rakdver2007-08-311-1/+2
* 2007-08-30 Kenneth Zadeck <zadeck@naturalbridge.com>zadeck2007-08-301-1/+1
* 2008-08-05 Paolo Bonzini <bonzini@gnu.org>bonzini2007-08-051-1/+1
* * alias.c (record_set, memory_modified_1): Constify.ghazi2007-07-301-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* * cfglayout.c (insn_scope, insn_line): Constify.ghazi2007-07-251-1/+1
* PR rtl-optimization/32405rakdver2007-06-201-0/+5
* Merge dataflow branch into mainlinedberlin2007-06-111-43/+72
* PR target/29953chrbr2007-06-081-3/+3
* * c-typeck.c, config/arm/arm.c, config/darwin.c,kazu2007-05-261-2/+2
* * loop-iv.c (simplify_using_initial_values): Fix oversight in previousbernds2007-02-261-1/+4
* * loop-iv.c (simplify_using_initial_values): Return if thebernds2007-02-241-0/+2
* * loop-iv.c (implies_p): Detect additional cases where A implies B.bernds2007-02-241-39/+105
* * loop-iv.c (determine_max_iter): Moved in front of its sole user.bernds2007-02-231-65/+65
* PR rtl-optimization/30113rakdver2006-12-111-1/+1