aboutsummaryrefslogtreecommitdiff
path: root/gcc/auto-profile.c
AgeCommit message (Expand)Author
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-19 * auto-profile.c (afdo_indirect_call): Skip generating histogramBin Cheng
2018-12-14 * auto-profile.c (afdo_annotate_cfg): Call update_max_bb_count evenBin Cheng
2018-12-14 * auto-profile.c (afdo_indirect_call): Skip generating histogramBin Cheng
2018-12-14 * auto-profile.c (AFDO_EINFO): New macro.Bin Cheng
2018-12-10 * auto-profile.c (afdo_calculate_branch_prob): Convert profile_countBin Cheng
2018-12-10 * auto-profile.c (string_table::get_index_by_decl)Bin Cheng
2018-09-282018-09-28 Richard Biener <rguenther@suse.de>Richard Biener
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska
2018-06-05Simplify gcov_histogram as it's used only for ARCS counters.Martin Liska
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-11Fix stack overflow with autofdo (PR83355)Andi Kleen
2017-11-14 * auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka
2017-11-10 * auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm
2017-10-19 * asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka
2017-07-27Fix indirect call optimization done by autoFDO.Martin Liska
2017-07-27Initialize counters in autoFDO to zero, not to uninitialized.Martin Liska
2017-07-06 * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,Jan Hubicka
2017-06-29 * asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-042017-05-23 Jan Hubicka <hubicka@ucw.cz>Jan Hubicka
2017-05-30Fix parenthesis in auto-profile.c (PR other/80909).Martin Liska
2017-05-25 * auto-profile.c (afdo_propagate): Adjust T const cast to avoidNathan Sidwell
2017-05-23 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,Jan Hubicka
2017-05-22 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-04-19Update SSA after AutoPGO early inlining (PR ipa/65972).Richard Biener
2017-03-11Remove trailing period from various diagnostic messages (PR translation/79923)David Malcolm
2017-01-01 Update copyright years.Jakub Jelinek
2016-07-14Print indirect call changes in afdo dump fileAndi Kleen
2016-05-30Don't cause ICEs when auto profile file is not found with checkingAndi Kleen
2016-04-22[PATCH 2/2] (header usage fix) include c++ headers in system.hSzabolcs Nagy
2016-04-22[PATCH 1/2] (header usage fix) remove unused system header includesSzabolcs Nagy
2016-01-04 Update copyright years.Jakub Jelinek
2015-10-302015-10-30 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-10-292015-10-29 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-07-102015-07-10 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-07-082015-07-07 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-252015-06-25 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-172015-06-17 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-082015-06-08 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-06-042015-06-04 Andrew MacLeod <amacleod@redhat.com>Andrew Macleod
2015-05-27 * auto-profile.c (afdo_calculate_branch_prob): Break once has_sample isJeff Law
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm
2015-01-18 * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.Fei Yang