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