aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)Author
2019-04-15Reorganize cgraph_node::clone_of_pMartin Jambor
2019-03-08Relax cgraph_node::clone_of_p to also look through former clonesMartin Jambor
2018-05-28Don't mark IFUNC resolver as only called directlyH.J. Lu
2018-01-18 PR ipa/83619Jan Hubicka
2018-01-03 Update copyright years.Jakub Jelinek
2017-12-12[SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-23 * ipa-profile.c (ipa_propagate_frequency_1): Use count instead ofJan Hubicka
2017-11-17 * cgraph.c (cgraph_node::dump): Do IPA sanity checking on IPA counts.Jan Hubicka
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-11-03 * asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-27Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-09-21ipa: fix dumping with deleted multiversioning nodesEvgeny Kudryashov
2017-09-15Add comments to struct cgraph_thunk_infoPierre-Marie de Rodat
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska
2017-08-08.Martin Liska
2017-07-27 * attribs.c (decl_attributes): Imply noinline, noclone and no_icfJakub Jelinek
2017-07-16 * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.Jan Hubicka
2017-06-29 * asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-12 * cgraph.c (cgraph_node::dump): Complain about profile insanities.Jan Hubicka
2017-06-08 * cgraph.c (cgraph_edge::maybe_hot_p): Do not checkJan Hubicka
2017-06-042017-05-23 Jan Hubicka <hubicka@ucw.cz>Jan Hubicka
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-05-22 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-04-11Add function part to a same comdat group (PR ipa/80212).Martin Liska
2017-03-30[PR 77333] Fixup fntypes of gimple calls of clonesMartin Jambor
2017-02-13 * cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek
2017-02-03IPA: enhance dump outputMartin Liska
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-07 PR c++/78692Jakub Jelinek
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska
2016-09-20Add IPA VRPKugan Vivekanandarajah
2016-09-19 PR target/77587Jakub Jelinek
2016-07-252016-07-25 Richard Biener <rguenther@suse.de>Richard Biener
2016-06-03 PR middle-end/71387Jakub Jelinek
2016-05-25* cgraph.c (cgraph_node::get_availability): Fix typo in comment.Bernd Edlinger
2016-05-24 * tree-cfg.h (should_remove_lhs_p): New predicate.Marek Polacek
2016-05-18 PR c++/71100Jakub Jelinek
2016-05-16 * ipa-inline-analysis.c (compute_inline_parameters): Be more reailisticJan Hubicka
2016-05-04 * cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases):Jan Hubicka
2016-05-03 * cgraph.c (symbol_table::create_edge): Set inline_failed.Jan Hubicka
2016-05-032016-05-03 Richard Biener <rguenther@suse.de>Richard Biener
2016-04-21 PR ipa/70018Jan Hubicka
2016-04-17 PR ipa/70018Jan Hubicka
2016-04-16 PR ipa/70018Jan Hubicka
2016-04-16 PR ipa/70018Jan Hubicka
2016-03-18Set dump_file to NULL in cgraph_node::get_bodyTom de Vries