summaryrefslogtreecommitdiff
path: root/gcc/cgraphclones.c
AgeCommit message (Expand)Author
2020-06-01Fix dump in clone materializationFeng Xue
2020-04-17fix PVS studio reported bugsRichard Biener
2020-04-16List valid pairs for new and delete operators.Martin Liska
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka
2020-01-19Fix ICE in speculative_call_infoJan Hubicka
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor
2020-01-09One more usage of cgraph_node::dump_name.Martin Liska
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-06cgraphclones.c (cgraph_node::create_clone): Only localize toplevel functions,...Jan Hubicka
2019-12-05cgraphclones.c (localize_profile): New function.Jan Hubicka
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka
2019-11-29ipa-cp: Avoid ICEs when looking at expanded thunks and unoptimized functionsMartin Jambor
2019-11-28Fix previous commit (that included unrelated changes)Jan Hubicka
2019-11-28Fix profile adjusments while cloningJan Hubicka
2019-11-25ipa: Prevent materialization of clones with removed bodies (PR 92109)Martin Jambor
2019-11-10cgraph.h (struct cgraph_node): Add ipcp_clone flag.Jan Hubicka
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek
2019-11-04cgraphclones.c (cgraph_node::create_version_clone): Do not duplicate summaries.Jan Hubicka
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-10-30Remove cgraph_global_info.Martin Liska
2019-10-02[PATCH] Do not check call type compatibility when cloning cgraph-edgesMartin Jambor
2019-09-20New IPA-SRAMartin Jambor
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford
2019-08-08When cloning set operator new/delete to false.Martin Liska
2019-05-02Enhance target and target_clone error messages.Martin Liska
2019-01-18Reset proper type on vector types (PR middle-end/88587).Martin Liska
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30Minimize clone counter memory usage in create_virtual_clone.Michael Ploujnikov
2018-11-30Make function assembly more independent.Michael Ploujnikov
2018-11-08re PR middle-end/87916 (ICE in dwarf2out_abstract_function, at dwarf2out.c:22...Eric Botcazou
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov
2018-10-11re PR target/87156 (ICE building libstdc++ for mips64)Jan Hubicka
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-01-18re PR ipa/82256 (clones created by create_version_clone_with_body are not obs...Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-11-23cgraphclones.c (cgraph_node::create_clone): Fix updating of profile when inli...Jan Hubicka
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka
2017-06-10cgraph.h (cgraph_edge::clone): Update prototype.Jan Hubicka
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka
2017-05-16Add default value for last argument of dump functions.Martin Liska
2017-05-11dumpfle.h (dump_function): Declare here ...Nathan Sidwell
2017-03-30[PR 77333] Fixup fntypes of gimple calls of clonesMartin Jambor
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