aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-profile.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-10ipa: Get rid of IPA_NODE_REF and IPA_EDGE_REFMartin Jambor1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-06-02Make TOPN counter dynamically allocated.Martin Liska1-6/+5
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka1-15/+21
2020-01-21ipa-profile.c: reset call_sums state within ipa-profile.c (v2; PR 93315)David Malcolm1-0/+3
2020-01-19Implement speculative call verifierJan Hubicka1-87/+87
2020-01-15Do not call streamer_read_hwi in a function call.Martin Liska1-2/+3
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo1-30/+323
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska1-9/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-15Fix comments typoLuo Xiong Hu1-1/+1
2019-11-13ipa-profile.c (check_argument_count): Check properly that e_info is non-NULL;...Jan Hubicka1-3/+1
2019-11-13re PR ipa/92498 (gcc.dg/tree-prof/crossmodule-indircall-1.c fails starting wi...Jan Hubicka1-1/+3
2019-11-12re PR ipa/92471 ([ICE] lto1 segmentation fault: ipa-profile.c ipa_get_cs_argu...Jan Hubicka1-8/+22
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-1/+1
2019-11-08ipa-utils.c (ipa_merge_profiles): Fix fprintf format string typo - mistmatch ...Jakub Jelinek1-1/+1
2019-10-30Remove cgraph_local_info structure.Martin Liska1-4/+4
2019-10-30Remove cgraph_global_info.Martin Liska1-2/+2
2019-07-25Generalize get_most_common_single_value to return n_th value & countXiong Hu Luo1-2/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-06-10Implement N disk counters for single value and indirect call counters.Martin Liska1-6/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-05Fix setting of hotness in non-LTO mode (PR gcov-profile/77698).Martin Liska1-3/+2
2018-09-21Remove arc profile histogram in non-LTO mode.Martin Liska1-25/+1
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-11/+14
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-1/+1
2018-01-24ipa-profile.c (ipa_propagate_frequency_1): Fix logic skipping calls with zero...Jan Hubicka1-5/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-23ipa-profile.c (ipa_propagate_frequency_1): Use count instead of frequency.Jan Hubicka1-1/+1
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-7/+5
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-47/+48
2017-06-08cgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_branch_probabilities.Jan Hubicka1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-6/+9
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-3/+3
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-1/+1
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-19ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-1/+1
2017-05-03Use call_summary in ipa-prop and ipa-cpMartin Jambor1-1/+1
2017-01-23[PR 79108] Put ipa_node_params to GC memoryMartin Jambor1-1/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-6/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+6
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-09-16Share memory blocks between pool allocatorsMikhail Maltsev1-2/+1
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska1-1/+1
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-1/+0