aboutsummaryrefslogtreecommitdiff
path: root/gcc/dominance.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-22Refactor dominance.c: define dom_info as C++ classMikhail Maltsev1-288/+277
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-8/+1
2015-06-25Verify reused dominators info in calculate_dominance_infoTom de Vries1-1/+7
2015-06-22Verify dominators in early-out calculate_dominance_infoTom de Vries1-1/+6
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-5/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-06-01Change use to type-based pool allocator in et-forest.c.Martin Liska1-0/+1
2015-03-10dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B code in ...Thomas Preud'homme1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+10
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-06-24add hash_map classTrevor Saunders1-6/+5
2014-04-29dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener1-10/+28
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm1-3/+3
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm1-2/+2
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-12-09Eliminate last_basic_block macro.David Malcolm1-6/+9
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-3/+3
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-10/+11
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-4/+4
2013-06-24pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener1-6/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-4/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-38/+40
2012-10-31re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher1-4/+8
2012-08-14dominance.c (init_dom_info): Use gcc_checking_assert, not gcc_assert.Steven Bosscher1-16/+14
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