summaryrefslogtreecommitdiff
path: root/gcc/dominance.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* dominance.c (iterate_fix_dominators): Push/pop TV_DOMINANCE.Richard Biener2018-05-291-0/+4
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR bootstrap/80486 - spurious -Walloc-size-larger-than and -Wstringop-overflo...Martin Sebor2017-04-251-6/+7
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Update dom_infoYuri Rumyantsev2016-10-171-13/+157
* Fix segfault on verify_dominators error pathAlan Modra2016-05-281-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-2/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-3/+3
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-8/+2
* Refactor dominance.c: define dom_info as C++ classMikhail Maltsev2015-08-221-288/+277
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-1/+0
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-8/+1
* Verify reused dominators info in calculate_dominance_infoTom de Vries2015-06-251-1/+7
* Verify dominators in early-out calculate_dominance_infoTom de Vries2015-06-221-1/+6
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-5/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-4/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-1/+0
* Change use to type-based pool allocator in et-forest.c.Martin Liska2015-06-011-0/+1
* dominance.c (nearest_common_dominator_for_set): Fix A_Dominated_by_B code in ...Thomas Preud'homme2015-03-101-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* 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