aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)Author
2019-10-16[arm] fix bootstrap failure due to uninitialized warningrearnsha
2019-09-19New IPA-SRAjamborm
2019-08-27Fix new clang warnings.marxin
2019-08-15Clean next_nested properly.marxin
2019-08-15Add ::verify for cgraph_node::origin/nested/next_nested.marxin
2019-08-06Add operator new/delete to cgraph_node::dump.marxin
2019-08-01 * cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.ebotcazou
2019-07-30Use edge->indirect_unknown_callee in cgraph_edge::make_direct (PR ipa/89330).marxin
2019-07-28Release cgraph_{node,edge} via ggc_free (PR ipa/89330).marxin
2019-07-22 * cgraph.c (dump_graphviz): New function.law
2019-07-042019-07-04 Richard Biener <rguenther@suse.de>rguenth
2019-06-27Remove quite obvious dead assignments.marxin
2019-06-05gcc/c/ChangeLog:msebor
2019-04-15Reorganize cgraph_node::clone_of_pjamborm
2019-03-12Fix dumping of "former thunk" info in cgraph dumpjamborm
2019-03-07Relax cgraph_node::clone_of_p to also look through former clonesjamborm
2019-03-07Significantly speed up verifiers for a cgraph_node with many clones.marxin
2019-02-18Come up with fast {function,call}_summary classes (PR ipa/89306).marxin
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>sandra
2019-01-01 Update copyright years.jakub
2018-12-15 * cgraph.h (cgraph_node): Add predicate prevailing_p.hubicka
2018-11-08cgraph: add selftest::symbol_table_testdmalcolm
2018-10-24Remove reduntant dumps and make tp_first_run dump more compact.marxin
2018-10-22Add a fun parameter to three stmt_could_throw... functionsjamborm
2018-09-28 * calls.c (expand_call): Try to do a tail call for thunks at -O0 too.ebotcazou
2018-08-27Come up with fndecl_built_in_p.marxin
2018-06-28Hide alt_dump_file within dumpfile.cdmalcolm
2018-06-13 * cgraph.c (cgraph_node::get_untransformed_body): Dump functionhubicka
2018-06-08Come up with cgraph_node::get_uid and make cgraph_node::uid private.marxin
2018-06-08Make cgraph_edge::uid really unique.marxin
2018-06-08Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.marxin
2018-06-08Remove MPXmarxin
2018-05-22Don't mark IFUNC resolver as only called directlyhjl
2018-01-18 PR ipa/83619hubicka
2018-01-03 Update copyright years.jakub
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersaoliva
2017-11-23 * ipa-profile.c (ipa_propagate_frequency_1): Use count instead ofhubicka
2017-11-17 * cgraph.c (cgraph_node::dump): Do IPA sanity checking on IPA counts.hubicka
2017-11-13 * cgraph.c (cgraph_edge::sreal_frequency): New function.hubicka
2017-11-10 * auto-profile.c (afdo_indirect_call): Drop frequency.hubicka
2017-11-03 * asan.c (create_cond_insert_point): Maintain profile.hubicka
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.prathamesh3492
2017-10-10Require wi::to_wide for treesrsandifo
2017-09-21ipa: fix dumping with deleted multiversioning nodesamonakov
2017-09-15Add comments to struct cgraph_thunk_infopmderodat
2017-08-11Introduce TARGET_SUPPORTS_ALIASESmarxin
2017-08-08.marxin
2017-07-27 * attribs.c (decl_attributes): Imply noinline, noclone and no_icfjakub
2017-07-16 * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.hubicka
2017-06-29 * asan.c (asan_emit_stack_protection): Update.hubicka