summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-38/+40
* re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher2012-10-311-4/+8
* dominance.c (init_dom_info): Use gcc_checking_assert, not gcc_assert.Steven Bosscher2012-08-141-16/+14
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* re PR target/42495 (redundant memory load)Maxim Kuvyrkov2010-07-271-3/+19
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+3
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-0/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-2/+2
* re PR bootstrap/41771 (Bootstrap with Sun Studio 12.1 fails)Rainer Orth2010-01-051-1/+1
* dominance.c (set_immediate_dominator): Don't mark as inline.Dmitry Gorbachev2009-12-141-1/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-15/+15
* cfgrtl.c (commit_one_edge_insertion): Remove set but not used local variable ...David Binderman2009-11-241-2/+1
* basic-block.h (get_all_dominated_blocks): Declare.Richard Guenther2009-04-201-0/+27
* 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