aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range-gori.cc
AgeCommit message (Expand)AuthorFilesLines
2020-12-10Reduce memory requirements for rangerAndrew MacLeod1-3/+24
2020-11-09Fix logical_combine OR operation. Again.Andrew MacLeod1-12/+13
2020-10-27Tweaks to ranger API routines.Andrew MacLeod1-8/+10
2020-10-26Combine logical OR ranges properly.Andrew MacLeod1-2/+2
2020-10-22Use precision and sign to compare types for rangesAndrew MacLeod1-2/+2
2020-10-19Use precision and sign to compare types for rangesAndrew MacLeod1-8/+17
2020-10-12Do not ignore failures from gimple_range_calc_op2.Andrew MacLeod1-2/+3
2020-10-10PR97359: Do not cache relops in GORI cache.Aldy Hernandez1-8/+2
2020-10-06Ranger classes.Andrew MacLeod1-0/+1321