]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-range.cc
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / gimple-range.cc
2021-08-25  Martin SeborAvoid printing range table header alone.
2021-08-19  Martin SeborDocument enable_ranger and disable_ranger.
2021-08-17  Andrew MacLeodAbstract tracing routines into a class.
2021-07-15  Aldy HernandezAbstract out non_null adjustments in ranger.
2021-06-23  Andrew MacLeodSplit gimple-range into gimple-range-fold and gimple...
2021-06-23  Andrew MacLeodDump should be read only. Do not trigger new lookups.
2021-06-22  Andrew MacLeodAdd relational support to fold_using_range
2021-06-18  Andrew MacLeodRemove poor value computations.
2021-06-17  Andrew MacLeodFix spacing and typos in comments.
2021-06-17  Aldy HernandezCleanup clz and ctz code in range_of_builtin_call.
2021-06-17  Aldy HernandezAdd debugging helpers for ranger.
2021-06-17  Andrew MacLeodRange_on_edge in ranger_cache should return true for...
2021-06-14  Andrew MacLeodLimit new value calculations to first order effects.
2021-06-09  Andrew MacLeodVirtualize fur_source and turn it into a proper API.
2021-06-03  Aldy HernandezImplement generic expression evaluator for range_query.
2021-06-03  Aldy HernandezUse known global ranges in export_global_ranges
2021-06-01  Andrew MacLeodDo not calculate new values when evaluating a debug...
2021-06-01  Andrew MacLeodMove Ranger cache to range-query and fur_source model.
2021-05-27  Aldy HernandezMove global range code to value-query.cc.
2021-05-26  Aldy HernandezCommon API for accessing global and on-demand ranges.
2021-05-25  Andrew MacLeodAdjust fur_source internal api to use gori_compute...
2021-05-25  Andrew MacLeodTweak location of non-null calls. revamp ranger debug...
2021-05-19  Andrew MacLeodSplit gimple range folding with ranges into a stand...
2021-05-17  Andrew MacLeodOnce a range becomes constant, make it invariant.
2021-05-12  Aldy HernandezSkip out on processing __builtin_clz when varying.
2021-05-07  Andrew MacLeodFix range_on_exit for PHI stmts when there are no other...
2021-01-29  Andrew MacLeodtree-optimization/98866 - Compile time hog in VRP
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-13  Andrew MacLeodCleanup range of address calculations.
2020-11-06  Andrew MacLeodCombine new calculated ranges with existing range.
2020-11-05  Aldy HernandezDrop overflow from constants while building ranges...
2020-11-04  Andrew MacLeodAdd Ranger temporal cache
2020-11-03  Andrew MacLeodTweaks to ranger cache
2020-10-28  Andrew MacLeodTweaks to ranger API routines.
2020-10-26  Andrew MacLeodRe: error: ‘EVRP_MODE_DEBUG’ was not declared – was...
2020-10-22  Andrew MacLeodHandle a_2= &b properly in range calculations.
2020-10-21  Aldy HernandezAdjust overflow for invariants in bounds_of_var_in_loop.
2020-10-20  Aldy HernandezRefactor range handling of builtins in vr_values and...
2020-10-20  Aldy HernandezSaturate overflows return from SCEV in ranger.
2020-10-19  Andrew MacLeodUse precision and sign to compare types for ranges
2020-10-14  Aldy HernandezDo not call range_of_ssa_name_with_loop_info with the...
2020-10-09  Jakub Jelinekvrp: Fix up gcc.target/aarch64/pr90838.c [PR97312,...
2020-10-08  Aldy HernandezFix PR97325.
2020-10-06  Andrew MacLeodRanger classes.