aboutsummaryrefslogtreecommitdiff
path: root/gcc/dominance.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-2/+1
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov1-3/+19
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-3/+3
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-0/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-2/+2
2010-01-05re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth1-1/+1
2009-12-14dominance.c (set_immediate_dominator): Don't mark as inline.Dmitry Gorbachev1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-15/+15
2009-11-24cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman1-2/+1
2009-04-20basic-block.h (get_all_dominated_blocks): Declare.Richard Guenther1-0/+27
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-9/+9
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+4
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-1/+1
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26dominance.c (dom_computed, [...]): Removed.Zdenek Dvorak1-6/+0
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-13auto-inc-dec.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-1/+2
2007-06-08re PR middle-end/32209 (Boot failure Comparing stages 2 and 3 with --disable...Zdenek Dvorak1-15/+52
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-70/+347
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-68/+135
2006-08-16re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Zdenek Dvorak1-0/+22
2006-06-20alloc-pool.h (free_alloc_pool_if_empty): Prototype new function.Richard Guenther1-0/+1
2006-04-19dominance.c: Include timevar.h.Zdenek Dvorak1-0/+4
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-4/+4
2006-01-04Fix "node B dominates node B" to "node B dominates node A"Daniel Berlin1-1/+1
2006-01-04dominance.c: Add comment about why we use DFS numbering of dominance tree.Daniel Berlin1-0/+74
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-9/+6
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