aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-fnsummary.h
AgeCommit message (Expand)AuthorFilesLines
2022-05-24ipa: add 'final' and 'override' to call_summary_base vfunc implsDavid Malcolm1-10/+11
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-3/+3
2022-01-04ipa-inline: Add target info into fn summary [PR102059]Kewen Lin1-1/+6
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-03Rename predicate class to ipa_predicateMartin Liska1-5/+6
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-06Move size time tables from GGC to heapJan Hubicka1-7/+10
2020-10-21Inline functions with builtin_constant_p more agressively.Jan Hubicka1-2/+10
2020-10-02ipa: Multiple predicates for loop properties, with frequenciesMartin Jambor1-9/+29
2020-10-02ipa: Bundle estimates of ipa_call_context::estimate_size_and_timeMartin Jambor1-8/+28
2020-10-02ipa: Introduce ipa_cached_call_contextMartin Jambor1-2/+14
2020-10-02ipa: Bundle vectors describing argument valuesMartin Jambor1-19/+8
2020-09-23Cleanup modref interfaces.Jan Hubicka1-0/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-19ipa: duplicate ipa_size_summary for cloned nodesJan Hubicka1-12/+9
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka1-0/+17
2019-11-23ipa-fnsummary.c: Fix comment typos.Jakub Jelinek1-5/+5
2019-11-21ipa-fnsummary.h (enum ipa_hints_vals): Fix comment typo, preffer -> prefer.Jakub Jelinek1-1/+1
2019-11-21Incremental updating of inline summaries.Jan Hubicka1-1/+1
2019-11-20Implement inline call summaries.Jan Hubicka1-3/+12
2019-11-14Support extended aggregate jump function in ipa-cpFeng Xue1-4/+4
2019-11-04cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries.Jan Hubicka1-0/+1
2019-11-03ipa-fnsummary.c (ipa_call_context::duplicate_from): New member function.Jan Hubicka1-1/+11
2019-11-03ipa-fnsummary.c (ipa_call_context): New constructor.Jan Hubicka1-13/+43
2019-10-29Release function and edge summaries allocated with GGC.Martin Liska1-2/+2
2019-10-24cgraphunit.c (symbol_table::process_new_functions): Call ipa_free_size_summary.Jan Hubicka1-14/+49
2019-07-14ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.Jan Hubicka1-8/+3
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-3/+6
2019-02-18Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska1-9/+11
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-29/+54
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-4/+1
2017-11-06ipa-fnsummary.c: fix use-after-free crash (PR jit/82826)David Malcolm1-0/+2
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni1-1/+3
2017-05-23cgraphunit.c (symbol_table::process_new_functions): Update.Jan Hubicka1-4/+1
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-36/+34
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-0/+272