summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* Replace PTR with 'void *' in compiler.Martin Liska2022-05-101-2/+2
* Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm2022-01-191-2/+2
* pack fields in cgraph_simd_clone_arg and struct functionRichard Biener2022-01-181-3/+3
* Change references of .c files to .cc filesMartin Liska2022-01-171-11/+11
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Turn -fsemantic-interposition to optimization flagJan Hubicka2021-11-181-0/+3
* Fix noreturn discovery.Jan Hubicka2021-11-111-0/+4
* Fix can_be_discarded_p wrt partitioned functions.Jan Hubicka2021-11-061-1/+2
* Use non-numbered clones for target_clones.Martin Liska2021-08-261-1/+4
* ipa: Adjust references to identify read-only globalsMartin Jambor2021-07-271-0/+4
* Adjust by-value function vec arguments to by-reference.Martin Sebor2021-07-201-1/+1
* return auto_vec from cgraph_node::collect_callersTrevor Saunders2021-06-171-1/+1
* cgraph: flatten and same_body aliases [PR96078]Jason Merrill2021-03-021-0/+14
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Improve efficiency of copying section from another treeStrager Neds2020-11-101-2/+7
* Refactor copying decl section namesStrager Neds2020-11-101-1/+4
* Move ipa-refs from ggc to heap.Jan Hubicka2020-11-061-3/+3
* Fix copying of clone_info while reshaping clone tree.Jan Hubicka2020-11-041-2/+2
* PR target/96342 Change field "simdlen" into poly_uint64Yang Yang2020-11-031-3/+3
* Move clone_info to summaryJan Hubicka2020-10-311-24/+11
* Implement three-level optimize_for_size predicatesJan Hubicka2020-10-261-5/+7
* Make default duplicate and insert methods of summaries abort; fix falloutJan Hubicka2020-10-261-1/+1
* Move thunks out of cgraph_nodeJan Hubicka2020-10-231-70/+19
* Materialize clones on demandJan Hubicka2020-10-221-9/+4
* Move nested function info out of cgraph_nodeJan Hubicka2020-10-221-11/+1
* Add cgraph_edge::debug function.Martin Liska2020-09-251-0/+3
* Do not allocate huge array in output_in_order.Martin Liska2020-07-311-2/+0
* openmp: cgraph support for late declare variant resolutionJakub Jelinek2020-05-141-1/+7
* Do not remove ifunc_resolver in LTO.Martin Liska2020-04-271-1/+1
* Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka2020-03-201-13/+4
* ipa: fix handling of multiple speculations (PR93318)Jan Hubicka2020-01-281-8/+79
* Missed function specialization + partial devirtualizationXiong Hu Luo2020-01-131-10/+41
* Make cgraph_edge::resolve-speculation staticMartin Jambor2020-01-091-16/+23
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Turn tp_first_run counts back to 32bit values.Jan Hubicka2019-12-101-4/+4
* Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska2019-12-091-18/+45
* Fix overflows in -fprofile-reorder-functionsJan Hubicka2019-12-081-2/+3
* cgraph.h (symtab_node): Add symver flag.Jan Hubicka2019-11-301-0/+2
* cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka2019-11-301-1/+8
* ipa: Prevent materialization of clones with removed bodies (PR 92109)Martin Jambor2019-11-251-0/+4
* cgraph.h (struct cgraph_node): Add ipcp_clone flag.Jan Hubicka2019-11-101-0/+2
* symtab.c: Fix comment typos.Jakub Jelinek2019-11-091-34/+35
* Remove gimple_call_types_likely_match_p (PR 70929)Martin Jambor2019-11-071-2/+0
* Remove cgraph_local_info structure.Martin Liska2019-10-301-26/+14
* Remove cgraph_global_info.Martin Liska2019-10-301-23/+18
* fix cgraph commentEric Botcazou2019-10-271-1/+1
* re PR middle-end/92037 (LTO bootstrap broken in selftests)Jan Hubicka2019-10-101-6/+16
* cgraph.h (FOR_EACH_ALIAS): Avoid shadowing the loop variable.Bernd Edlinger2019-10-041-2/+4
* [PATCH] Do not check call type compatibility when cloning cgraph-edgesMartin Jambor2019-10-021-5/+7
* Add a function for getting the ABI of a call insn targetRichard Sandiford2019-09-301-1/+1