aboutsummaryrefslogtreecommitdiff
path: root/gcc/dominance.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1687/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-05Adjust by-value function vec arguments to by-reference.Martin Sebor1-2/+2
2021-06-17return auto_vec from more dominance functionsTrevor Saunders1-3/+3
2021-06-17make get_domminated_by_region return a auto_vecTrevor Saunders1-2/+2
2021-06-17return auto_vec from get_dominated_byTrevor Saunders1-3/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-29dominance.c (iterate_fix_dominators): Push/pop TV_DOMINANCE.Richard Biener1-0/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-04-25PR bootstrap/80486 - spurious -Walloc-size-larger-than and -Wstringop-overflo...Martin Sebor1-6/+7
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-17Update dom_infoYuri Rumyantsev1-13/+157
2016-05-28Fix segfault on verify_dominators error pathAlan Modra1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-3/+3
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-8/+2
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