summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi2008-06-261-9/+9
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-3/+4
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-1/+1
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-07-281-1/+1
* dominance.c (dom_computed, [...]): Removed.Zdenek Dvorak2007-07-261-6/+0
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata2007-06-131-2/+2
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-1/+2
* re PR middle-end/32209 (Boot failure Comparing stages 2 and 3 with --disable...Zdenek Dvorak2007-06-081-15/+52
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-70/+347
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-68/+135
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Zdenek Dvorak2006-08-161-0/+22
* alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther2006-06-201-0/+1
* dominance.c: Include timevar.h.Zdenek Dvorak2006-04-191-0/+4
* 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