summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)Author
2020-04-30ipa: Cgraph verification fix (PR 94856)Martin Jambor
2020-04-16ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor
2020-04-08Allow new/delete operator deletion only for replaceable.Martin Liska
2020-03-20Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka
2020-03-20Fix cgraph_node::function_symbol availability compuattion [PR94202]Jan Hubicka
2020-02-18Drop MALLOC attribute for void functions.Martin Liska
2020-02-18ipa: Various diagnostic fixes [PR93797]Jakub Jelinek
2020-01-29ipa: Fix removal of multi-target speculation.Jan Hubicka
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka
2020-01-21Fix updating of call_stmt_site_hashJan Hubicka
2020-01-19Implement speculative call verifierJan 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-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-08Use dump_asm_name for Callers/Calls in dump.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19Fix symver attribute with LTOJan Hubicka
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka
2019-12-09Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka
2019-12-03Clear calls_comdat_local when comdat group is dissolvedJan Hubicka
2019-12-03Do not update SSA in lto-stremaer-inJan Hubicka
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka
2019-11-29profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai...Jan Hubicka
2019-11-28cgraph: ifunc resolvers cannot be made local (PR 92697)Martin Jambor
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-10* cgraph.c (cgraph_edge::maybe_hot_p): Do not use sreal_frequency.Jan Hubicka
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek
2019-11-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor
2019-11-07Clear version_info_node in delete_function_version.Martin Liska
2019-10-30Edges to interposable calles are possibly_call_in_translation_unit_pMartin Jambor
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-27fix cgraph commentEric Botcazou
2019-10-22Fix incorrect merge of conflictant names in `dump_graphviz`Giuliano Belinassi
2019-10-10re PR middle-end/92037 (LTO bootstrap broken in selftests)Jan Hubicka
2019-10-02Fix ALL_REGS thinko in initialisation of function_used_regsRichard Sandiford
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-20New IPA-SRAMartin Jambor
2019-08-27Fix new clang warnings.Martin Liska
2019-08-15Clean next_nested properly.Martin Liska
2019-08-15Add ::verify for cgraph_node::origin/nested/next_nested.Martin Liska
2019-08-06Add operator new/delete to cgraph_node::dump.Martin Liska
2019-08-01cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou
2019-07-30Use edge->indirect_unknown_callee in cgraph_edge::make_direct (PR ipa/89330).Martin Liska