aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopanal.c
AgeCommit message (Expand)Author
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-06 * cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka
2012-10-14 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do notJan Hubicka
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2011-08-18gcc/Richard Sandiford
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek
2010-07-12gcc/Richard Sandiford
2010-07-102010-07-10 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2009-09-30 PR target/41279Jakub Jelinek
2009-09-02gcc/ChangeLog:Alexandre Oliva
2009-06-30 * cfgloopanal.c (check_irred): Move into ...Jan Hubicka
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2009-01-292008-01-29 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2008-12-092008-12-09 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2008-08-31 * fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka
2008-08-262008-08-26 Vladimir Makarov <vmakarov@redhat.com>Vladimir Makarov
2007-08-272007-08-27 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2007-08-14 * alias.c (rtx_equal_for_memref_p): Constify.Kaveh Ghazi
2007-08-04 * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' stateZdenek Dvorak
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-05 * cfg.c (init_flow): Use type safe memory macros.Thomas Neumann
2007-06-03 * cfgloopmanip.c (remove_path, loopify, duplicate_loop_to_header_edge):Zdenek Dvorak
2007-05-27 * tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak
2007-05-11 * tree-loop-linear.c (gather_interchange_stats, try_interchange_loops):Zdenek Dvorak
2007-04-17 PR rtl-optimization/31360Zdenek Dvorak
2007-04-06 * tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and useZdenek Dvorak
2006-12-10 * tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak
2006-11-25 * tree-vrp.c (execute_vrp): Do not pass loops structure throughZdenek Dvorak
2006-11-17 * tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak
2006-07-07 * pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle
2006-05-18Whitespace fixupsMike Stump
2006-01-312006-01-31 Marcin Dalecki <martin@dalecki.de>Marcin Dalecki
2005-06-25Update FSF address.Kelley Cook
2005-05-17 * cfgloop.h (just_once_each_iteration_p): Declaration changed.Zdenek Dvorak
2005-04-12 * Makefile.in: Add function.h to BASIC_BLOCK_H. Remove allSteven Bosscher
2005-03-31 * cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXITZdenek Dvorak
2005-03-02 * cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,Kazu Hirata
2005-03-01 * cfgloop.c (flow_loop_entry_edges_find, flow_loop_exit_edges_find,Zdenek Dvorak
2004-11-22 * bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-09-282004-09-24 Ben Elliston <bje@au.ibm.com>Ben Elliston
2004-09-07 * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,Nathan Sidwell
2004-09-05 * tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak
2004-06-20 * loop-invariant.c: New file.Zdenek Dvorak
2004-04-22 * cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macroJan Hubicka
2004-03-18 * doloop.c: Removed.Zdenek Dvorak
2004-03-02 * cfgloop.h (struct loop_desc): Removed.Zdenek Dvorak
2004-02-24 * toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson