summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-05-29dominance.c (iterate_fix_dominators): Push/pop TV_DOMINANCE.Richard Biener
2018-01-03Update copyright years.Jakub Jelinek
2017-04-25PR bootstrap/80486 - spurious -Walloc-size-larger-than and -Wstringop-overflo...Martin Sebor
2017-01-01Update copyright years.Jakub Jelinek
2016-10-17Update dom_infoYuri Rumyantsev
2016-05-28Fix segfault on verify_dominators error pathAlan Modra
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-08-22Refactor dominance.c: define dom_info as C++ classMikhail Maltsev
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25Verify reused dominators info in calculate_dominance_infoTom de Vries
2015-06-22Verify dominators in early-out calculate_dominance_infoTom de Vries
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-06-01Change use to type-based pool allocator in et-forest.c.Martin Liska
2015-03-10dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B code in ...Thomas Preud'homme
2015-01-05Update copyright years.Jakub Jelinek
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod
2014-08-07remove pointer-set.[ch]Trevor Saunders
2014-06-24add hash_map classTrevor Saunders
2014-04-29dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-09Eliminate FOR_ALL_BB macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB_REVERSE macro.David Malcolm
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-09Eliminate last_basic_block macro.David Malcolm
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm
2013-11-21Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm
2013-06-24pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-10-31re PR tree-optimization/55018 (CDDCE pass is too aggressive sometimes with in...Steven Bosscher
2012-08-14dominance.c (init_dom_info): Use gcc_checking_assert, not gcc_assert.Steven Bosscher
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd
2010-07-27re PR target/42495 (redundant memory load)Maxim Kuvyrkov
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka