aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)Author
2018-05-28Don't mark IFUNC resolver as only called directlyH.J. Lu
2018-04-26cgraph.h (symbol_table): Just declare debug method here.Richard Biener
2018-02-08re PR ipa/81360 (ice in estimate_edge_growth, at ipa-inline.h:86)Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-12-01function.h (struct function): Remove cilk_frame_decl, is_cilk_function and ca...Jakub Jelinek
2017-11-13cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka
2017-11-10auto-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
2017-06-10cgraph.h (cgraph_edge::clone): Update prototype.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka
2017-04-28re PR bootstrap/80531 (RC1 bootstrap comparison failure)Jakub Jelinek
2017-04-03Fix numerous typos in commentsJonathan Wakely
2017-03-30[PR 77333] Fixup fntypes of gimple calls of clonesMartin Jambor
2017-01-24Add "__RTL" to cc1David Malcolm
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska
2016-10-19Replace NULL with false as a return valueMartin Liska
2016-05-18Indirect inlining of targets from references of global constantsMartin Jambor
2016-05-08cgraph.c (thunk_adjust): Export.Jan Hubicka
2016-05-04cgraph.c (cgraph_node::call_for_symbol_thunks_and_aliases): Check availabilit...Jan Hubicka
2016-04-21re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka
2016-04-17re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka
2016-04-16re PR c++/70018 (Possible issue around IPO and C++ comdats discovered as pure...Jan Hubicka
2016-04-07cgraph.h (struct cgraph_simd_clone): Add mask_mode field.Jakub Jelinek
2016-04-04re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)Jan Hubicka
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka
2016-03-10re PR ipa/69589 (ICE in initialize_node_lattices, at ipa-cp.c:971)Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-12-23cgraph.h (decl_in_symtab_p): Revert check DECL_IN_CONSTANT_POOL.Nathan Sidwell
2015-12-23alias.c (compare_base_decls): Simplify in-symtab check.Nathan Sidwell
2015-12-15[PR 68851] Do not collect thunks in collect_callersMartin Jambor
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-04* ipa-inline.c (can_inline_edge_p) Use merged_comdat.Jan Hubicka
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka
2015-11-05gcc/Jakub Jelinek
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-08-19remove useless typedefsTrevor Saunders
2015-07-13Fix double word typos.Aldy Hernandez
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod