aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range-gori.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-16Clear invariant bit for inferred ranges.Andrew MacLeod1-1/+1
2022-06-01Convert ranger and clients to vrange.Aldy Hernandez1-21/+21
2022-02-15Use GORI to evaluate arguments of a COND_EXPR.Andrew MacLeod1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-06Add BB option for outgoing_edge_range_p and may_reocmpute_p.Andrew MacLeod1-2/+4
2021-09-23Create a ranger-local flag for non-executable edges.Andrew MacLeod1-1/+6
2021-08-17Add GORI tracing faciltiies.Andrew MacLeod1-0/+1
2021-06-23Split gimple-range into gimple-range-fold and gimple-range.Andrew MacLeod1-0/+9
2021-06-16Add recomputation to outgoing_edge_range.Andrew MacLeod1-0/+1
2021-05-31Move Ranger cache to range-query and fur_source model.Andrew MacLeod1-29/+18
2021-05-25Remove the logical stmt cache for now.Andrew MacLeod1-29/+2
2021-05-25Make expr_range_in_bb stmt based rather than block based.Andrew MacLeod1-1/+1
2021-05-25Add imports and strengthen the export definition in range_def and gori_map.Andrew MacLeod1-6/+71
2021-05-25Change gori_compute to inherit from gori_map instead of having a gori-map.Andrew MacLeod1-4/+44
2021-05-07Make TRUE/FALSE edge calculation available without the outgoing edge class.Andrew MacLeod1-1/+1
2021-01-29tree-optimization/98866 - Compile time hog in VRPAndrew MacLeod1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-10Reduce memory requirements for rangerAndrew MacLeod1-2/+5
2020-10-06Ranger classes.Andrew MacLeod1-0/+138