aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-14re PR middle-end/45098 (Missed induction variable optimization)Zdenek Dvorak1-3/+7
2011-04-08re PR target/48273 (ICE: in create_copy_of_insn_rtx, at sel-sched-ir.c:5604 w...Alexander Monakov1-0/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-09-01tree-vrp.c (adjust_range_with_scev): Use number of iteration estimate.Richard Guenther1-1/+1
2010-08-11Add loop_exits_from_bb_p.Vladimir Kargov1-1/+2
2010-08-11Remove uses of loop->single_iv.Sebastian Pop1-4/+0
2010-07-12Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).Richard Sandiford1-5/+34
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-1/+2
2010-05-28When niter may be zero, return a COND_EXPR with the may_be_zero condition.Sebastian Pop1-5/+7
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+3
2010-04-26cfgloop.h (struct loop): Move can_be_parallel field up.Nathan Froyd1-3/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-11-25cfgloop.c (alloc_loop): Initialize loop->single_iv.Sebastian Pop1-0/+4
2009-10-22cfgloopmanip.c (duplicate_subloops): Export.Razya Ladelsky1-0/+1
2009-07-31New implementation of Graphite.Sebastian Pop1-0/+3
2009-07-31Leave the loop_latch basic block empty.Sebastian Pop1-1/+1
2009-06-30cfgloopanal.c (check_irred): Move into ...Jan Hubicka1-1/+1
2009-04-26ipa-pure-const.c (struct funct_state_d): New fields state_previously_known, l...Jan Hubicka1-0/+1
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-10/+5
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-10/+11
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+4
2008-09-01sel-sched.h, [...]: New files.Andrey Belevantsev1-2/+7
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-3/+3
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-6/+6
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-0/+27
2007-08-01tree-ssa-threadupdate.c (thread_through_all_blocks): Record that the loop str...Zdenek Dvorak1-1/+2
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-3/+2
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-7/+11
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-3/+0
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-0/+1
2007-05-14tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak1-14/+15
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-15/+31
2007-05-02re PR bootstrap/31776 (Bootstrap fails with "error: conflicting types for str...Brooks Moses1-0/+1
2007-04-17re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough)Zdenek Dvorak1-9/+5
2007-04-09cfgloopmanip.c (create_preheader): Do not use loop_preheader_edge.Zdenek Dvorak1-1/+2
2007-04-06tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable".Zdenek Dvorak1-0/+2
2007-03-16tree-ssa-loop-niter.c (record_estimate): Add "upper" argument.Zdenek Dvorak1-9/+9
2007-02-25tree-ssa-loop-niter.c (compute_estimated_nb_iterations): Fix off-by-one error.Zdenek Dvorak1-0/+3
2007-02-06loop.texi: Document possibility not to perform disambiguation of loops with m...Zdenek Dvorak1-1/+7
2007-01-31cfgloop.h: Include vec-prim.h.Zdenek Dvorak1-42/+86
2007-01-28tree-ssa-loop-unswitch.c: Include tree-inline.h.Zdenek Dvorak1-1/+2
2007-01-14loop-unswitch.c (unswitch_loop): Do not call fix_loop_placement.Zdenek Dvorak1-2/+0
2007-01-12loop.texi: Document recording of loop exits.Zdenek Dvorak1-7/+27
2007-01-04cfgloop.h (enum li_flags): Make the constants powers of two.Zdenek Dvorak1-4/+4
2007-01-03loop-unswitch.c (unswitch_loop): Pass probabilities to loopify.Zdenek Dvorak1-2/+4
2006-12-20loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header...Zdenek Dvorak1-2/+2
2006-12-10loop.texi: Document number_of_latch_executions and number_of_cond_exit_execut...Zdenek Dvorak1-2/+2