aboutsummaryrefslogtreecommitdiff
path: root/gcc/dominance.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-3/+3
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-04-22builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell1-1/+1
2005-04-09dominance.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+21
2005-03-25dominance.c (free_dominance_info): Speed up by freeing et data structures wit...Kazu Hirata1-3/+3
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-0/+1
2004-10-16re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)Zdenek Dvorak1-9/+13
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-37/+35
2004-09-23re PR tree-optimization/17533 (cc1plus crashes on libmudflap test case, verif...Frank Ch. Eigler1-5/+6
2004-09-22dominance.c (verify_dominators): Don't SEGV if recount_dominator returns NULL.Frank Ch. Eigler1-2/+6
2004-09-16Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.Zdenek Dvorak1-0/+26
2004-09-08dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-39/+19
2004-07-29cfgloop.c (update_latch_info): Update dominator of the new block.Zdenek Dvorak1-0/+26
2004-07-14dominance.c (struct dom_info): Add fake_exit_edge.Richard Henderson1-13/+61
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-7/+21
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata1-1/+1
2004-03-02* dominance.c (recount_dominator): Handle postdominators.Zdenek Dvorak1-9/+24
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-06alias.c: Fix comment typos.Kazu Hirata1-2/+2
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-119/+227
2003-08-22c-decl.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-3/+3
2003-06-29cse.c: Convert prototypes to ISO C90.Andreas Jaeger1-80/+33
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-12-13c-decl.c: Fix a comment typo.Kazu Hirata1-1/+1
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-06-20* dominance.c: Include errors.h instead of error.h.Stan Shebs1-1/+1
2002-06-20Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka1-64/+253
2002-05-27basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak1-9/+9
2002-05-23bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak1-7/+6
2002-05-16Revert "Basic block renumbering removal", and two followup patches.Richard Henderson1-29/+30
2002-05-16Basic block renumbering removal.Zdenek Dvorak1-30/+29
2002-05-11dbxout.c: Fix formatting.Kazu Hirata1-13/+15
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-3/+3
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-10/+10
2001-08-08dbxout.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-07-16dominance.c (calc_dfs_tree_nonrec): Reverse order of tests in if statement so...Steve Ellcey1-2/+2
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz1-0/+622