aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)Author
2019-11-302019-11-30 Jan Hubicka <hubicka@ucw.cz>Jan Hubicka
2019-11-30 * cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka
2019-11-25ipa: Prevent materialization of clones with removed bodies (PR 92109)Martin Jambor
2019-11-10 * cgraph.h (struct cgraph_node): Add ipcp_clone flag.Jan Hubicka
2019-11-08 * symtab.c: Fix comment typos.Jakub Jelinek
2019-11-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-10-30Remove cgraph_global_info.Martin Liska
2019-10-27fix cgraph commentEric Botcazou
2019-10-10 PR middle-end/92037Jan Hubicka
2019-10-042019-10-04 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger
2019-10-02[PATCH] Do not check call type compatibility when cloning cgraph-edgesMartin Jambor
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford
2019-09-27Make cgraph_node::get_fun constDavid Malcolm
2019-09-19New IPA-SRAMartin Jambor
2019-08-01 * cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou
2019-07-28Release cgraph_{node,edge} via ggc_free (PR ipa/89330).Martin Liska
2019-07-22 * cgraph.c (dump_graphviz): New function.Giuliano Belinassi
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni
2019-03-07Relax cgraph_node::clone_of_p to also look through former clonesMartin Jambor
2019-02-18Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-01-20Limit AA walking in IPA summary generationMartin Jambor
2019-01-18Reset proper type on vector types (PR middle-end/88587).Martin Liska
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-01-01 Update copyright years.Jakub Jelinek
2018-12-15 * cgraph.h (cgraph_node): Add predicate prevailing_p.Jan Hubicka
2018-11-30Minimize clone counter memory usage in create_virtual_clone.Michael Ploujnikov
2018-11-09Come up with -fipa-reference-addressable flag.Martin Liska
2018-11-08cgraph: add selftest::symbol_table_testDavid Malcolm
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov
2018-09-28 * calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou
2018-08-21[debug] Add debug and earlydebug dumpsTom de Vries
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska
2018-06-08Make cgraph_edge::uid really unique.Martin Liska
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-05-22Don't mark IFUNC resolver as only called directlyH.J. Lu
2018-04-26 * cgraph.h (symbol_table): Just declare debug method here.Richard Biener
2018-02-08 PR ipa/81360Jan Hubicka
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-01 * function.h (struct function): Remove cilk_frame_decl,Jakub Jelinek
2017-11-13 * cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka
2017-11-10 * auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni
2017-09-21ipa: fix dumping with deleted multiversioning nodesEvgeny Kudryashov
2017-09-18Fix a typo in a comment (cgraph.c:cgraph_thunk_info)Pierre-Marie de Rodat
2017-09-15Add comments to struct cgraph_thunk_infoPierre-Marie de Rodat