c++: Correct the handling of alignof(expr) [PR88115]
[gcc.git] / gcc / ipa-modref.c
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