aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-range.cc
AgeCommit message (Expand)AuthorFilesLines
2022-04-25Retain existing range knowledge when prefilling statements.Andrew MacLeod1-0/+4
2022-02-09Register non-null side effects properly.Andrew MacLeod1-3/+24
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01Also pre-process PHIs in range-of-stmt.Andrew MacLeod1-10/+19
2021-11-24Directly resolve range_of_stmt dependencies.Andrew MacLeod1-2/+105
2021-11-24Split return functionality of get_non_stale_global_range.Andrew MacLeod1-9/+12
2021-11-24Range-on-edge trace tweak.Andrew MacLeod1-2/+2
2021-11-09Keep x_range_query NULL for global ranges.Andrew MacLeod1-2/+3
2021-11-08Don't calculate new values when using the private context callback.Andrew MacLeod1-2/+2
2021-11-03Provide some context to folding via ranger.Andrew MacLeod1-1/+27
2021-10-29Perform on-entry propagation after range_of_stmt on a gcond.Andrew MacLeod1-1/+11
2021-10-25Always output exported ranges to a dump_file.Andrew MacLeod1-1/+1
2021-10-21Split --param=evrp-mode into evrp-mode and ranger-debug.Andrew MacLeod1-1/+1
2021-10-18Process EH edges again and call get_tree_range on non gimple_range_ssa_p names.Andrew MacLeod1-5/+5
2021-10-15Ranger : Do not process abnormal ssa-names.Andrew MacLeod1-0/+4
2021-09-30Add gimple_ranger::debug.Aldy Hernandez1-0/+6
2021-09-23Create a ranger-local flag for non-executable edges.Andrew MacLeod1-4/+18
2021-09-20Use EDGE_EXECUTABLE in ranger and return UNDEFINED for those edges.Andrew MacLeod1-11/+25
2021-08-25Avoid printing range table header alone.Martin Sebor1-21/+24
2021-08-19Document enable_ranger and disable_ranger.Martin Sebor1-0/+7
2021-08-17Abstract tracing routines into a class.Andrew MacLeod1-292/+101
2021-07-15Abstract out non_null adjustments in ranger.Aldy Hernandez1-6/+2
2021-06-23Split gimple-range into gimple-range-fold and gimple-range.Andrew MacLeod1-1379/+0
2021-06-23Dump should be read only. Do not trigger new lookups.Andrew MacLeod1-1/+1
2021-06-22Add relational support to fold_using_rangeAndrew MacLeod1-58/+297
2021-06-18Remove poor value computations.Andrew MacLeod1-2/+0
2021-06-17Fix spacing and typos in comments.Andrew MacLeod1-12/+8
2021-06-17Cleanup clz and ctz code in range_of_builtin_call.Aldy Hernandez1-22/+20
2021-06-17Add debugging helpers for ranger.Aldy Hernandez1-0/+79
2021-06-16Range_on_edge in ranger_cache should return true for all ranges.Andrew MacLeod1-1/+2
2021-06-14Limit new value calculations to first order effects.Andrew MacLeod1-2/+2
2021-06-08Virtualize fur_source and turn it into a proper API.Andrew MacLeod1-30/+284
2021-06-03Implement generic expression evaluator for range_query.Aldy Hernandez1-61/+3
2021-06-03Use known global ranges in export_global_rangesAldy Hernandez1-16/+10
2021-05-31Do not calculate new values when evaluating a debug statement.Andrew MacLeod1-0/+9
2021-05-31Move Ranger cache to range-query and fur_source model.Andrew MacLeod1-5/+5
2021-05-27Move global range code to value-query.cc.Aldy Hernandez1-103/+0
2021-05-26Common API for accessing global and on-demand ranges.Aldy Hernandez1-0/+126
2021-05-25Adjust fur_source internal api to use gori_compute not ranger_cache.Andrew MacLeod1-9/+9
2021-05-25Tweak location of non-null calls. revamp ranger debug output.Andrew MacLeod1-76/+73
2021-05-19Split gimple range folding with ranges into a stand alone class.Andrew MacLeod1-101/+142
2021-05-17Once a range becomes constant, make it invariant.Andrew MacLeod1-5/+0
2021-05-12Skip out on processing __builtin_clz when varying.Aldy Hernandez1-1/+1
2021-05-07Fix range_on_exit for PHI stmts when there are no other stmts in the block.Andrew MacLeod1-7/+16
2021-01-29tree-optimization/98866 - Compile time hog in VRPAndrew MacLeod1-0/+6
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-13Cleanup range of address calculations.Andrew MacLeod1-31/+68
2020-11-06Combine new calculated ranges with existing range.Andrew MacLeod1-2/+8
2020-11-05Drop overflow from constants while building ranges in ranger.Aldy Hernandez1-0/+2
2020-11-04Add Ranger temporal cacheAndrew MacLeod1-9/+14