aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-10Improve efficiency of copying section from another treeStrager Neds1-2/+7
2020-11-10Refactor copying decl section namesStrager Neds1-1/+4
2020-11-06Move ipa-refs from ggc to heap.Jan Hubicka1-3/+3
2020-11-04Fix copying of clone_info while reshaping clone tree.Jan Hubicka1-2/+2
2020-11-03PR target/96342 Change field "simdlen" into poly_uint64Yang Yang1-3/+3
2020-10-31Move clone_info to summaryJan Hubicka1-24/+11
2020-10-26Implement three-level optimize_for_size predicatesJan Hubicka1-5/+7
2020-10-26Make default duplicate and insert methods of summaries abort; fix falloutJan Hubicka1-1/+1
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-70/+19
2020-10-22Materialize clones on demandJan Hubicka1-9/+4
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka1-11/+1
2020-09-25Add cgraph_edge::debug function.Martin Liska1-0/+3
2020-07-31Do not allocate huge array in output_in_order.Martin Liska1-2/+0
2020-05-14openmp: cgraph support for late declare variant resolutionJakub Jelinek1-1/+7
2020-04-27Do not remove ifunc_resolver in LTO.Martin Liska1-1/+1
2020-03-20Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka1-13/+4
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka1-8/+79
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo1-10/+41
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor1-16/+23
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-10Turn tp_first_run counts back to 32bit values.Jan Hubicka1-4/+4
2019-12-09Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska1-18/+45
2019-12-08Fix overflows in -fprofile-reorder-functionsJan Hubicka1-2/+3
2019-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka1-0/+2
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka1-1/+8
2019-11-25ipa: Prevent materialization of clones with removed bodies (PR 92109)Martin Jambor1-0/+4
2019-11-10cgraph.h (struct cgraph_node): Add ipcp_clone flag.Jan Hubicka1-0/+2
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek1-34/+35
2019-11-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor1-2/+0
2019-10-30Remove cgraph_local_info structure.Martin Liska1-26/+14
2019-10-30Remove cgraph_global_info.Martin Liska1-23/+18
2019-10-27fix cgraph commentEric Botcazou1-1/+1
2019-10-10re PR middle-end/92037 (LTO bootstrap broken in selftests)Jan Hubicka1-6/+16
2019-10-04cgraph.h (FOR_EACH_ALIAS): Avoid shadowing the loop variable.Bernd Edlinger1-2/+4
2019-10-02[PATCH] Do not check call type compatibility when cloning cgraph-edgesMartin Jambor1-5/+7
2019-09-30Add a function for getting the ABI of a call insn targetRichard Sandiford1-1/+1
2019-09-27Make cgraph_node::get_fun constDavid Malcolm1-1/+1
2019-09-20New IPA-SRAMartin Jambor1-18/+27
2019-08-01cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou1-1/+1
2019-07-28Release cgraph_{node,edge} via ggc_free (PR ipa/89330).Martin Liska1-34/+24
2019-07-22cgraph.c (dump_graphviz): New function.Giuliano Belinassi1-0/+9
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-8/+7
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-8/+12
2019-05-06Add lto-dump tool.Hrishikesh Kulkarni1-0/+6
2019-03-07Relax cgraph_node::clone_of_p to also look through former clonesMartin Jambor1-0/+14
2019-02-18Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska1-2/+42
2019-02-13Clean up MPX-related stuff.Martin Liska1-7/+0
2019-01-20Limit AA walking in IPA summary generationMartin Jambor1-1/+1
2019-01-18Reset proper type on vector types (PR middle-end/88587).Martin Liska1-1/+6
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-8/+8