2012-10-15 Paolo Carlini <paolo.carlini@oracle.com>
[gcc.git] / gcc / cfgloop.h
2012-10-14 Jan Hubickatree-ssa-loop-niter.c (estimate_numbers_of_iterations_l...
2012-10-09 Venkataramanan KumarFix for PR53397 by making prefecthing less agressive
2012-10-08 Jan Hubickaloop-unswitch.c (unswitch_single_loop): Use estimated_l...
2012-09-28 Jan Hubickabasic-block.h (RDIV): Define.
2012-08-16 Richard Guentherre PR middle-end/54146 (Very slow compile with attribut...
2012-08-13 Richard Guentherbasic-block.h (struct basic_block): Remove loop_depth...
2012-07-11 Steven Bosscherbasic-block.h (struct edge_def): Use basic_block instea...
2012-06-17 Steven Bosschercfgloop.h: Do not include rtl.h.
2012-04-18 Richard Guentherre PR tree-optimization/44688 (Excessive code-size...
2012-04-18 Richard Guenthercfgloop.h (estimate_numbers_of_iterations_loop): Remove...
2012-04-12 Richard Guenthercfgloop.h (estimated_loop_iterations_int): Ditch 'conse...
2011-06-14 Zdenek Dvorakre PR middle-end/45098 (Missed induction variable optim...
2011-04-08 Alexander Monakovre PR target/48273 (ICE: in create_copy_of_insn_rtx...
2011-01-03 Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-09-01 Richard Guenthertree-vrp.c (adjust_range_with_scev): Use number of...
2010-08-11 Vladimir KargovAdd loop_exits_from_bb_p.
2010-08-11 Sebastian PopRemove uses of loop->single_iv.
2010-07-12 Richard SandifordMakefile.in (target-globals.o): Depend on $(CFGLOOP_H).
2010-07-10 Sandra Loosemorere PR middle-end/42505 (loop canonicalization causes...
2010-05-28 Sebastian PopWhen niter may be zero, return a COND_EXPR with the...
2010-05-22 Steven Bosschercoretypes.h (struct simple_bitmap_def, [...]): New...
2010-04-26 Nathan Froydcfgloop.h (struct loop): Move can_be_parallel field up.
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-25 Sebastian Popcfgloop.c (alloc_loop): Initialize loop->single_iv.
2009-10-22 Razya Ladelskycfgloopmanip.c (duplicate_subloops): Export.
2009-07-31 Sebastian PopNew implementation of Graphite.
2009-07-31 Sebastian PopLeave the loop_latch basic block empty.
2009-06-30 Jan Hubickacfgloopanal.c (check_irred): Move into ...
2009-04-26 Jan Hubickaipa-pure-const.c (struct funct_state_d): New fields...
2009-04-22 Taras Glekhashtab.h: Update GTY annotations to new syntax
2009-03-18 Jakub Jelinekdse.c (struct group_info): Reorder fields for 64-bit...
2009-02-20 Jakub JelinekUpdate Copyright years for files modified in 2008 and...
2008-09-02 Sebastian Popbackport: configure: Regenerate.
2008-09-01 Andrey Belevantsevsel-sched.h, [...]: New files.
2008-08-31 Jan Hubickafwprop.c (should_replace_address): Add speed attribute.
2008-07-28 Richard Bienerbackport: ChangeLog.tuples: ChangeLog from gimple-tuple...
2007-08-14 Kaveh R. Ghazialias.c (rtx_equal_for_memref_p): Constify.
2007-08-04 Zdenek Dvoraktree-ssa-threadupdate.c (thread_through_all_blocks...
2007-08-01 Zdenek Dvoraktree-ssa-threadupdate.c (thread_through_all_blocks...
2007-07-26 Nick CliftonChange copyright header to refer to version 3 of the...
2007-06-11 Daniel BerlinMerge dataflow branch into mainline
2007-06-05 Thomas Neumanncfg.c (init_flow): Use type safe memory macros.
2007-05-24 Zdenek Dvorakre PR middle-end/32018 (ICE on optimization)
2007-05-17 Zdenek Dvoraktree-vrp.c (finalize_jump_threads): Do not care about...
2007-05-14 Zdenek Dvoraktree-ssa-loop-niter.c (record_estimate): Use GGC_NEW...
2007-05-11 Zdenek Dvoraktree-loop-linear.c (gather_interchange_stats, [......
2007-05-03 Brooks Mosesre PR bootstrap/31776 (Bootstrap fails with "error...
2007-04-17 Zdenek Dvorakre PR rtl-optimization/31360 (RTL loop invariant is...
2007-04-09 Zdenek Dvorakcfgloopmanip.c (create_preheader): Do not use loop_preh...
2007-04-06 Zdenek Dvoraktree-ssa-loop-niter.c (idx_infer_loop_bounds): Add...
2007-03-16 Zdenek Dvoraktree-ssa-loop-niter.c (record_estimate): Add "upper...
2007-02-25 Zdenek Dvoraktree-ssa-loop-niter.c (compute_estimated_nb_iterations...
2007-02-06 Zdenek Dvorakloop.texi: Document possibility not to perform disambig...
2007-01-31 Zdenek Dvorakcfgloop.h: Include vec-prim.h.
2007-01-28 Zdenek Dvoraktree-ssa-loop-unswitch.c: Include tree-inline.h.
2007-01-14 Zdenek Dvorakloop-unswitch.c (unswitch_loop): Do not call fix_loop_p...
2007-01-12 Zdenek Dvorakloop.texi: Document recording of loop exits.
2007-01-04 Zdenek Dvorakcfgloop.h (enum li_flags): Make the constants powers...
2007-01-03 Zdenek Dvorakloop-unswitch.c (unswitch_loop): Pass probabilities...
2006-12-20 Zdenek Dvorakloop-unswitch.c (unswitch_loop): Update arguments of...
2006-12-10 Zdenek Dvorakloop.texi: Document number_of_latch_executions and...
2006-12-10 Zdenek Dvoraktree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.
2006-12-02 Kazu Hiratabuiltins.c, [...]: Fix comment typos.
2006-11-25 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass loops structure...
2006-11-21 Zdenek Dvoraktree-loop-linear.c (linear_transform_loops): Use single...
2006-11-21 Zdenek Dvorakcfgloopmanip.c (add_loop, [...]): Do not set level...
2006-11-21 Zdenek Dvoraktree-ssa-loop-im.c (schedule_sm, [...]): Use vector...
2006-11-17 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not update current_loops.
2006-11-12 Zdenek DvorakMakefile.in (tree-data-ref.o): Add langhooks.h dependency.
2006-05-18 Mike StumpWhitespace fixups
2006-05-01 Zdenek Dvorakre PR tree-optimization/27144 (segfault with -O2 on...
2006-04-24 Richard Guenthercfgloop.h (struct loops): Remove unused field array.
2006-03-23 Zdenek Dvorakcfgloopmanip.c (create_loop_notes): Removed.
2006-03-13 Zdenek Dvorakcfgloop.c (flow_loop_dump): Do not dump loop->invalid...
2006-03-05 Kazu Hiratacfgloop.c (cancel_loop): Make it static.
2006-02-06 Zdenek Dvoraktree-vrp.c (execute_vrp): Do not pass dump argument to.
2006-02-05 Zdenek Dvoraktree-vrp.c (cfg_loops): Removed.
2006-01-28 Kazu Hiratacfgloop.c (flow_loop_outside_edge_p): Remove.
2006-01-28 Kazu Hiratacfgloopmanip.c (split_loop_bb): Remove.
2006-01-20 Zdenek Dvorakloop-iv.c: Include df.h and hashtab.h.
2006-01-17 Kazu Hirataloop.c (loop_optimize): Make it static.
2005-12-17 Gabriel Dos Reistree-inline.c (copy_body_r): Use explicit cast when...
2005-08-24 Zdenek Dvorakbb-reorder.c (copy_bb, [...]): Add argument to duplicat...
2005-08-06 Kazu HirataMakefile.in, [...]: Fix comment/doc typos.
2005-08-03 Jan Hubickacfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag.
2005-06-25 Kelley CookUpdate FSF address.
2005-06-19 Jan Hubickacfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag.
2005-06-02 Steven Bosscher> 2005-06-02 Steven Bosscher <stevenb@suse.de> > Mostaf...
2005-05-17 Zdenek Dvorakcfgloop.h (just_once_each_iteration_p): Declaration...
2005-04-03 Mostafa Hagogcfghooks.c (lv_flush_pending_stmts, [...]): New.
2005-03-10 Zdenek DvorakMakefile.in (tree-optimize.o): Add CFGLOOP_H dependence.
2005-03-02 Kazu Hiratacfgloop.h, [...]: Update copyright.
2005-03-01 Zdenek Dvorakcfgloop.c (flow_loop_entry_edges_find, [...]): Removed.
2004-12-15 Daniel Berlincfgloop.c (flow_loops_dump): Don't print out levels.
2004-11-11 Kazu Hiratacfgloopmanip.c (update_single_exits_after_duplication...
2004-11-09 Kazu Hirataloop-iv.c (iv_number_of_iterations): Make it static.
2004-11-09 Kazu Hiratacfgloop.c (flow_loops_update): Remove.
2004-11-02 Steven Bosschercfgloop.h (struct loop): Update comment.
2004-11-01 Jeff Lawcfgloop.h (struct loop): Remove unused "nodes" field.
2004-10-25 Kazu Hiratacfgloopmanip.c (loopify): Take two more arguments true_...
next