aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfghooks.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata1-0/+20
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-4/+3
2004-11-20basic-block.h (edge_def): Add dest_idx.Kazu Hirata1-0/+14
2004-11-04cfghooks.c (delete_basic_block): Remove code to truncate edge vectors.Kazu Hirata1-3/+0
2004-10-16re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)Zdenek Dvorak1-2/+2
2004-10-07re PR tree-optimization/17806 (compiler error: in verify_loop_structure, at c...Zdenek Dvorak1-0/+8
2004-09-28tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin...Jeff Law1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-39/+52
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-4/+2
2004-06-22cfghooks.c (make_forwarder_block): Decrement count on fallthru edge when redi...Pat Haugen1-1/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-8/+175
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-1/+2
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata1-2/+2
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-17* cfghooks.c (split_edge): Speed up updating of dominators.Zdenek Dvorak1-3/+28
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-29cfghooks.c (split_block): Set probability and count of the new edge.Zdenek Dvorak1-1/+6
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-4/+532
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-4/+4
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-0/+48