aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range-gori.cc
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Return undefined on edges which are not executed.Andrew MacLeod1-0/+15
2021-06-23Split gimple-range into gimple-range-fold and gimple-range.Andrew MacLeod1-0/+66
2021-06-17Fix spacing and typos in comments.Andrew MacLeod1-1/+1
2021-06-16Add recomputation to outgoing_edge_range.Andrew MacLeod1-5/+54
2021-06-08Virtualize fur_source and turn it into a proper API.Andrew MacLeod1-1/+1
2021-05-31Move Ranger cache to range-query and fur_source model.Andrew MacLeod1-231/+140
2021-05-26Fix gcc-bootstrap issueBernd Edlinger1-0/+2
2021-05-25Remove the logical stmt cache for now.Andrew MacLeod1-311/+0
2021-05-25Make expr_range_in_bb stmt based rather than block based.Andrew MacLeod1-18/+18
2021-05-25Add imports and strengthen the export definition in range_def and gori_map.Andrew MacLeod1-100/+256
2021-05-25fully populate the export list from range_cache, not gori_compute.Andrew MacLeod1-10/+0
2021-05-25Change gori_compute to inherit from gori_map instead of having a gori-map.Andrew MacLeod1-65/+11
2021-04-19tree-optimization/100081 - Limit depth of logical expression windback.Andrew MacLeod1-26/+41
2021-01-29tree-optimization/98866 - Compile time hog in VRPAndrew MacLeod1-5/+22
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
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