]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/auto-profile.c
[Ada] Revert change for gnatprove that is no longer needed
[thirdparty/gcc.git] / gcc / auto-profile.c
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-01-01  jakub Update copyright years.
2018-12-19  amker * auto-profile.c (afdo_indirect_call): Skip generating...
2018-12-14  amker * auto-profile.c (afdo_annotate_cfg): Call update_max_...
2018-12-14  amker * auto-profile.c (afdo_indirect_call): Skip generating...
2018-12-14  amker * auto-profile.c (AFDO_EINFO): New macro.
2018-12-10  amker * auto-profile.c (afdo_calculate_branch_prob): Convert...
2018-12-10  amker * auto-profile.c (string_table::get_index_by_decl)
2018-09-28  rguenth2018-09-28 Richard Biener <rguenther@suse.de>
2018-09-21  marxinRemove arc profile histogram in non-LTO mode.
2018-06-05  marxinSimplify gcov_histogram as it's used only for ARCS...
2018-01-03  jakub Update copyright years.
2017-12-11  akFix stack overflow with autofdo (PR83355)
2017-11-14  hubicka * auto-profile.c (afdo_annotate_cfg): Use update_max_b...
2017-11-10  hubicka * auto-profile.c (afdo_indirect_call): Drop frequency.
2017-10-31  dmalcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-19  hubicka * asan.c (create_cond_insert_point): Do not update...
2017-07-27  marxinFix indirect call optimization done by autoFDO.
2017-07-27  marxinInitialize counters in autoFDO to zero, not to uninitia...
2017-07-06  hubicka * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>
2017-05-30  marxinFix parenthesis in auto-profile.c (PR other/80909).
2017-05-25  nathan * auto-profile.c (afdo_propagate): Adjust T const...
2017-05-23  hubicka * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgrap...
2017-05-22  hubicka * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-04-19  marxinUpdate SSA after AutoPGO early inlining (PR ipa/65972).
2017-03-11  dmalcolmRemove trailing period from various diagnostic messages...
2017-01-01  jakub Update copyright years.
2016-07-14  akPrint indirect call changes in afdo dump file
2016-05-30  akDon't cause ICEs when auto profile file is not found...
2016-04-22  nsz[PATCH 2/2] (header usage fix) include c++ headers...
2016-04-22  nsz[PATCH 1/2] (header usage fix) remove unused system...
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-09-20  tbsaundeswitch from gimple to gimple*
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  amacleod2015-06-25 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-05-27  law * auto-profile.c (afdo_calculate_branch_prob): Break...
2015-05-05  dmalcolmFix indentation issues seen by -Wmisleading-indentation
2015-01-18  fyang * auto-profile.c (afdo_find_equiv_class): Remov...
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2015-01-05  jakub * auto-profile.c, auto-profile.h: Fix up Copyright...
2014-12-22  marxinipa-prop uses symbol_summary class.
2014-12-18  dehaogcc/ChangeLog:
2014-11-19  dmalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-10-28  amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27  amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-22  dehaogcc/ChangeLog:
2014-10-21  dehaoAdd AutoFDO.