Do not update SSA in lto-stremaer-in
[gcc.git] / gcc / cgraph.c
2019-12-03 Jan HubickaDo not update SSA in lto-stremaer-in
2019-11-30 Jan Hubickacgraph.c (cgraph_node::dump): Dump unit_id and merged_e...
2019-11-29 Jan Hubickaprofile-count.c (profile_count::to_cgraph_frequency...
2019-11-28 Martin Jamborcgraph: ifunc resolvers cannot be made local (PR 92697)
2019-11-12 Martin LiskaRemove gcc/params.* files.
2019-11-12 Martin LiskaApply mechanical replacement (generated patch).
2019-11-10 Jan Hubicka* cgraph.c (cgraph_edge::maybe_hot_p): Do not use sreal...
2019-11-08 Jakub Jelineksymtab.c: Fix comment typos.
2019-11-07 Martin JamborRemove gimple_call_types_likely_match_p (PR 70929)
2019-11-07 Martin LiskaClear version_info_node in delete_function_version.
2019-10-30 Martin JamborEdges to interposable calles are possibly_call_in_trans...
2019-10-30 Martin LiskaUse symtab_node::order in LTO sections with body.
2019-10-30 Martin LiskaRemove cgraph_local_info structure.
2019-10-30 Martin LiskaRemove cgraph_global_info.
2019-10-27 Eric Botcazoufix cgraph comment
2019-10-22 Giuliano BelinassiFix incorrect merge of conflictant names in `dump_graphviz`
2019-10-10 Jan Hubickare PR middle-end/92037 (LTO bootstrap broken in selftests)
2019-10-02 Richard SandifordFix ALL_REGS thinko in initialisation of function_used_regs
2019-10-02 Martin Jambor[PATCH] Do not check call type compatibility when cloni...
2019-09-30 Richard SandifordAdd a function for getting the ABI of a call insn target
2019-09-27 David MalcolmMake cgraph_node::get_fun const
2019-09-19 Martin JamborNew IPA-SRA
2019-08-27 Martin LiskaFix new clang warnings.
2019-08-15 Martin LiskaClean next_nested properly.
2019-08-15 Martin LiskaAdd ::verify for cgraph_node::origin/nested/next_nested.
2019-08-06 Martin LiskaAdd operator new/delete to cgraph_node::dump.
2019-08-01 Eric Botcazoucgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.
2019-07-30 Martin LiskaUse edge->indirect_unknown_callee in cgraph_edge::make_...
2019-07-28 Martin LiskaRelease cgraph_{node,edge} via ggc_free (PR ipa/89330).
2019-07-22 Giuliano Belinassicgraph.c (dump_graphviz): New function.
2019-07-04 Richard Bienerre PR ipa/91062 (gcc.dg/ipa/ipa-pta-1.c dump contains...
2019-06-27 Martin LiskaRemove quite obvious dead assignments.
2019-06-05 Martin Seborc-decl.c (start_decl): Adjust quoting and hyphenation...
2019-04-15 Martin JamborReorganize cgraph_node::clone_of_p
2019-03-12 Martin JamborFix dumping of "former thunk" info in cgraph dump
2019-03-07 Martin JamborRelax cgraph_node::clone_of_p to also look through...
2019-03-07 Martin LiskaSignificantly speed up verifiers for a cgraph_node...
2019-02-18 Martin LiskaCome up with fast {function,call}_summary classes ...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-15 Jan Hubickacgraph.h (cgraph_node): Add predicate prevailing_p.
2018-11-08 David Malcolmcgraph: add selftest::symbol_table_test
2018-10-24 Martin LiskaRemove reduntant dumps and make tp_first_run dump more...
2018-10-22 Martin JamborAdd a fun parameter to three stmt_could_throw... functions
2018-09-28 Eric Botcazoucalls.c (expand_call): Try to do a tail call for thunks...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-06-28 David MalcolmHide alt_dump_file within dumpfile.c
2018-06-13 Jan Hubickacgraph.c (cgraph_node::get_untransformed_body): Dump...
2018-06-08 Martin LiskaCome up with cgraph_node::get_uid and make cgraph_node...
2018-06-08 Martin LiskaMake cgraph_edge::uid really unique.
2018-06-08 Martin LiskaRemove cgraph_node::summary_uid and make cgraph_node...
2018-06-08 Martin LiskaRemove MPX
2018-05-22 H.J. LuDon't mark IFUNC resolver as only called directly
2018-01-18 Jan Hubickare PR ipa/83619 (ICE in inliner: caller edge count...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-12 Alexandre Oliva[SFN] boilerplate changes in preparation to introduce...
2017-11-23 Jan Hubickaipa-profile.c (ipa_propagate_frequency_1): Use count...
2017-11-17 Jan Hubicka* cgraph.c (cgraph_node::dump): Do IPA sanity checking...
2017-11-13 Jan Hubickacgraph.c (cgraph_edge::sreal_frequency): New function.
2017-11-10 Jan Hubickaauto-profile.c (afdo_indirect_call): Drop frequency.
2017-11-03 Jan Hubickaasan.c (create_cond_insert_point): Maintain profile.
2017-10-27 Prathamesh KulkarniExtend ipa-pure-const pass to propagate malloc attribute.
2017-10-10 Richard SandifordRequire wi::to_wide for trees
2017-09-21 Evgeny Kudryashovipa: fix dumping with deleted multiversioning nodes
2017-09-15 Pierre-Marie de... Add comments to struct cgraph_thunk_info
2017-08-11 Martin LiskaIntroduce TARGET_SUPPORTS_ALIASES
2017-08-08 Martin Liskatrans.c: Include header files.
2017-07-27 Jakub Jelinekattribs.c (decl_attributes): Imply noinline, noclone...
2017-07-16 Jan Hubicka* cgraph.c (cgraph_edge::redirect_call_stmt_to_caller...
2017-06-29 Jan Hubickaasan.c (asan_emit_stack_protection): Update.
2017-06-12 Jan Hubicka* cgraph.c (cgraph_node::dump): Complain about profile...
2017-06-08 Jan Hubickacgraph.c (cgraph_edge::maybe_hot_p): Do not check flag_...
2017-06-04 Jan Hubickai386.c (make_resolver_func): Update.
2017-05-23 Martin LiskaIntroduce symtab_node::dump_{asm_,}name functions.
2017-05-22 Jan HubickaMakefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
2017-05-17 Martin LiskaIntroduce dump_flags_t type and use it instead of int...
2017-05-16 Martin LiskaAdd default value for last argument of dump functions.
2017-04-11 Martin LiskaAdd function part to a same comdat group (PR ipa/80212).
2017-03-30 Martin Jambor[PR 77333] Fixup fntypes of gimple calls of clones
2017-02-13 Jakub Jelinekcprop.c (cprop_jump): Add missing space in string literal.
2017-02-03 Martin LiskaIPA: enhance dump output
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-07 Jakub Jelinekre PR tree-optimization/78692 (ICE (segfault))
2016-11-30 Martin LiskaIntroduce -fdump-ipa-clones dump output
2016-09-20 Kugan VivekanandarajahAdd IPA VRP
2016-09-19 Jakub Jelinekre PR ipa/77587 (C compiler produces incorrect stack...
2016-07-25 Richard Bienercgraph.c (cgraph_node::verify_node): Compare against...
2016-06-03 Jakub Jelinekre PR middle-end/71387 (ICE in emit_move_insn, at expr...
2016-05-25 Bernd Edlingercgraph.c (cgraph_node::get_availability): Fix typo...
2016-05-24 Marek Polacektree-cfg.h (should_remove_lhs_p): New predicate.
2016-05-18 Jakub Jelinekre PR c++/71100 (Internal compiler error while calling...
2016-05-16 Jan Hubickaipa-inline-analysis.c (compute_inline_parameters):...
2016-05-04 Jan Hubickacgraph.c (cgraph_node::call_for_symbol_thunks_and_alias...
2016-05-03 Jan Hubickacgraph.c (symbol_table::create_edge): Set inline_failed.
2016-05-03 Richard Bienergimplify.h (get_initialized_tmp_var): Add allow_ssa...
2016-04-21 Jan Hubickare PR c++/70018 (Possible issue around IPO and C++...
2016-04-17 Jan Hubickare PR c++/70018 (Possible issue around IPO and C++...
2016-04-16 Jan Hubickare PR c++/70018 (Possible issue around IPO and C++...
2016-04-16 Jan Hubickare PR c++/70018 (Possible issue around IPO and C++...
2016-03-18 Tom de VriesSet dump_file to NULL in cgraph_node::get_body
next