aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range-cache.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-17Abstract tracing routines into a class.Andrew MacLeod1-1/+0
2021-07-30Change const basic_block to const_basic_block.Andrew MacLeod1-3/+3
2021-07-15Abstract out non_null adjustments in ranger.Aldy Hernandez1-0/+2
2021-06-23Do not continue propagating values which cannot be set properly.Andrew MacLeod1-0/+1
2021-06-23Adjust on_entry cache to indicate if the value was set properly.Andrew MacLeod1-1/+1
2021-06-18Calculate a global definition if one has not been registered.Andrew MacLeod1-1/+1
2021-06-18Remove poor value computations.Andrew MacLeod1-12/+1
2021-06-14Limit new value calculations to first order effects.Andrew MacLeod1-2/+1
2021-06-07Implement a sparse bitmap representation for Rangers on-entry cache.Andrew MacLeod1-0/+1
2021-05-31Do not calculate new values when evaluating a debug statement.Andrew MacLeod1-0/+3
2021-05-31Replace ssa_range_in_bb with entry exit and def rangeAndrew MacLeod1-2/+5
2021-05-31Move Ranger cache to range-query and fur_source model.Andrew MacLeod1-4/+7
2021-05-25Unify temporal cache with gori dependencies.Andrew MacLeod1-1/+0
2021-05-07Clean up and virtualize the on-entry cache interface.Andrew MacLeod1-1/+0
2021-05-07When searching for non-null, check the dominator tree.Andrew MacLeod1-1/+1
2021-04-19tree-optimization/100081 - Limit depth of logical expression windback.Andrew MacLeod1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-04Add Ranger temporal cacheAndrew MacLeod1-0/+3
2020-11-03More Ranger cache tweaksAndrew MacLeod1-4/+6
2020-11-03Tweaks to ranger cacheAndrew MacLeod1-2/+9
2020-10-06Ranger classes.Andrew MacLeod1-0/+120