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