]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/auto-profile.c
Optimize ODR enum streaming
[thirdparty/gcc.git] / gcc / auto-profile.c
2020-01-09  Martin JamborMake cgraph_edge::resolve-speculation static
2020-01-09  Martin LiskaAdd Optimization for various IPA parameters.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-12  Martin LiskaRemove gcc/params.* files.
2019-11-12  Martin LiskaApply mechanical replacement (generated patch).
2019-11-07  Martin JamborRemove gimple_call_types_likely_match_p (PR 70929)
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-19  Bin Chengauto-profile.c (afdo_indirect_call): Skip generating...
2018-12-14  Bin Chengauto-profile.c (afdo_annotate_cfg): Call update_max_bb_...
2018-12-14  Bin Chengauto-profile.c (afdo_indirect_call): Skip generating...
2018-12-14  Bin Chengauto-profile.c (AFDO_EINFO): New macro.
2018-12-10  Bin Chengauto-profile.c (afdo_calculate_branch_prob): Convert...
2018-12-10  Bin Cheng* auto-profile.c (string_table::get_index_by_decl)
2018-09-28  Richard Bienertree.h (BLOCK_ORIGIN): New.
2018-09-21  Martin LiskaRemove arc profile histogram in non-LTO mode.
2018-06-05  Martin LiskaSimplify gcov_histogram as it's used only for ARCS...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-11  Andi KleenFix stack overflow with autofdo (PR83355)
2017-11-14  Jan Hubickaauto-profile.c (afdo_annotate_cfg): Use update_max_bb_c...
2017-11-10  Jan Hubickaauto-profile.c (afdo_indirect_call): Drop frequency.
2017-10-31  David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-19  Jan Hubickaasan.c (create_cond_insert_point): Do not update edge...
2017-07-27  Martin LiskaFix indirect call optimization done by autoFDO.
2017-07-27  Martin LiskaInitialize counters in autoFDO to zero, not to uninitia...
2017-07-06  Jan Hubickaauto-profile.c (afdo_set_bb_count, [...]): Set counts...
2017-06-29  Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-06-04  Jan Hubickai386.c (make_resolver_func): Update.
2017-05-30  Martin LiskaFix parenthesis in auto-profile.c (PR other/80909).
2017-05-25  Nathan Sidwellauto-profile.c (afdo_propagate): Adjust T const cast...
2017-05-23  Jan Hubickaipa-inline-analysis.c (cgraph_2edge_hook_list, [.....
2017-05-22  Jan HubickaMakefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-04-19  Richard BienerUpdate SSA after AutoPGO early inlining (PR ipa/65972).
2017-03-11  David MalcolmRemove trailing period from various diagnostic messages...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-07-14  Andi KleenPrint indirect call changes in afdo dump file
2016-05-30  Andi KleenDon't cause ICEs when auto profile file is not found...
2016-04-22  Szabolcs Nagy[PATCH 2/2] (header usage fix) include c++ headers...
2016-04-22  Szabolcs Nagy[PATCH 1/2] (header usage fix) remove unused system...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-27  Aditya Kumarauto-profile.c (afdo_calculate_branch_prob): Break...
2015-05-05  David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-01-18  Felix Yangauto-profile.c (afdo_find_equiv_class): Remove unnecess...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2015-01-05  Jakub Jelinek* auto-profile.c, auto-profile.h: Fix up Copyright...
2014-12-22  Martin Liskaipa-prop uses symbol_summary class.
2014-12-18  Dehao Chenauto-profile.c (afdo_annotate_cfg): Invoke update_ssa...
2014-11-19  David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-10-28  Andrew MacLeodcgraph.h: Flatten.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-22  Dehao Chenauto-profile.c: Change order of header files.
2014-10-21  Dehao ChenAdd AutoFDO.