summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou2019-08-011-1/+1
* Release cgraph_{node,edge} via ggc_free (PR ipa/89330).Martin Liska2019-07-281-34/+24
* cgraph.c (dump_graphviz): New function.Giuliano Belinassi2019-07-221-0/+9
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-8/+7
* PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor2019-07-091-8/+12
* Add lto-dump tool.Hrishikesh Kulkarni2019-05-061-0/+6
* Relax cgraph_node::clone_of_p to also look through former clonesMartin Jambor2019-03-071-0/+14
* Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska2019-02-181-2/+42
* Clean up MPX-related stuff.Martin Liska2019-02-131-7/+0
* Limit AA walking in IPA summary generationMartin Jambor2019-01-201-1/+1
* Reset proper type on vector types (PR middle-end/88587).Martin Liska2019-01-181-1/+6
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-8/+8
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* cgraph.h (cgraph_node): Add predicate prevailing_p.Jan Hubicka2018-12-151-0/+17
* Minimize clone counter memory usage in create_virtual_clone.Michael Ploujnikov2018-11-301-3/+7
* Come up with -fipa-reference-addressable flag.Martin Liska2018-11-091-1/+1
* cgraph: add selftest::symbol_table_testDavid Malcolm2018-11-081-0/+23
* Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov2018-10-301-2/+5
* calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou2018-09-281-1/+7
* [debug] Add debug and earlydebug dumpsTom de Vries2018-08-211-0/+8
* Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska2018-06-081-3/+14
* Make cgraph_edge::uid really unique.Martin Liska2018-06-081-3/+11
* Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska2018-06-081-14/+6
* Remove MPXMartin Liska2018-06-081-33/+0
* Don't mark IFUNC resolver as only called directlyH.J. Lu2018-05-221-0/+4
* cgraph.h (symbol_table): Just declare debug method here.Richard Biener2018-04-261-4/+1
* re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka2018-02-081-0/+3
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek2017-12-011-3/+0
* cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka2017-11-131-0/+4
* auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka2017-11-101-14/+23
* Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni2017-10-271-0/+4
* ipa: fix dumping with deleted multiversioning nodesEvgeny Kudryashov2017-09-211-1/+1
* Fix a typo in a comment (cgraph.c:cgraph_thunk_info)Pierre-Marie de Rodat2017-09-181-1/+1
* Add comments to struct cgraph_thunk_infoPierre-Marie de Rodat2017-09-151-4/+35
* cgraph.h (cgraph_edge::clone): Update prototype.Jan Hubicka2017-06-101-1/+1
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-10/+12
* Introduce symtab_node::dump_{asm_,}name functions.Martin Liska2017-05-231-1/+10
* Move symtab_node::dump_table to symbol_table::dumpMartin Liska2017-05-231-6/+9
* ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka2017-05-231-1/+1
* Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka2017-05-221-0/+4
* re PR bootstrap/80531 (RC1 bootstrap comparison failure)Jakub Jelinek2017-04-281-4/+1
* Fix numerous typos in commentsJonathan Wakely2017-04-031-1/+1
* [PR 77333] Fixup fntypes of gimple calls of clonesMartin Jambor2017-03-301-0/+2
* Add "__RTL" to cc1David Malcolm2017-01-241-0/+4
* Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska2017-01-201-4/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Introduce -fdump-ipa-clones dump outputMartin Liska2016-11-301-4/+16
* Replace NULL with false as a return valueMartin Liska2016-10-191-1/+1
* Indirect inlining of targets from references of global constantsMartin Jambor2016-05-181-2/+7