aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
AgeCommit message (Expand)Author
2013-01-302013-01-30 Richard Biener <rguenther@suse.de>Richard Biener
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-11-18This patch rewrites the old VEC macro-based interface into a new oneDiego Novillo
2012-11-08gcc/Steven Bosscher
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl
2012-10-31gcc/Steven Bosscher
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl
2012-08-13 * tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at pointsSteven Bosscher
2012-07-23 * sbitmap.h (struct int_list): Remove.Steven Bosscher
2012-07-08gcc/Steven Bosscher
2012-03-282012-03-28 Richard Guenther <rguenther@suse.de>Richard Guenther
2011-04-10Remove doubled up words.Mike Stump
2010-11-30 * diagnostic-core.h: Include bversion.h.Joseph Myers
2010-07-082010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>Manuel López-Ibáñez
2010-06-05 * tree-into-ssa.c (insert_phi_nodes): Use bitmap headsJan Hubicka
2010-06-04 * tree-into-ssa.c (mark_block_for_update): Avoid redundant callJan Hubicka
2010-05-29 * tree-vrp.c (debug_value_range, debug_all_value_ranges,Jan Hubicka
2010-05-22gcc/ChangeLog:Steven Bosscher
2009-11-25Remove trailing white spaces.H.J. Lu
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek
2008-06-26 * cfganal.c: Include vec.h and vecprim.h.Steven Bosscher
2007-08-14 * alias.c (rtx_equal_for_memref_p): Constify.Kaveh Ghazi
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton
2007-06-11Merge dataflow branch into mainlineDaniel Berlin
2006-09-12 * cfganal.c (compute_dominance_frontiers_1): Don't be quadratic.Jan Hubicka
2006-05-18Whitespace fixupsMike Stump
2006-01-312006-01-31 Marcin Dalecki <martin@dalecki.de>Marcin Dalecki
2005-12-202005-12-20 Kenneth Zadeck <zadeck@naturalbridge.com>Kenneth Zadeck
2005-12-172005-12-17 Danny Berlin <dberlin@dberlin.org>Danny Berlin
2005-07-19 * bt-load.c (link_btr_uses): Fix uninitialised warnings.Ben Elliston
2005-06-25Update FSF address.Kelley Cook
2005-06-07 * sbitmap.h (sbitmap_iterator, sbitmap_iter_init,Kazu Hirata
2005-04-21 * alias.c (true_dependence): Remove 'abort' from comments. UseNathan Sidwell
2005-03-14 * basic-block.h (BB_VISITED): Removed.Zdenek Dvorak
2005-03-11 * basic-block.h (single_succ_p, single_pred_p, single_succ_edge,Zdenek Dvorak
2005-02-21 * cfganal.c (find_unreachable_blocks): Manually CSE load ofJeff Law
2005-01-23 * cfganal.c: Fix a reference to Harvey's paper.Kazu Hirata
2005-01-22 * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c,Kazu Hirata
2005-01-192005-01-19 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2004-11-22 * bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell
2004-11-10 * cfganal.c (flow_dfs_compute_reverse_execute): Accept newJeff Law
2004-11-09 * cfg.c (redirect_edge_succ_nodup): Use find_edge rather thanJeff Law
2004-11-04 * bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell
2004-10-05 * basic-block.h: Remove the prototype forKazu Hirata
2004-09-282004-09-24 Ben Elliston <bje@au.ibm.com>Ben Elliston
2004-09-26 * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_COMPL_IN_BITMAP,Zdenek Dvorak
2004-09-07 * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,Nathan Sidwell
2004-08-19 * basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher
2004-07-16 * basic-block.h (remove_fake_exit_edges): Declare.Richard Henderson
2004-07-092004-07-08 Jerry Quinn <jlquinn@optonline.net>Jerry Quinn