aboutsummaryrefslogtreecommitdiff
path: root/gcc/symbol-summary.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-22Make symbol_summary::get and call_summary::get pure.Martin Liska1-56/+18
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-0/+12
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska1-7/+7
2018-06-08Make cgraph_edge::uid really unique.Martin Liska1-14/+7
2018-06-08Port edge_growth_cache to call_summary.Martin Liska1-0/+12
2018-06-08Add call_summary::get method and m_initialize_when_cloning.Martin Liska1-16/+50
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska1-9/+9
2018-06-08Add {symbol,call}_summary::get method and use it in HSA.Martin Liska1-14/+26
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-10/+12
2018-06-08Code refactoring for call_summary.Martin Liska1-53/+70
2018-06-08Code refactoring of symtab_summary.Martin Liska1-89/+130
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-03call_summary to keep info about cgraph_edgesMartin Jambor1-4/+210
2017-03-14alias.c (struct alias_set_entry): Pack properly.Richard Biener1-5/+5
2017-02-03Fix memory leaks in IPA CP (PR ipa/79337).Martin Liska1-13/+14
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-02Symbol summary: refactor usage of gcc_checking_assertsMartin Liska1-7/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-8/+6
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-3/+2
2015-06-25gengtype-parse.c (require_template_declaration): Allow '+' in template parame...Richard Sandiford1-39/+2
2015-03-25re PR tree-optimization/65538 (Memory leak of ipa_node_params_sum elements)Martin Liska1-0/+17
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22New symbol_summary class introduced.Martin Liska1-0/+281