aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-warn-access.cc
AgeCommit message (Expand)AuthorFilesLines
2021-12-09Avoid expecting nonzero size for access none void* arguments [PR101751].Martin Sebor1-0/+4
2021-12-09Move bndrng from access_ref to access_data.Martin Sebor1-9/+9
2021-11-17Avoid pathological function redeclarations when checking access sizes [PR1027...Martin Sebor1-10/+23
2021-11-16waccess: Fix up pass_waccess::check_alloc_size_call [PR102009]Jakub Jelinek1-4/+6
2021-11-09Convert strlen pass from evrp to ranger.Aldy Hernandez1-1/+1
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor1-85/+99
2021-10-26Detect overflow by atomic functions [PR102453].Martin Sebor1-3/+88
2021-09-01Enable ranger and caching in pass_waccess.Martin Sebor1-213/+224
2021-08-31Avoid valid Coverity warning for comparing array to zero.Martin Sebor1-1/+1
2021-08-24Reset PHI base0 flag if it's clear in any argument [PR101977, ...]Martin Sebor1-1/+19
2021-08-19Release resources acquired by enable_ranger() [PR101984].Martin Sebor1-0/+4
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor1-20/+663
2021-08-14Diagnose mismatches between array and scalar new and delete [PR101791].Martin Sebor1-2/+7
2021-08-06Move more code to new gimple-ssa-warn-access pass.Martin Sebor1-84/+1001
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-0/+1765