aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-modref-tree.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-02modref: Comment spelling fixesJakub Jelinek1-5/+5
2022-01-26IPA mod-ref: fix usage of --param names in dump messages.Martin Liska1-5/+4
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-2/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-14Determine global memory accesses in ipa-modrefJan Hubicka1-6/+19
2021-12-10PR ipa/103601: ICE compiling CSiBE in ipa-modref's insert_kill.Roger Sayle1-1/+2
2021-11-23Remove duplicated param valud in modref treeJan Hubicka1-22/+54
2021-11-19Fix IPA modref ubsan.Martin Liska1-0/+5
2021-11-17Add very basic IPA part of modref-kill analysisJan Hubicka1-0/+4
2021-11-14Extend modref to track killsJan Hubicka1-0/+15
2021-11-14Cleanup tree-ssa-alias and tree-ssa-dse use of modref summaryJan Hubicka1-3/+6
2021-11-13More ipa-modref-tree.h cleanupsJan Hubicka1-11/+11
2021-11-13modref_access_node cleanupJan Hubicka1-514/+28
2021-11-10Fix modref_tree::remap_paramsJan Hubicka1-1/+1
2021-11-08Add loads/stores relative to static chain in ipa-modrefJan Hubicka1-27/+44
2021-11-05Fix ice in insert_accessJan Hubicka1-0/+30
2021-11-05Avoid left shift of negative value in ipa-modref-tree.hJan Hubicka1-1/+6
2021-10-14Fix ICE in insert_access.Jan Hubicka1-8/+8
2021-10-11Revert accidental change in ipa-modref-tree.hJan Hubicka1-6/+1
2021-10-11Commonize ipa-pta constraint generation for callsJan Hubicka1-1/+31
2021-10-07Fix access node mergingJan Hubicka1-2/+6
2021-08-28Improve handling of table overflows in modref_ref_nodeJan Hubicka1-49/+249
2021-08-26Fix ipa-modref verification icesJan Hubicka1-9/+24
2021-08-26Improve handling of modref params.Jan Hubicka1-48/+60
2021-08-26Fix off-by-one error in try_merge_withJan Hubicka1-5/+24
2021-08-25Merge load/stores in ipa-modref summariesJan Hubicka1-18/+229
2021-08-23Avoid redundant entries in modref access lists.Jan Hubicka1-18/+59
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-06ipa-modref: Fix comment typosJakub Jelinek1-9/+9
2020-10-27Fix ipa-modref signature updatesJan Hubicka1-0/+26
2020-10-10Fix modref handling of parameter adjustments and jump functions.Jan Hubicka1-2/+1
2020-10-09IPA modref: fix miscompilation in clone when IPA modref is usedJan Hubicka1-1/+2
2020-10-03Track access ranges in ipa-modrefJan Hubicka1-7/+69
2020-09-26Add support for iterative dataflow to ipa-modref-tree.hJan Hubicka1-68/+124
2020-09-24Add access through parameter derference tracking to modrefJan Hubicka1-21/+195
2020-09-24Fix memory allocations in ipa-modref.Jan Hubicka1-2/+34
2020-09-20New modref/ipa_modref optimization passesJan Hubicka1-0/+253