summaryrefslogtreecommitdiff
path: root/gcc/cfgloopanal.c
Commit message (Expand)AuthorAgeFilesLines
* Separate target-specific initialization from general back-end initialization.Sandra Loosemore2007-08-271-0/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-4/+4
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* cfg.c (init_flow): Use type safe memory macros.Thomas Neumann2007-06-051-2/+2
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-211/+7
* tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL.Zdenek Dvorak2007-05-271-38/+32
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-6/+8
* re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough)Zdenek Dvorak2007-04-171-24/+31
* tree-ssa-loop-niter.c (idx_infer_loop_bounds): Add and use argument "reliable".Zdenek Dvorak2007-04-061-7/+17
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-5/+11
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-10/+10
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-29/+34
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-2/+4
* Whitespace fixupsMike Stump2006-05-181-8/+8
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cfgloop.h (just_once_each_iteration_p): Declaration changed.Zdenek Dvorak2005-05-171-1/+1
* Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher2005-04-121-1/+1
* cfgloopanal.c (mark_loop_exit_edges): Clean EDGE_LOOP_EXIT flag for edges out...Zdenek Dvorak2005-03-311-5/+2
* cfgloop.h, [...]: Update copyright.Kazu Hirata2005-03-021-1/+1
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-0/+29
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-4/+6
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-2/+1
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-16/+16
* loop-invariant.c: New file.Zdenek Dvorak2004-06-201-0/+89
* cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macroJan Hubicka2004-04-221-4/+4
* doloop.c: Removed.Zdenek Dvorak2004-03-181-0/+17
* cfgloop.h (struct loop_desc): Removed.Zdenek Dvorak2004-03-021-1063/+1
* toplev.c (dump_file_tbl): Rename from dump_file.Richard Henderson2004-02-241-32/+32
* cfgloop.h, [...]: Update copyright.Kazu Hirata2004-02-181-1/+1
* cfgloopanal.c (mark_irreducible_loops): Rewriten.Zdenek Dvorak2004-02-131-149/+256
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-15/+14
* re PR rtl-optimization/13159 (FAIL: gcc.c-torture/compile/930621-1.c)Zdenek Dvorak2003-12-271-1/+1
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-16/+16
* cfgloopanal.c (variable_initial_value, [...]): Record the fact that initial v...Zdenek Dvorak2003-11-051-49/+269
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-1/+1
* re PR bootstrap/12269 (Mainline failed to bootstrap on Linux/ia64)Roger Sayle2003-09-161-2/+2
* re PR rtl-optimization/10914 (unswitch loops does not work on powerpc)Zdenek Dvorak2003-09-141-1/+1
* builtins.c: Fix comment typos.Kazu Hirata2003-08-191-1/+1
* basic-block.h: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-3/+3
* cfgloopanal.c (count_strange_loop_iterations): New static function.Zdenek Dvorak2003-07-041-7/+128
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-103/+52
* cfgloopanal.c (variable_initial_value): Update the set of altered registers c...Zdenek Dvorak2003-06-111-2/+2
* cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_IN...Kaveh R. Ghazi2003-05-171-3/+2
* cfgloopanal.c (num_loop_insns, [...]): Count only real insns.Zdenek Dvorak2003-05-111-2/+4
* calls.c: Fix comment formatting.Kazu Hirata2003-03-081-5/+5
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak2003-03-051-12/+39
* cfgloopanal.c: New file.Zdenek Dvorak2003-01-241-0/+1097