]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfganal.c
[AArch64] Improve poly_int handling in aarch64_layout_frame
[thirdparty/gcc.git] / gcc / cfganal.c
2019-02-08  jakub * cfganal.c (pre_and_rev_post_order_compute_fn): Use...
2019-01-01  jakub Update copyright years.
2018-08-27  rguenth2018-08-27 Richard Biener <rguenther@suse.de>
2018-08-24  rguenth2018-08-24 Richard Biener <rguenther@suse.de>
2018-01-03  jakub Update copyright years.
2017-11-03  law * cfganal.c (single_pred_edge_ignoring_loop_edges...
2017-10-19  hubicka * asan.c (create_cond_insert_point): Do not update...
2017-08-01  rguenth2017-08-01 Richard Biener <rguenther@suse.de>
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-05-14  tbsaundemake inverted_post_order_compute() operate on a vec
2017-05-14  tbsaundemake depth_first_search_ds a class
2017-05-14  tbsaundereplace some manual stacks with auto_vec
2017-01-01  jakub Update copyright years.
2016-07-26  tbsaundeuse auto_sbitmap in various places
2016-05-24  rguenth2016-05-24 Richard Biener <rguenther@suse.de>
2016-05-12  rguenth2016-05-12 Richard Biener <rguenther@suse.de>
2016-04-28  seghersbitmap: Remove popcount
2016-01-04  jakub Update copyright years.
2015-12-20  hubicka PR middle-end/65337
2015-11-04  miyukiENABLE_CHECKING refactoring: remove remaining occurrences
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-13  vriesCheck no unreachable blocks in inverted_post_order_compute
2015-10-01  tbsaunderemove many typedefs
2015-08-31  matz * cfganal.c (pre_and_rev_post_order_compute_fn): Correctly
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-01-05  jakub Update copyright years.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-13  mrsMerge in trunk.
2013-12-09  dmalcolmEliminate FOR_ALL_BB macro.
2013-12-09  dmalcolmEliminate FOR_EACH_BB macro.
2013-12-09  dmalcolmEliminate last_basic_block macro.
2013-11-22  rsandifoMerge with trunk.
2013-11-22  tbsaundeadd auto_vec
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-11-04  mrsMerge in trunk.
2013-10-30  rguenth2013-10-30 Richard Biener <rguenther@suse.de>
2013-10-20  mrsMerge in trunk.
2013-10-02  amacleod * tree-flow.h: Remove some prototypes.
2013-09-30  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-06  rguenth2013-09-06 Richard Biener <rguenther@suse.de>
2013-09-06  rguenth2013-09-06 Richard Biener <rguenther@suse.de>
2013-01-30  rguenth2013-01-30 Richard Biener <rguenther@suse.de>
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-08  stevengcc/
2012-11-01  crowlThis patch normalizes more bitmap function names.
2012-10-31  stevengcc/
2012-10-30  crowlThis patch implements the unification of the *bitmap...
2012-08-13  steven * tree-ssa-pre.c (do_regular_insertion): Add FIXME...
2012-07-23  steven * sbitmap.h (struct int_list): Remove.
2012-07-08  stevengcc/
2012-03-28  rguenth2012-03-28 Richard Guenther <rguenther@suse.de>
2011-04-10  mrsRemove doubled up words.
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-06-05  hubicka * tree-into-ssa.c (insert_phi_nodes): Use bitmap heads
2010-06-04  hubicka * tree-into-ssa.c (mark_block_for_update): Avoid redun...
2010-05-29  hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges,
2010-05-22  stevengcc/ChangeLog:
2009-11-25  hjlRemove trailing white spaces.
2009-02-20  jakubUpdate Copyright years for files modified in 2008 and...
2008-06-26  steven * cfganal.c: Include vec.h and vecprim.h.
2007-08-14  ghazi * alias.c (rtx_equal_for_memref_p): Constify.
2007-07-26  nickcChange copyright header to refer to version 3 of the...
2007-06-11  dberlinMerge dataflow branch into mainline
2006-09-12  hubicka * cfganal.c (compute_dominance_frontiers_1): Don't...
2006-05-18  mrsWhitespace fixups
2006-01-31  dalecki2006-01-31 Marcin Dalecki <martin@dalecki.de>
2005-12-20  zadeck2005-12-20 Kenneth Zadeck <zadeck@naturalbridge.com>
2005-12-17  zadeck2005-12-17 Danny Berlin <dberlin@dberlin.org>
2005-07-19  bje * bt-load.c (link_btr_uses): Fix uninitialised warnings.
2005-06-25  kcookUpdate FSF address.
2005-06-07  kazu * sbitmap.h (sbitmap_iterator, sbitmap_iter_init,
2005-04-21  nathan * alias.c (true_dependence): Remove 'abort' from comme...
2005-03-14  rakdver * basic-block.h (BB_VISITED): Removed.
2005-03-11  rakdver * basic-block.h (single_succ_p, single_pred_p, single_...
2005-02-21  law * cfganal.c (find_unreachable_blocks): Manually...
2005-01-23  kazu * cfganal.c: Fix a reference to Harvey's paper.
2005-01-22  kazu * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa...
2005-01-19  dberlin2005-01-19 Daniel Berlin <dberlin@dberlin.org>
2004-11-22  nathan * bitmap.h (struct bitmap_obstack): New obstack type.
2004-11-10  law * cfganal.c (flow_dfs_compute_reverse_execute...
2004-11-09  law * cfg.c (redirect_edge_succ_nodup): Use find_ed...
2004-11-04  nathan * bitmap.c (bitmap_print): Make bitno unsigned.
2004-10-05  kazu * basic-block.h: Remove the prototype for
2004-09-28  bje2004-09-24 Ben Elliston <bje@au.ibm.com>
2004-09-26  rakdver * bitmap.h (EXECUTE_IF_SET_IN_BITMAP, EXECUTE_IF_AND_C...
2004-09-07  nathan * cfganal.c (flow_depth_first_order_compute, dfs_enume...
2004-08-19  steven * basic-block.h (struct edge_def): Remove crossing_edge.
2004-07-16  rth * basic-block.h (remove_fake_exit_edges): Declare.
next