]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cfg.c
PR testsuite/92016 - Excess errors in Wstringop-overflow-17.c
[thirdparty/gcc.git] / gcc / cfg.c
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-06-03  marxinMake debug(edge) more verbose.
2019-01-01  jakub Update copyright years.
2018-08-24  rguenth2018-08-24 Richard Biener <rguenther@suse.de>
2018-06-08  dmalcolmConvert dump and optgroup flags to enums
2018-04-19  rguenth2018-04-19 Richard Biener <rguenther@suse.de>
2018-01-03  jakub Update copyright years.
2017-11-20  aldyh * vec.h (debug_helper): New function.
2017-11-16  hubicka * cfg.c (scale_bbs_frequencies_int,
2017-11-03  hubicka * asan.c (create_cond_insert_point): Maintain profile.
2017-10-19  hubicka * asan.c (create_cond_insert_point): Do not update...
2017-07-01  hubicka * cfg.c (scale_bbs_frequencies): New function.
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>
2017-05-26  marxinSimplify usage of some TDF_* flags.
2017-05-17  marxinIntroduce dump_flags_t type and use it instead of int...
2017-01-24  dmalcolmAdd "__RTL" to cc1
2017-01-21  hubicka PR lto/78407
2017-01-01  jakub Update copyright years.
2016-10-18  tschwingeUse FOR_ALL_BB_FN in a few more places
2016-10-13  amker * cfg.c (reset_original_copy_tables): New func.
2016-09-02  prathamesh34922016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-06-05  hubicka * cfg.c (check_bb_profile): Do not report mismatched...
2016-01-04  jakub Update copyright years.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-27  rguenth2015-10-27 Richard Biener <rguenther@suse.de>
2015-09-16  miyukiShare memory blocks between pool allocators
2015-07-16  marxinAdd new object_allocator and clean-up allocator usage.
2015-07-10  amacleod * bb-reorder.c: Don't include obstack.h if backend...
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  rsandifogcc/
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-06-01  marxinChange use to type-based pool allocator in cfg.c.
2015-05-09  jason * bitmap.c, c/c-aux-info.c, cfg.c, cfghooks.c, cgraph.c,
2015-04-18  tbsaunderemove need for store_values_directly
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-06-24  tbsaundeRemove a layer of indirection from hash_table
2014-05-26  rguenth2014-05-23 Richard Biener <rguenther@suse.de>
2014-05-17  tbsaundeuse templates instead of gengtype for typed allocation...
2014-04-17  rsandifoMerge from trunk.
2014-04-15  tejohnson2014-04-15 Teresa Johnson <tejohnson@google.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-12-09  dmalcolmEliminate BASIC_BLOCK macro.
2013-12-09  dmalcolmEliminate SET_BASIC_BLOCK macro.
2013-12-09  dmalcolmRename profile_status_for_function to profile_status_fo...
2013-11-21  rsandifoMerge with trunk.
2013-11-21  dmalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  dmalcolmEliminate n_edges macro
2013-11-19  dmalcolmEliminate n_basic_blocks macro
2013-09-04  mrsMerge in trunk.
2013-08-31  tejohnsonThis patch sanitizes the partitioning to address issues...
2013-05-02  tejohnsonFollow-on patch to r197595 to complete the replacement...
2013-04-30  rguenth2013-04-30 Richard Biener <rguenther@suse.de>
2013-04-08  tejohnsonFirst phase of unifying the computation of profile...
2013-03-29  crowlAdd uniform debug dump function names.
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01  crowlThis patch normalizes more bitmap function names.
2012-10-25  crowlChange hash_table to support a comparator type differen...
2012-10-09  crowlChange more non-GTY hash tables to use the new type...
2012-08-29  steven * cfg.c (dump_bb_info): Print a newline if there were...
2012-08-24  jamborm2012-08-24 Martin Jambor <mjambor@suse.cz>
2012-08-13  rguenth2012-08-13 Richard Guenther <rguenther@suse.de>
2012-08-07  stevengcc/
2012-07-20  stevengcc/
2012-07-17  stevenfix botched commit
2012-07-17  steven * dumpfile.h (TDF_COMMENT): New define.
2012-07-16  stevengcc/
2012-07-08  stevengcc/
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-31  aldyh PR tree-optimization/52558
2012-04-27  steven * cfg.c (disconnect_src): Do df_mark_solutions_dirty...
2011-07-23  rthbb-reorder: Split EH edges crossing partitions.
2011-07-20  rthDump basic_block flags.
2011-03-23  law * cfg.c (redirect_edge_succ_nodup): Duplicate the...
2010-11-30  jsm28 * diagnostic-core.h: Include bversion.h.
2010-08-10  froydnj * basic-block.h (alloc_aux_for_block, alloc_aux_for_ed...
2010-07-08  manu2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
2010-06-08  laurasgcc/ada:
2010-05-29  hubicka * tree-vrp.c (debug_value_range, debug_all_value_ranges,
2010-02-24  ro * cfg.c (alloc_aux_for_block): Remove inline.
2009-11-25  hjlRemove trailing white spaces.
2009-09-10  uros * ira-conflicts.c: Use fputs or putc instead of fprintf
2009-02-20  jakubUpdate Copyright years for files modified in 2008 and...
2008-07-16  ghazi * cfg.c (dump_reg_info): Avoid C++ keywords.
2008-05-16  dnovillo2008-05-16 Nathan Froyd <froydnj@codesourcery.com>
2008-03-05  aldyh * cfg.c: Include tree-flow.h.
next