summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* Fix "node B dominates node B" to "node B dominates node A"Daniel Berlin2006-01-041-1/+1
* dominance.c: Add comment about why we use DFS numbering of dominance tree.Daniel Berlin2006-01-041-0/+74
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-9/+6
* Update FSF address.Kelley Cook2005-06-251-2/+2
* Makefile.in (cfg.o): Add new dependencies.Jan Hubicka2005-06-151-3/+3
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* builtins.c (gimplify_va_arg_expr): Reword comments to avoid 'abort'.Nathan Sidwell2005-04-221-1/+1
* dominance.c, [...]: Fix comment typos.Kazu Hirata2005-04-091-1/+1
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-0/+21
* dominance.c (free_dominance_info): Speed up by freeing et data structures wit...Kazu Hirata2005-03-251-3/+3
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-0/+1
* re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)Zdenek Dvorak2004-10-161-9/+13
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-37/+35
* re PR tree-optimization/17533 (cc1plus crashes on libmudflap test case, verif...Frank Ch. Eigler2004-09-231-5/+6
* dominance.c (verify_dominators): Don't SEGV if recount_dominator returns NULL.Frank Ch. Eigler2004-09-221-2/+6
* Makefile.in (tree-cfg.o): Add CFGLAYOUT_H dependency.Zdenek Dvorak2004-09-161-0/+26
* dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell2004-09-081-39/+19
* cfgloop.c (update_latch_info): Update dominator of the new block.Zdenek Dvorak2004-07-291-0/+26
* dominance.c (struct dom_info): Add fake_exit_edge.Richard Henderson2004-07-141-13/+61
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-7/+21
* c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata2004-03-111-1/+1
* * dominance.c (recount_dominator): Handle postdominators.Zdenek Dvorak2004-03-021-9/+24
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* alias.c: Fix comment typos.Kazu Hirata2004-01-061-2/+2
* backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher2003-12-301-119/+227
* c-decl.c: Fix comment formatting.Kazu Hirata2003-08-221-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-3/+3
* cse.c: Convert prototypes to ISO C90.Andreas Jaeger2003-06-291-80/+33
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* c-decl.c: Fix a comment typo.Kazu Hirata2002-12-131-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-141-1/+1
* * dominance.c: Include errors.h instead of error.h.Stan Shebs2002-06-201-1/+1
* Mon Jun 10 20:42:34 CEST 2002 Jan Hubicka <jh@suse.cz>Jan Hubicka2002-06-201-64/+253
* basic-block.h (last_basic_block): Defined as synonym for n_basic_blocks.Zdenek Dvorak2002-05-271-9/+9
* bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o...Zdenek Dvorak2002-05-231-7/+6
* Revert "Basic block renumbering removal", and two followup patches.Richard Henderson2002-05-161-29/+30
* Basic block renumbering removal.Zdenek Dvorak2002-05-161-30/+29
* dbxout.c: Fix formatting.Kazu Hirata2002-05-111-13/+15
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-11-231-3/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-10/+10
* dbxout.c: Fix comment formatting.Kazu Hirata2001-08-081-2/+2
* dominance.c (calc_dfs_tree_nonrec): Reverse order of tests in if statement so...Steve Ellcey2001-07-161-2/+2
* Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz2000-11-141-0/+622