aboutsummaryrefslogtreecommitdiff
path: root/gcc/pointer-query.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-06tree-optimization/104475 - improve access diagnosticsRichard Biener1-1/+4
2022-02-03Use auto_vec for pointer_query cache for auto cleanup.Martin Sebor1-2/+2
2022-02-03Make pointer_query cache a private member.Martin Sebor1-5/+7
2022-01-25Avoid recomputing PHI results after failure (PR104203).Martin Sebor1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09Add a new dump function.Martin Sebor1-0/+3
2021-12-09Refactor compute_objsize_r into helpers.Martin Sebor1-1/+3
2021-12-09Introduce access_ref::merge_ref.Martin Sebor1-0/+4
2021-12-09Pass GIMPLE statement to compute_objsize.Martin Sebor1-2/+7
2021-12-09Move bndrng from access_ref to access_data.Martin Sebor1-21/+18
2021-11-17Avoid pathological function redeclarations when checking access sizes [PR1027...Martin Sebor1-0/+3
2021-10-26Improve/correct detection of overlapping aggregates [PR102238, PR102919].Martin Sebor1-0/+9
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor1-21/+32
2021-09-01Enable ranger and caching in pass_waccess.Martin Sebor1-0/+3
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor1-0/+11
2021-08-06Move more code to new gimple-ssa-warn-access pass.Martin Sebor1-1/+11
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-0/+234