aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-03tree-profile: Disable indirect call profiling for IFUNC resolversH.J. Lu1-0/+6
2024-01-24ipa: Self-DCE of uses of removed call LHSs (PR 108007)Martin Jambor1-1/+8
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-05Introduce strub: machine-independent stack scrubbingAlexandre Oliva1-1/+1
2023-11-20inter-procedural value range propagationJan Hubicka1-0/+4
2023-10-05Revert "ipa: Self-DCE of uses of removed call LHSs (PR 108007)"Martin Jambor1-8/+1
2023-10-03ipa: Self-DCE of uses of removed call LHSs (PR 108007)Martin Jambor1-1/+8
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer1-2/+2
2023-04-17ipa: Fix double reference-count decrements for the same edge (PR 107769, PR 1...Martin Jambor1-3/+4
2023-03-30c++: lambda mangling alias issues [PR107897]Jason Merrill1-8/+3
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-3/+3
2023-01-03OpenMP: GC unused SIMD clonesSandra Loosemore1-1/+6
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska1-2/+2
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-2/+2
2022-01-18pack fields in cgraph_simd_clone_arg and struct functionRichard Biener1-3/+3
2022-01-17Change references of .c files to .cc filesMartin Liska1-11/+11
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-18Turn -fsemantic-interposition to optimization flagJan Hubicka1-0/+3
2021-11-11Fix noreturn discovery.Jan Hubicka1-0/+4
2021-11-06Fix can_be_discarded_p wrt partitioned functions.Jan Hubicka1-1/+2
2021-08-26Use non-numbered clones for target_clones.Martin Liska1-1/+4
2021-07-27ipa: Adjust references to identify read-only globalsMartin Jambor1-0/+4
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-1/+1
2021-06-17return auto_vec from cgraph_node::collect_callersTrevor Saunders1-1/+1
2021-03-02cgraph: flatten and same_body aliases [PR96078]Jason Merrill1-0/+14
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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