| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor dominance.c: define dom_info as C++ class | miyuki | 2015-08-22 | 1 | -288/+277 |
* | * bb-reorder.c: Don't include obstack.h if backend.h is included. | amacleod | 2015-07-10 | 1 | -1/+0 |
* | 2015-07-07 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-07-08 | 1 | -8/+1 |
* | Verify reused dominators info in calculate_dominance_info | vries | 2015-06-25 | 1 | -1/+7 |
* | Verify dominators in early-out calculate_dominance_info | vries | 2015-06-22 | 1 | -1/+6 |
* | Use std::swap instead of manual swaps. | miyuki | 2015-06-22 | 1 | -5/+1 |
* | 2015-06-17 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-17 | 1 | -1/+0 |
* | 2015-06-08 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-08 | 1 | -4/+0 |
* | 2015-06-04 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2015-06-04 | 1 | -1/+0 |
* | Change use to type-based pool allocator in et-forest.c. | marxin | 2015-06-01 | 1 | -0/+1 |
* | 2015-03-10 Thomas Preud'homme <thomas.preudhomme@arm.com> | thopre01 | 2015-03-10 | 1 | -1/+1 |
* | Update copyright years. | jakub | 2015-01-05 | 1 | -1/+1 |
* | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 1 | -0/+10 |
* | remove pointer-set.[ch] | tbsaunde | 2014-08-07 | 1 | -1/+0 |
* | add hash_map class | tbsaunde | 2014-06-24 | 1 | -6/+5 |
* | 2014-04-29 Richard Biener <rguenther@suse.de> | rguenth | 2014-04-29 | 1 | -10/+28 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | Eliminate FOR_ALL_BB macro. | dmalcolm | 2013-12-09 | 1 | -3/+3 |
* | Eliminate FOR_EACH_BB_REVERSE macro. | dmalcolm | 2013-12-09 | 1 | -2/+2 |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -3/+3 |
* | Eliminate last_basic_block macro. | dmalcolm | 2013-12-09 | 1 | -6/+9 |
* | Eliminate BASIC_BLOCK macro. | dmalcolm | 2013-12-09 | 1 | -3/+3 |
* | Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-21 | 1 | -1/+1 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -10/+11 |
* | Eliminate n_basic_blocks macro | dmalcolm | 2013-11-19 | 1 | -4/+4 |
* | 2013-06-24 Richard Biener <rguenther@suse.de> | rguenth | 2013-06-24 | 1 | -6/+6 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | jakub | 2013-01-04 | 1 | -1/+1 |
* | Introduce vNULL to use as a nil initializer for vec<>. | dnovillo | 2012-11-20 | 1 | -4/+4 |
* | This patch rewrites the old VEC macro-based interface into a new one | dnovillo | 2012-11-18 | 1 | -38/+40 |
* | gcc/ | steven | 2012-10-31 | 1 | -4/+8 |
* | * dominance.c (init_dom_info): Use gcc_checking_assert, not gcc_assert. | steven | 2012-08-14 | 1 | -16/+14 |
* | * diagnostic-core.h: Include bversion.h. | jsm28 | 2010-11-30 | 1 | -1/+0 |
* | gcc/ | froydnj | 2010-08-20 | 1 | -5/+5 |
* | * cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to | froydnj | 2010-08-19 | 1 | -2/+1 |
* | PR target/42495 | mkuvyrkov | 2010-07-27 | 1 | -3/+19 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | * tree-vrp.c (debug_value_range, debug_all_value_ranges, | hubicka | 2010-05-29 | 1 | -3/+3 |
* | gcc/ChangeLog: | steven | 2010-05-22 | 1 | -0/+1 |
* | * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, | steven | 2010-04-02 | 1 | -2/+2 |
* | gcc: | ro | 2010-01-05 | 1 | -1/+1 |
* | 2009-12-14 Dmitry Gorbachev <d.g.gorbachev@gmail.com> | rguenth | 2009-12-14 | 1 | -1/+1 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -15/+15 |
* | 2009-11-24 David Binderman <dcb314@hotmail.com> | paolo | 2009-11-24 | 1 | -2/+1 |
* | 2009-04-20 Richard Guenther <rguenther@suse.de> | rguenth | 2009-04-20 | 1 | -0/+27 |
* | * alias.c (record_alias_subset, init_alias_analysis): Fix | ghazi | 2008-06-26 | 1 | -9/+9 |
* | gcc/ | rwild | 2008-06-06 | 1 | -3/+4 |
* | * alias.c (rtx_equal_for_memref_p): Constify. | ghazi | 2007-08-14 | 1 | -1/+1 |
* | * cfglayout.c, config/arm/arm.c, config/arm/cortex-a8.md, | kazu | 2007-07-28 | 1 | -1/+1 |
* | * dominance.c (dom_computed, n_bbs_in_dom_tree): Removed. | rakdver | 2007-07-26 | 1 | -6/+0 |