summaryrefslogtreecommitdiff
path: root/gcc/cfg.c
Commit message (Expand)AuthorAgeFilesLines
* harg-reg-set.h (reg_class_names): Prototype global array.Roger Sayle2005-01-151-2/+2
* * cfg.c (dump_flow_info): Don't dump pseudo info after reload.Richard Henderson2004-12-131-1/+2
* cfg.c (flow_obstack): Remove.Kazu Hirata2004-11-291-16/+0
* cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata2004-11-221-0/+7
* cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law2004-11-221-7/+6
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-2/+1
* cfg.c (update_bb_profile_for_threading): Do not rescale the successor probabi...Jeff Law2004-11-211-3/+7
* basic-block.h (edge_def): Add dest_idx.Kazu Hirata2004-11-201-29/+16
* cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i...Jeff Law2004-11-081-7/+2
* cfg.c (unchecked_make_edge, [...]): Use VEC_safe_push instead of VEC_safe_ins...Kazu Hirata2004-10-251-4/+4
* cfg.c (remove_edge): Use VEC_unordered_remove.Ben Elliston2004-10-231-4/+4
* cfg.c (dump_flow_info): Remove redundant dump of reg life info.Andreas Krebbel2004-10-181-8/+0
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-73/+101
* cfg.c, [...]: Fix comment typos.Kazu Hirata2004-09-201-2/+2
* basic-block.h (update_bb_profile_after_threading): Declare.Jan Hubicka2004-09-191-0/+61
* * cfg.c (expunge_block): Revert previous change adding ggc_free call.Jan Hubicka2004-09-141-1/+5
* cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell2004-09-071-26/+16
* cfg.c (free_edge): Use ggc_free.Jan Hubicka2004-09-031-2/+2
* basic-block.h (BB_SET_PARTITION): Clear old value first.Zack Weinberg2004-08-251-1/+2
* cfg.c (check_bb_profile): Fix typos.Diego Novillo2004-08-231-2/+2
* basic-block.h (profile_staus): New global variable.Jan Hubicka2004-08-041-33/+65
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-117/+153
* basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice2004-04-091-0/+2
* Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency.Zdenek Dvorak2004-01-291-171/+2
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* * cfg.c (dump_bb): Dump entry edges.Zdenek Dvorak2004-01-131-0/+4
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-1/+1
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-0/+2
* basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher2003-12-111-1/+1
* * cfg.c (dump_flow_info): Skip register dump if reg_n_info null.Richard Henderson2003-09-171-41/+42
* * cfg.c (dump_edge_info): Add name of loop_exit edge flag.Zdenek Dvorak2003-08-141-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-7/+6
* bt-load.c: Fix comment typos.Kazu Hirata2003-07-051-1/+1
* basic-block.h (create_basic_block, [...]): Kill.Jan Hubicka2003-07-031-2/+4
* caller-save.c: Convert to ISO C90.Andreas Jaeger2003-06-221-74/+40
* i386.md (subsi_3_zext, [...]): Fix predicates.Jan Hubicka2003-06-081-2/+182
* basic-block.h (EDGE_SIBCALL): New.Richard Henderson2003-06-071-2/+4
* function.c (FLOOR_ROUND, CEIL_ROUND): Fix.Jan Hubicka2003-06-061-0/+8
* cfg.c (unchecked_make_edge): New.Michael Matz2003-03-101-13/+27
* basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New.Zdenek Dvorak2003-03-051-1/+1
* cfg.c (dump_flow_info): Add back accidently deleted line.Daniel Berlin2003-02-071-0/+1
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* cfg.c: Include alloc-pool.hDaniel Berlin2003-01-071-41/+23
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-2/+2
* cfg.c (dump_flow_info): Use max_reg_num () to determine the largest pseudo re...John David Anglin2002-12-011-0/+1
* cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors.Jan Hubicka2002-08-101-0/+2
* basic-block.h (struct basic_block_def): New field loop_father.Zdenek Dvorak2002-06-011-0/+2
* * cfg.c (dump_flow_info): Print bb->index, not i, for block number.Richard Henderson2002-05-281-1/+1
* basic-block.h (last_basic_block): Declare.Zdenek Dvorak2002-05-281-21/+29