aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-19Document enable_ranger and disable_ranger.Martin Sebor1-0/+3
2021-08-17Abstract tracing routines into a class.Andrew MacLeod1-30/+4
2021-06-23Split gimple-range into gimple-range-fold and gimple-range.Andrew MacLeod1-140/+4
2021-06-22Add relational support to fold_using_rangeAndrew MacLeod1-5/+17
2021-06-22Initial value-relation code.Andrew MacLeod1-1/+1
2021-06-18Remove poor value computations.Andrew MacLeod1-1/+0
2021-06-08Virtualize fur_source and turn it into a proper API.Andrew MacLeod1-71/+30
2021-06-03Implement generic expression evaluator for range_query.Aldy Hernandez1-3/+4
2021-05-31Move Ranger cache to range-query and fur_source model.Andrew MacLeod1-1/+2
2021-05-27Move global range code to value-query.cc.Aldy Hernandez1-11/+0
2021-05-26Common API for accessing global and on-demand ranges.Aldy Hernandez1-45/+15
2021-05-25Adjust fur_source internal api to use gori_compute not ranger_cache.Andrew MacLeod1-6/+6
2021-05-25Tweak location of non-null calls. revamp ranger debug output.Andrew MacLeod1-0/+1
2021-05-19Split gimple range folding with ranges into a stand alone class.Andrew MacLeod1-21/+114
2021-05-07Enhance initial global value setting.Andrew MacLeod1-15/+32
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-13Re: Fix gimple_expr_code?Andrew MacLeod1-6/+6
2020-11-13Cleanup range of address calculations.Andrew MacLeod1-1/+1
2020-11-12Change range_handler, was Re: Fix gimple_expr_code?Andrew MacLeod1-2/+6
2020-10-20Refactor range handling of builtins in vr_values and ranger.Aldy Hernandez1-1/+3
2020-10-19Use precision and sign to compare types for rangesAndrew MacLeod1-0/+12
2020-10-07Rename -fevrp-mode= to --param=evrp-mode=.Aldy Hernandez1-1/+1
2020-10-06Ranger classes.Andrew MacLeod1-0/+170