summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
Commit message (Expand)AuthorAgeFilesLines
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+10
* remove pointer-set.[ch]Trevor Saunders2014-08-071-1/+0
* add hash_map classTrevor Saunders2014-06-241-6/+5
* dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener2014-04-291-10/+28
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_ALL_BB macro.David Malcolm2013-12-091-3/+3
* Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm2013-12-091-2/+2
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* Eliminate last_basic_block macro.David Malcolm2013-12-091-6/+9
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-3/+3
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-211-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-10/+11
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-4/+4
* pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener2013-06-241-6/+6
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-4/+4
* 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