aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Make cgraph_node::get_fun constDavid Malcolm1-1/+1
2019-09-20New IPA-SRAMartin Jambor1-18/+27
2019-08-01cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou1-1/+1
2019-07-28Release cgraph_{node,edge} via ggc_free (PR ipa/89330).Martin Liska1-34/+24
2019-07-22cgraph.c (dump_graphviz): New function.Giuliano Belinassi1-0/+9
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-8/+7
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-8/+12
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni1-0/+6
2019-03-07Relax cgraph_node::clone_of_p to also look through former clonesMartin Jambor1-0/+14
2019-02-18Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska1-2/+42
2019-02-13Clean up MPX-related stuff.Martin Liska1-7/+0
2019-01-20Limit AA walking in IPA summary generationMartin Jambor1-1/+1
2019-01-18Reset proper type on vector types (PR middle-end/88587).Martin Liska1-1/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-8/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-15cgraph.h (cgraph_node): Add predicate prevailing_p.Jan Hubicka1-0/+17
2018-11-30Minimize clone counter memory usage in create_virtual_clone.Michael Ploujnikov1-3/+7
2018-11-09Come up with -fipa-reference-addressable flag.Martin Liska1-1/+1
2018-11-08cgraph: add selftest::symbol_table_testDavid Malcolm1-0/+23
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov1-2/+5
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou1-1/+7
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries1-0/+8
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska1-3/+14
2018-06-08Make cgraph_edge::uid really unique.Martin Liska1-3/+11
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska1-14/+6
2018-06-08Remove MPXMartin Liska1-33/+0
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu1-0/+4
2018-04-26cgraph.h (symbol_table): Just declare debug method here.Richard Biener1-4/+1
2018-02-08re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka1-0/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek1-3/+0
2017-11-13cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka1-0/+4
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-14/+23
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni1-0/+4
2017-09-21ipa: fix dumping with deleted multiversioning nodesEvgeny Kudryashov1-1/+1
2017-09-18Fix a typo in a comment (cgraph.c:cgraph_thunk_info)Pierre-Marie de Rodat1-1/+1
2017-09-15Add comments to struct cgraph_thunk_infoPierre-Marie de Rodat1-4/+35
2017-06-10cgraph.h (cgraph_edge::clone): Update prototype.Jan Hubicka1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-10/+12
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-1/+10
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-6/+9
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-0/+4
2017-04-28re PR bootstrap/80531 (RC1 bootstrap comparison failure)Jakub Jelinek1-4/+1
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-03-30[PR 77333] Fixup fntypes of gimple calls of clonesMartin Jambor1-0/+2
2017-01-24Add "__RTL" to cc1David Malcolm1-0/+4
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska1-4/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska1-4/+16