]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ipa-modref.c
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / ipa-modref.c
2021-08-28  Alexandre Olivafix latent bootstrap-debug issue
2021-08-26  Jan HubickaImprove handling of modref params.
2021-08-25  Jan HubickaMerge load/stores in ipa-modref summaries
2021-08-23  Jan HubickaFix previous ipa-modref patch
2021-08-23  Jan HubickaImprove return slot handling in ipa-modref
2021-08-22  Jan HubickaClear EAF_NOCLOBBER for indirect calls
2021-08-13  Jan HubickaIntroduce EAF_NOREAD and cleanup EAF_UNUSED + ipa-modref
2021-08-11  Jan HubickaFix min_flags handling in mod-ref
2021-07-16  Jan HubickaImplement EAF_NOT_RETURNED tracking in ipa-modref
2021-05-10  Martin Jamboripa: Get rid of IPA_NODE_REF and IPA_EDGE_REF
2021-04-21  Martin LiskaCall toplev::finalize in CHECKING_P mode.
2021-03-31  Martin LiskaFix coding style in IPA modref.
2021-03-29  Jan HubickaFix typo in merge_call_lhs_flags
2021-02-01  Sergei Trofimovichtree-optimization/98499 - fix modref analysis on RVO...
2021-01-19  Richard Bieneripa/98330 - avoid ICEing on call indirect call
2021-01-12  Alexandre Olivamake FOR_EACH_IMM_USE_STMT safe for early exits
2021-01-08  Sergei Trofimovichipa-modref: avoid linebreak split in debug print
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-29  Jan HubickaFix handling of ignore_stores in ipa_merge_modref_summa...
2020-11-29  Jan HubickaDetect unused parameters in ipa-modref
2020-11-25  Jan HubickaAdd EAF_NODIRECTESCAPE flag
2020-11-25  Jan HubickaCopy arg_flags in duplication hoooks in ipa-modref
2020-11-16  Jan HubickaIPA tracking of EAF flags in ipa-modref.
2020-11-16  Jan HubickaDisable some bogus -Wmaybe-uninitialized warnings
2020-11-15  Jan HubickaMare return to clear EAF_UNUSED flag.
2020-11-14  Jan HubickaDetect EAF flags in ipa-modref
2020-11-13  Jan HubickaFix modref insertion hook.
2020-11-06  Jakub Jelinekipa-modref: Fix comment typos
2020-11-06  Jan HubickaAdd fnspec handling to ipa mode of ipa-modef.
2020-11-05  Jan HubickaFix uninitialized memory use in ipa-modref
2020-10-31  Jan HubickaMove clone_info to summary
2020-10-31  Jan HubickaHandle fnspec in local ipa-modref
2020-10-27  Jan HubickaFix ipa-modref signature updates
2020-10-19  Martin LiskaIPA: fix one more UBSAN error
2020-10-14  Jan HubickaHandle POINTER_PLUS_EXPR in jump functions in ipa-modref.
2020-10-14  Jan HubickaSupport ofsetted parameters in local modref
2020-10-14  Jan HubickaFix SCC discovery in ipa-modref
2020-10-13  Jan HubickaFix tramp3d PGO misoptimization
2020-10-12  Jan HubickaCleanup ipa-modref
2020-10-12  Martin LiskaIPA: prevent an UBSAN error
2020-10-10  Jan HubickaFix parameter map computation in ipa-modref
2020-10-10  Jan HubickaFix ICE in remap_arguments with removed parameters.
2020-10-10  Jan HubickaFix modref_transform ICE with more than 32 parameters.
2020-10-10  Jan HubickaFix ipa-modref ICE with not allocated summaries.
2020-10-10  Jan HubickaFix modref handling of parameter adjustments and jump...
2020-10-09  Richard Bienerrandom memory leak fixes
2020-10-08  Jan HubickaFix handling of parm_offset in ipa-modref on 32bit...
2020-10-03  Jan HubickaTrack access ranges in ipa-modref
2020-10-01  Jan HubickaFix ICE in compute_parm_map
2020-10-01  Jan HubickaFix ICE in ipa_edge_args_sum_t::duplicate
2020-09-27  Jan HubickaFix handling of stores in modref_summary::useful_p
2020-09-26  Jan HubickaFix handling of clobbers in ipa-modref.c
2020-09-26  Jan HubickaImplement iterative dataflow in mod-ref
2020-09-25  Jan HubickaFix gimple_clobber handling in ipa-modref
2020-09-24  Jan HubickaAdd access through parameter derference tracking to...
2020-09-24  Jan HubickaFix memory allocations in ipa-modref.
2020-09-23  Jan HubickaCleanup modref interfaces.
2020-09-23  Jan HubickaMinor modref optimization and statistics fix
2020-09-22  Jan HubickaIgnore clobbers in modref
2020-09-22  Jan HubickaFix ipa-modref selftest and destructor
2020-09-22  Jakub JelinekFix some typos
2020-09-20  Jan HubickaFix ICE during dumping in ipa-modref.
2020-09-20  Jan HubickaNew modref/ipa_modref optimization passes