summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/92037 (LTO bootstrap broken in selftests)Jan Hubicka2019-10-101-1/+1
* Fix ALL_REGS thinko in initialisation of function_used_regsRichard Sandiford2019-10-021-1/+1
* [PATCH] Do not check call type compatibility when cloning cgraph-edgesMartin Jambor2019-10-021-19/+29
* Add a function for getting the ABI of a call insn targetRichard Sandiford2019-09-301-2/+5
* Make cgraph_node::get_fun constDavid Malcolm2019-09-271-2/+2
* New IPA-SRAMartin Jambor2019-09-201-98/+29
* Fix new clang warnings.Martin Liska2019-08-271-1/+1
* Clean next_nested properly.Martin Liska2019-08-151-4/+7
* Add ::verify for cgraph_node::origin/nested/next_nested.Martin Liska2019-08-151-0/+24
* Add operator new/delete to cgraph_node::dump.Martin Liska2019-08-061-0/+5
* cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.Eric Botcazou2019-08-011-3/+2
* Use edge->indirect_unknown_callee in cgraph_edge::make_direct (PR ipa/89330).Martin Liska2019-07-301-1/+1
* Release cgraph_{node,edge} via ggc_free (PR ipa/89330).Martin Liska2019-07-281-19/+7
* cgraph.c (dump_graphviz): New function.Giuliano Belinassi2019-07-221-0/+16
* re PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains garbage when gcc was co...Richard Biener2019-07-041-1/+1
* Remove quite obvious dead assignments.Martin Liska2019-06-271-2/+0
* c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor2019-06-051-0/+13
* Reorganize cgraph_node::clone_of_pMartin Jambor2019-04-151-12/+18
* Fix dumping of "former thunk" info in cgraph dumpMartin Jambor2019-03-121-1/+6
* Relax cgraph_node::clone_of_p to also look through former clonesMartin Jambor2019-03-071-3/+12
* Significantly speed up verifiers for a cgraph_node with many clones.Martin Liska2019-03-071-7/+7
* Come up with fast {function,call}_summary classes (PR ipa/89306).Martin Liska2019-02-181-1/+6
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-2/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* cgraph.h (cgraph_node): Add predicate prevailing_p.Jan Hubicka2018-12-151-0/+35
* cgraph: add selftest::symbol_table_testDavid Malcolm2018-11-081-0/+67
* Remove reduntant dumps and make tp_first_run dump more compact.Martin Liska2018-10-241-9/+6
* Add a fun parameter to three stmt_could_throw... functionsMartin Jambor2018-10-221-6/+4
* calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou2018-09-281-2/+5
* Come up with fndecl_built_in_p.Martin Liska2018-08-271-6/+4
* Hide alt_dump_file within dumpfile.cDavid Malcolm2018-06-281-2/+2
* cgraph.c (cgraph_node::get_untransformed_body): Dump function bodies streamed...Jan Hubicka2018-06-131-0/+2
* Come up with cgraph_node::get_uid and make cgraph_node::uid private.Martin Liska2018-06-081-2/+2
* Make cgraph_edge::uid really unique.Martin Liska2018-06-081-7/+3
* Remove cgraph_node::summary_uid and make cgraph_node::uid really unique.Martin Liska2018-06-081-2/+1
* Remove MPXMartin Liska2018-06-081-124/+3
* Don't mark IFUNC resolver as only called directlyH.J. Lu2018-05-221-1/+6
* re PR ipa/83619 (ICE in inliner: caller edge count does not match BB count)Jan Hubicka2018-01-181-0/+2
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* [SFN] boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva2017-12-121-1/+1
* ipa-profile.c (ipa_propagate_frequency_1): Use count instead of frequency.Jan Hubicka2017-11-231-12/+6
* * cgraph.c (cgraph_node::dump): Do IPA sanity checking on IPA counts.Jan Hubicka2017-11-171-3/+3
* cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka2017-11-131-0/+12
* auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka2017-11-101-100/+49
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-9/+23
* Extend ipa-pure-const pass to propagate malloc attribute.Prathamesh Kulkarni2017-10-271-0/+47
* Require wi::to_wide for treesRichard Sandiford2017-10-101-1/+1
* ipa: fix dumping with deleted multiversioning nodesEvgeny Kudryashov2017-09-211-13/+18
* Add comments to struct cgraph_thunk_infoPierre-Marie de Rodat2017-09-151-5/+9
* Introduce TARGET_SUPPORTS_ALIASESMartin Liska2017-08-111-3/+4