aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range-cache.cc
AgeCommit message (Expand)AuthorFilesLines
2021-05-07Clean up and virtualize the on-entry cache interface.Andrew MacLeod1-94/+71
2021-05-07When searching for non-null, check the dominator tree.Andrew MacLeod1-4/+23
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-10Reduce memory requirements for rangerAndrew MacLeod1-3/+10
2020-11-04Add Ranger temporal cacheAndrew MacLeod1-0/+174
2020-11-03More Ranger cache tweaksAndrew MacLeod1-41/+73
2020-11-03Tweaks to ranger cacheAndrew MacLeod1-7/+69
2020-10-28Call infer_non_null() directly when checking for non-null.Andrew MacLeod1-8/+4
2020-10-06Ranger classes.Andrew MacLeod1-0/+877