aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgcleanup.c
AgeCommit message (Expand)Author
2013-01-30Small cleanup in cleanup_cfg.Marek Polacek
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-11 * sanitizer.def: Add comment about importance of ordering ofJakub Jelinek
2012-11-20 PR middle-end/55094Jakub Jelinek
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-012012-11-01 Sharad Singhai <singhai@google.com>Sharad Singhai
2012-09-272012-09-27 Dehao Chen <dehao@google.com>Dehao Chen
2012-09-19Integrate lexical block into source_location.Dehao Chen
2012-07-16gcc/Steven Bosscher
2012-07-08gcc/Steven Bosscher
2012-06-172012-06-17 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2012-06-09PR c++/53602Richard Henderson
2012-05-31 * output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher
2012-05-29 * LANGUAGES: Fix typos.Joseph Myers
2012-05-26 * cfgcleanup.c (try_optimize_cfg): Do not delete forwarder blocksEric Botcazou
2012-05-08 * basic-block.h (struct rtl_bb_info): Remove visited member andMichael Matz
2012-04-142012-04-14 Tom de Vries <tom@codesourcery.com>Tom de Vries
2012-03-282012-03-28 Richard Guenther <rguenther@suse.de>Richard Guenther
2012-03-212012-03-21 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-10-05 * doc/invoke.texi (-fshrink-wrap): Document.Bernd Schmidt
2011-09-13 * cfgcleanup.c (try_head_merge_bb): If get_condition returnsBernd Schmidt
2011-08-25PR 50132Richard Henderson
2011-08-02PR target/49864Richard Henderson
2011-07-19gcc/Richard Sandiford
2011-07-19gcc/Richard Sandiford
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li
2011-05-22 * cfgcleanup.c (try_forward_edges): Do not update BB_FORWARDER_BLOCK.Eric Botcazou
2011-04-20remove useless if-before-free testsJim Meyering
2011-04-072011-04-07 Tom de Vries <tom@codesourcery.com>Tom de Vries
2011-04-072011-04-07 Tom de Vries <tom@codesourcery.com>Tom de Vries
2011-04-072011-04-07 Tom de Vries <tom@codesourcery.com>Tom de Vries
2011-04-052011-04-05 Tom de Vries <tom@codesourcery.com>Tom de Vries
2011-04-052011-04-05 Tom de Vries <tom@codesourcery.com>Tom de Vries
2011-03-19 * cfgcleanup.c (mark_effect): Use bitmap_set_range/bitmap_clear_rangeAnatoly Sokolov
2011-01-26 PR rtl-optimization/44469Eric Botcazou
2010-12-14gcc/Bernd Schmidt
2010-12-13gcc/ChangeLog:Alexandre Oliva
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-11-03Revert revision 164552.H.J. Lu
2010-10-21 * cfgcleanup.c (try_forward_edges): Do not throw away previous stepsEric Botcazou
2010-10-21 * basic-block.h (find_fallthru_edge): Define.Nathan Froyd
2010-09-27 PR rtl-optimization/45792Hans-Peter Nilsson
2010-09-24 * cfgcleanup.c (flow_find_head_matching_sequence): Terminate whenBernd Schmidt
2010-09-23 PR rtl-optimization/44374Bernd Schmidt
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-06-06Revert accidental commit.Jan Hubicka
2010-06-06 * df-core.c (df_set_blocks): Use bitmap_head instead of bitmap.Jan Hubicka
2010-05-17 PR middle-end/44102Jakub Jelinek
2010-05-11 PR middle-end/44071Jakub Jelinek
2010-04-14gcc/Bernd Schmidt