aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopanal.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate profile_status macro.David Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-3/+5
2013-04-30function.h (loops_for_fn): New inline function.Richard Biener1-3/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-8/+8
2012-11-06cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka1-0/+33
2012-10-14tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not predict l...Jan Hubicka1-0/+37
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2011-08-18rtl.h (set_rtx_cost, [...]): New functions.Richard Sandiford1-1/+1
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-07-12Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).Richard Sandiford1-13/+5
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-5/+21
2009-09-30re PR target/41279 (252.eon performance regression)Jakub Jelinek1-3/+5
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-5/+5
2009-06-30cfgloopanal.c (check_irred): Move into ...Jan Hubicka1-22/+24
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2009-01-29tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-2/+2
2008-12-09tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-2/+2
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-28/+34
2008-08-26[multiple changes]Vladimir Makarov1-5/+20
2007-08-27Separate target-specific initialization from general back-end initialization.Sandra Loosemore1-0/+1
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-4/+4
2007-08-04tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-06-05cfg.c (init_flow): Use type safe memory macros.Thomas Neumann1-2/+2
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-211/+7
2007-05-27tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak1-38/+32
2007-05-11tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak1-6/+8
2007-04-17re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough)Zdenek Dvorak1-24/+31
2007-04-06tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable".Zdenek Dvorak1-7/+17
2006-12-10tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak1-5/+11
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-10/+10
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-29/+34
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-2/+4
2006-05-18Whitespace fixupsMike Stump1-8/+8
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-17cfgloop.h (just_once_each_iteration_p): Declaration changed.Zdenek Dvorak1-1/+1
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-1/+1
2005-03-31cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT flag for edges out...Zdenek Dvorak1-5/+2
2005-03-02cfgloop.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-03-01cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak1-0/+29
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-4/+6
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-2/+1