summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* ipa: Release body more carefully when removing nodes (PR 107944)Martin Jambor2023-02-021-2/+12
* ipa: Release body of clone_of when removing its last clone (PR 100413)Martin Jambor2022-05-191-1/+5
* Fix overvactive check in cgraph_node::release_bodyJan Hubicka2021-03-311-1/+9
* Small refactoring of cgraph_node::release_bodyJan Hubicka2021-03-311-0/+3
* ipa: Fix resolving speculations through cgraph_edge::set_call_stmtMartin Jambor2021-03-051-15/+22
* ipa: Adjust cgraph verifier to materialization on demand (PR 98222)Martin Jambor2021-01-171-1/+3
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* ipa: do not DECL_IS_MALLOC for void fnsMartin Liska2020-12-021-0/+2
* Free more of CFGJan Hubicka2020-11-251-1/+1
* Fix copying of clone_info while reshaping clone tree.Jan Hubicka2020-11-041-3/+9
* ipa: Fix segmentation fault in function_summary<clone_info*>::get(cgraph_node*)Iain Buclaw2020-11-011-3/+5
* Move clone_info to summaryJan Hubicka2020-10-311-43/+53
* Fix thunk info WRT PCHJan Hubicka2020-10-301-1/+8
* cgraph: move former_thunk_p out of CHECKING_P macro.Martin Liska2020-10-241-15/+15
* Move thunks out of cgraph_nodeJan Hubicka2020-10-231-47/+46
* Materialize clones on demandJan Hubicka2020-10-221-2/+13
* Move nested function info out of cgraph_nodeJan Hubicka2020-10-221-51/+25
* Add cgraph_edge::debug function.Martin Liska2020-09-251-0/+14
* Fix spacing in cgraph_node::dump.Martin Liska2020-09-251-5/+4
* Fix availability of functions in other partitionsJan Hubicka2020-09-171-1/+1
* openmp: cgraph support for late declare variant resolutionJakub Jelinek2020-05-141-0/+2
* ipa: Cgraph verification fix (PR 94856)Martin Jambor2020-04-301-3/+5
* ipa: Make call redirection detect already adjusted calls (PR 93621)Martin Jambor2020-04-161-0/+11
* Allow new/delete operator deletion only for replaceable.Martin Liska2020-04-081-3/+4
* Fix verifier ICE on wrong comdat local flag [PR93347]Jan Hubicka2020-03-201-4/+60
* Fix cgraph_node::function_symbol availability compuattion [PR94202]Jan Hubicka2020-03-201-16/+10
* Drop MALLOC attribute for void functions.Martin Liska2020-02-181-0/+7
* ipa: Various diagnostic fixes [PR93797]Jakub Jelinek2020-02-181-9/+9
* ipa: Fix removal of multi-target speculation.Jan Hubicka2020-01-291-2/+6
* ipa: fix handling of multiple speculations (PR93318)Jan Hubicka2020-01-281-174/+173
* Fix updating of call_stmt_site_hashJan Hubicka2020-01-211-2/+30
* Implement speculative call verifierJan Hubicka2020-01-191-7/+144
* Fix ICE in speculative_call_infoJan Hubicka2020-01-191-9/+67
* Missed function specialization + partial devirtualizationXiong Hu Luo2020-01-131-16/+101
* Make cgraph_edge::resolve-speculation staticMartin Jambor2020-01-091-64/+65
* Use cgraph_node::dump_{asm_},name where possible.Martin Liska2020-01-081-1/+1
* Use dump_asm_name for Callers/Calls in dump.Martin Liska2020-01-081-2/+2
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Fix symver attribute with LTOJan Hubicka2019-12-191-0/+3
* Turn tp_first_run counts back to 32bit values.Jan Hubicka2019-12-101-0/+5
* Come up with constructors of symtab_node, cgraph_node and varpool_node.Martin Liska2019-12-091-10/+2
* Fix overflows in -fprofile-reorder-functionsJan Hubicka2019-12-081-1/+1
* Clear calls_comdat_local when comdat group is dissolvedJan Hubicka2019-12-031-0/+5
* Do not update SSA in lto-stremaer-inJan Hubicka2019-12-031-0/+3
* cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.Jan Hubicka2019-11-301-0/+5
* profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai...Jan Hubicka2019-11-291-0/+21
* cgraph: ifunc resolvers cannot be made local (PR 92697)Martin Jambor2019-11-281-0/+1
* Remove gcc/params.* files.Martin Liska2019-11-121-1/+0
* Apply mechanical replacement (generated patch).Martin Liska2019-11-121-1/+1
* * cgraph.c (cgraph_edge::maybe_hot_p): Do not use sreal_frequency.Jan Hubicka2019-11-101-6/+10