summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)Author
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm
2022-01-18pack fields in cgraph_simd_clone_arg and struct functionRichard Biener
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-11-18Turn -fsemantic-interposition to optimization flagJan Hubicka
2021-11-11Fix noreturn discovery.Jan Hubicka
2021-11-06Fix can_be_discarded_p wrt partitioned functions.Jan Hubicka
2021-08-26Use non-numbered clones for target_clones.Martin Liska
2021-07-27ipa: Adjust references to identify read-only globalsMartin Jambor
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor
2021-06-17return auto_vec from cgraph_node::collect_callersTrevor Saunders
2021-03-02cgraph: flatten and same_body aliases [PR96078]Jason Merrill
2021-01-04Update copyright years.Jakub Jelinek
2020-11-10Improve efficiency of copying section from another treeStrager Neds
2020-11-10Refactor copying decl section namesStrager Neds
2020-11-06Move ipa-refs from ggc to heap.Jan Hubicka
2020-11-04Fix copying of clone_info while reshaping clone tree.Jan Hubicka
2020-11-03PR target/96342 Change field "simdlen" into poly_uint64Yang Yang
2020-10-31Move clone_info to summaryJan Hubicka
2020-10-26Implement three-level optimize_for_size predicatesJan Hubicka
2020-10-26Make default duplicate and insert methods of summaries abort; fix falloutJan Hubicka
2020-10-23Move thunks out of cgraph_nodeJan Hubicka
2020-10-22Materialize clones on demandJan Hubicka
2020-10-22Move nested function info out of cgraph_nodeJan Hubicka
2020-09-25Add cgraph_edge::debug function.Martin Liska
2020-07-31Do not allocate huge array in output_in_order.Martin Liska
2020-05-14openmp: cgraph support for late declare variant resolutionJakub Jelinek
2020-04-27Do not remove ifunc_resolver in LTO.Martin Liska
2020-03-20Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka
2020-01-13Missed function specialization + partial devirtualizationXiong Hu Luo
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor
2020-01-01Update copyright years.Jakub Jelinek
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-11-30cgraph.h (symtab_node): Add symver flag.Jan Hubicka
2019-11-30cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan 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-07Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor
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-10re PR middle-end/92037 (LTO bootstrap broken in selftests)Jan Hubicka
2019-10-04cgraph.h (FOR_EACH_ALIAS): Avoid shadowing the loop variable.Bernd Edlinger
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