aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfg.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-50/+4
2005-04-03cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE.Mostafa Hagog1-1/+1
2005-03-18basic-block.h (scale_bbs_frequencies_int, [...]): Declare.Jan Hubicka1-2/+41
2005-03-14basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.Kazu Hirata1-3/+3
2005-03-08* cfg.c (rbi_pool): Make it static.Kazu Hirata1-1/+1
2005-03-02cfg.c (connect_src, [...]): New.Kazu Hirata1-64/+69
2005-02-22cfg.c (cached_make_edge): Call make_edge if edge cache is not available.Kazu Hirata1-33/+28
2005-01-15harg-reg-set.h (reg_class_names): Prototype global array.Roger Sayle1-2/+2
2004-12-13* cfg.c (dump_flow_info): Don't dump pseudo info after reload.Richard Henderson1-1/+2
2004-11-29cfg.c (flow_obstack): Remove.Kazu Hirata1-16/+0
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata1-0/+7
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law1-7/+6
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-2/+1
2004-11-21cfg.c (update_bb_profile_for_threading): Do not rescale the successor probabi...Jeff Law1-3/+7
2004-11-20basic-block.h (edge_def): Add dest_idx.Kazu Hirata1-29/+16
2004-11-08cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i...Jeff Law1-7/+2
2004-10-25cfg.c (unchecked_make_edge, [...]): Use VEC_safe_push instead of VEC_safe_ins...Kazu Hirata1-4/+4
2004-10-23cfg.c (remove_edge): Use VEC_unordered_remove.Ben Elliston1-4/+4
2004-10-18cfg.c (dump_flow_info): Remove redundant dump of reg life info.Andreas Krebbel1-8/+0
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-73/+101
2004-09-20cfg.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2004-09-19basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka1-0/+61
2004-09-14* cfg.c (expunge_block): Revert previous change adding ggc_free call.Jan Hubicka1-1/+5
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-26/+16
2004-09-03cfg.c (free_edge): Use ggc_free.Jan Hubicka1-2/+2
2004-08-25basic-block.h (BB_SET_PARTITION): Clear old value first.Zack Weinberg1-1/+2
2004-08-23cfg.c (check_bb_profile): Fix typos.Diego Novillo1-2/+2
2004-08-04basic-block.h (profile_staus): New global variable.Jan Hubicka1-33/+65
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-117/+153
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+2
2004-01-29Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak1-171/+2
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-13* cfg.c (dump_bb): Dump entry edges.Zdenek Dvorak1-0/+4
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-0/+2
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-1/+1
2003-09-17* cfg.c (dump_flow_info): Skip register dump if reg_n_info null.Richard Henderson1-41/+42
2003-08-14* cfg.c (dump_edge_info): Add name of loop_exit edge flag.Zdenek Dvorak1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-7/+6
2003-07-05bt-load.c: Fix comment typos.Kazu Hirata1-1/+1
2003-07-03basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka1-2/+4
2003-06-22caller-save.c: Convert to ISO C90.Andreas Jaeger1-74/+40
2003-06-08i386.md (subsi_3_zext, [...]): Fix predicates.Jan Hubicka1-2/+182
2003-06-07basic-block.h (EDGE_SIBCALL): New.Richard Henderson1-2/+4
2003-06-06function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka1-0/+8
2003-03-10cfg.c (unchecked_make_edge): New.Michael Matz1-13/+27
2003-03-05basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak1-1/+1
2003-02-07cfg.c (dump_flow_info): Add back accidently deleted line.Daniel Berlin1-0/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-07cfg.c: Include alloc-pool.hDaniel Berlin1-41/+23