]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cgraph.c
[Ada] Revert change for gnatprove that is no longer needed
[thirdparty/gcc.git] / gcc / cgraph.c
2019-08-15  marxinClean next_nested properly.
2019-08-15  marxinAdd ::verify for cgraph_node::origin/nested/next_nested.
2019-08-06  marxinAdd operator new/delete to cgraph_node::dump.
2019-08-01  ebotcazou * cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.
2019-07-30  marxinUse edge->indirect_unknown_callee in cgraph_edge::make_...
2019-07-28  marxinRelease cgraph_{node,edge} via ggc_free (PR ipa/89330).
2019-07-22  law * cgraph.c (dump_graphviz): New function.
2019-07-04  rguenth2019-07-04 Richard Biener <rguenther@suse.de>
2019-06-27  marxinRemove quite obvious dead assignments.
2019-06-05  mseborgcc/c/ChangeLog:
2019-04-15  jambormReorganize cgraph_node::clone_of_p
2019-03-12  jambormFix dumping of "former thunk" info in cgraph dump
2019-03-07  jambormRelax cgraph_node::clone_of_p to also look through...
2019-03-07  marxinSignificantly speed up verifiers for a cgraph_node...
2019-02-18  marxinCome up with fast {function,call}_summary classes ...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-01  jakub Update copyright years.
2018-12-15  hubicka * cgraph.h (cgraph_node): Add predicate prevailing_p.
2018-11-08  dmalcolmcgraph: add selftest::symbol_table_test
2018-10-24  marxinRemove reduntant dumps and make tp_first_run dump more...
2018-10-22  jambormAdd a fun parameter to three stmt_could_throw... functions
2018-09-28  ebotcazou * calls.c (expand_call): Try to do a tail call for...
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-06-28  dmalcolmHide alt_dump_file within dumpfile.c
2018-06-13  hubicka * cgraph.c (cgraph_node::get_untransformed_body):...
2018-06-08  marxinCome up with cgraph_node::get_uid and make cgraph_node...
2018-06-08  marxinMake cgraph_edge::uid really unique.
2018-06-08  marxinRemove cgraph_node::summary_uid and make cgraph_node...
2018-06-08  marxinRemove MPX
2018-05-22  hjlDon't mark IFUNC resolver as only called directly
2018-01-18  hubicka PR ipa/83619
2018-01-03  jakub Update copyright years.
2017-12-12  aoliva[SFN] boilerplate changes in preparation to introduce...
2017-11-23  hubicka * ipa-profile.c (ipa_propagate_frequency_1): Use count...
2017-11-17  hubicka * cgraph.c (cgraph_node::dump): Do IPA sanity checking...
2017-11-13  hubicka * cgraph.c (cgraph_edge::sreal_frequency): New function.
2017-11-10  hubicka * auto-profile.c (afdo_indirect_call): Drop frequency.
2017-11-03  hubicka * asan.c (create_cond_insert_point): Maintain profile.
2017-10-27  prathamesh3492Extend ipa-pure-const pass to propagate malloc attribute.
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-09-21  amonakovipa: fix dumping with deleted multiversioning nodes
2017-09-15  pmderodatAdd comments to struct cgraph_thunk_info
2017-08-11  marxinIntroduce TARGET_SUPPORTS_ALIASES
2017-08-08  marxin.
2017-07-27  jakub * attribs.c (decl_attributes): Imply noinline, noclone...
2017-07-16  hubicka * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller...
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-12  hubicka * cgraph.c (cgraph_node::dump): Complain about profile...
2017-06-08  hubicka * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>
2017-05-23  marxinIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-22  hubicka * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-05-17  marxinIntroduce dump_flags_t type and use it instead of int...
2017-05-16  marxinAdd default value for last argument of dump functions.
2017-04-11  marxinAdd function part to a same comdat group (PR ipa/80212).
2017-03-30  jamborm[PR 77333] Fixup fntypes of gimple calls of clones
2017-02-13  jakub * cprop.c (cprop_jump): Add missing space in string...
2017-02-03  marxinIPA: enhance dump output
2017-01-01  jakub Update copyright years.
2016-12-07  jakub PR c++/78692
2016-11-30  marxinIntroduce -fdump-ipa-clones dump output
2016-09-20  kuganAdd IPA VRP
2016-09-19  jakub PR target/77587
2016-07-25  rguenth2016-07-25 Richard Biener <rguenther@suse.de>
2016-06-03  jakub PR middle-end/71387
2016-05-25  edlinger* cgraph.c (cgraph_node::get_availability): Fix typo...
2016-05-24  mpolacek * tree-cfg.h (should_remove_lhs_p): New predicate.
2016-05-18  jakub PR c++/71100
2016-05-16  hubicka * ipa-inline-analysis.c (compute_inline_parameters...
2016-05-04  hubicka * cgraph.c (cgraph_node::call_for_symbol_thunks_and_al...
2016-05-03  hubicka * cgraph.c (symbol_table::create_edge): Set inline_failed.
2016-05-03  rguenth2016-05-03 Richard Biener <rguenther@suse.de>
2016-04-21  hubicka PR ipa/70018
2016-04-17  hubicka PR ipa/70018
2016-04-16  hubicka PR ipa/70018
2016-04-16  hubicka PR ipa/70018
2016-03-18  vriesSet dump_file to NULL in cgraph_node::get_body
2016-03-15  vriesFix fdump-ipa-all-graph
2016-03-10  hubicka PR lto/69589
2016-03-08  jakub * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
2016-02-11  jakub * cgraph.c: Spelling fixes - behaviour -> behavior and
2016-01-19  hubicka PR lto/69133
2016-01-04  jakub Update copyright years.
2015-12-18  jakub PR debug/68860
2015-12-15  jamborm[PR 68851] Do not collect thunks in collect_callers
2015-12-13  hubicka * cgraph.c (cgraph_node::get_untransformed_body):...
2015-12-07  hubicka PR ipa/61886
2015-12-04  hubicka * ipa-inline.c (can_inline_edge_p) Use merged_comdat.
2015-11-29  hubicka * cgraph.c (cgraph_node::make_local): No name is uniqu...
2015-11-15  tbsaundealways define ENABLE_OFFLOADING
2015-10-30  cesar gcc/
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-28  law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-27  rguenth2015-10-27 Richard Biener <rguenther@suse.de>
2015-09-20  tbsaundeswitch from gimple to gimple*
2015-07-13  aldyhFix double word typos.
2015-07-10  amacleod2015-07-10 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25  amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
next