summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fixupsMike Stump2006-05-181-21/+21
* cfgloop.c (flow_loop_dump): Do not dump loop->invalid field.Zdenek Dvorak2006-03-131-2/+1
* cfgloop.c (cancel_loop): Make it static.Kazu Hirata2006-03-051-1/+2
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-12/+12
* cfgloop.c (flow_loop_outside_edge_p): Remove.Kazu Hirata2006-01-281-9/+0
* cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck2005-12-201-1/+1
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-6/+6
* bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett...Joseph Myers2005-07-031-16/+16
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cfglayout.c (copy_bbs): Rename n_edges to num_edges.Jan Hubicka2005-04-091-2/+2
* basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak2005-03-111-11/+11
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-2/+1
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-228/+14
* re PR middle-end/19698 (Infinite loop in update_life_info)Steven Bosscher2005-02-201-1/+10
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* cfgloop.c (flow_loops_dump): Don't print out levels.Daniel Berlin2004-12-151-6/+5
* cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law2004-11-221-8/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* cfgloop.c (flow_loops_update): Remove.Kazu Hirata2004-11-091-14/+0
* Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.Sebastian Pop2004-10-131-0/+15
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-42/+62
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-41/+20
* Tree level if-conversion for vectorizer.Devang Patel2004-09-031-1/+58
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-2/+120
* cfgloop.c (update_latch_info): Update dominator of the new block.Zdenek Dvorak2004-07-291-12/+8
* Add parens so emacs will properly indent.Richard Kenner2004-07-201-2/+2
* * cfgloop.c (flow_loop_nested_p): Fix comment.Sebastian Pop2004-07-181-1/+2
* tree-ssa-loop-im.c: New file.Zdenek Dvorak2004-07-101-0/+14
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+2
* loop-iv.c: New file.Zdenek Dvorak2004-02-171-0/+77
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-79/+49
* Update forgotten updated copy right years.Andrew Pinski2004-01-021-1/+1
* c-typeck.c (finish_init): Free spelling_base before setting it again.Andrew Pinski2004-01-021-2/+2
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-24/+17
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-7/+7
* cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if ed...Zdenek Dvorak2003-07-031-1/+3
* basic-block.h: Fix comment typos.Kazu Hirata2003-07-011-2/+2
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-128/+63
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak2003-03-051-11/+87
* cfgloopanal.c: New file.Zdenek Dvorak2003-01-241-13/+93
* cfgloop.c (flow_loops_find): Fix handling of abnormal edges.Zdenek Dvorak2003-01-161-8/+9
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-2/+2
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-221-3/+3
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-1/+1
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-17/+15
* basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak2002-06-011-347/+712
* cfgloop.c (flow_loops_find): Initialize first and last fields correctly.Zdenek Dvorak2002-05-311-5/+11
* * cfgloop.c (flow_loops_cfg_dump): Use bb->index, not i.Zdenek Dvorak2002-05-281-1/+1