]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-range-cache.h
aarch64: Avoid using mismatched ZERO ZA sizes
[thirdparty/gcc.git] / gcc / gimple-range-cache.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-07-28  Andrew MacLeodAdd a merge_range to ssa_cache and use it. add empty_p...
2023-07-28  Andrew MacLeodFix some warnings
2023-05-24  Andrew MacLeodGimple range PHI analyzer and testcases
2023-05-24  Andrew MacLeodMake ssa_cache a range_query.
2023-05-24  Andrew MacLeodMake ssa_cache and ssa_lazy_cache virtual.
2023-05-24  Andrew MacLeodOnly update global value if it changes.
2023-05-01  Aldy Hernandezvrange_storage overhaul
2023-04-26  Andrew MacLeodCreate a lazy ssa_cache.
2023-04-26  Andrew MacLeodRename ssa_global_cache to ssa_cache and add has_range
2023-01-02  Jakub JelinekUpdate copyright years.
2022-11-08  Andrew MacLeodAdd transitive inferred range processing.
2022-07-19  Andrew MacLeodRemove recursion from range_from_dom.
2022-07-03  Aldy HernandezMove range allocator code to value-range-storage.*
2022-06-27  David MalcolmAdd 'final' and 'override' in various places
2022-06-01  Aldy HernandezConvert ranger and clients to vrange.
2022-06-01  Aldy HernandezRevamp irange_allocator to handle vranges.
2022-05-25  Andrew MacLeodUse infer instead of side-effect for ranges.
2022-05-20  David MalcolmUse "final" and "override" directly, rather than via...
2022-05-17  Andrew MacLeodAdd side effect infrastructure.
2022-05-13  Andrew MacLeodMake range_from_dom more effective.
2022-04-29  Aldy HernandezMake irange::intersect(wide_int, wide_int) private.
2022-02-09  Andrew MacLeodRegister non-null side effects properly.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-06  Andrew MacLeodUse dominators to reduce cache-flling.
2021-11-24  Andrew MacLeodSplit return functionality of get_non_stale_global_range.
2021-11-05  Andrew MacLeodAbstract ranger cache update list.
2021-10-29  Andrew MacLeodPerform on-entry propagation after range_of_stmt on...
2021-09-23  Andrew MacLeodCreate a ranger-local flag for non-executable edges.
2021-08-17  Andrew MacLeodAbstract tracing routines into a class.
2021-07-30  Andrew MacLeodChange const basic_block to const_basic_block.
2021-07-15  Aldy HernandezAbstract out non_null adjustments in ranger.
2021-06-23  Andrew MacLeodDo not continue propagating values which cannot be...
2021-06-23  Andrew MacLeodAdjust on_entry cache to indicate if the value was...
2021-06-18  Andrew MacLeodCalculate a global definition if one has not been regis...
2021-06-18  Andrew MacLeodRemove poor value computations.
2021-06-14  Andrew MacLeodLimit new value calculations to first order effects.
2021-06-07  Andrew MacLeodImplement a sparse bitmap representation for Rangers...
2021-06-01  Andrew MacLeodDo not calculate new values when evaluating a debug...
2021-06-01  Andrew MacLeodReplace ssa_range_in_bb with entry exit and def range
2021-06-01  Andrew MacLeodMove Ranger cache to range-query and fur_source model.
2021-05-25  Andrew MacLeodUnify temporal cache with gori dependencies.
2021-05-07  Andrew MacLeodClean up and virtualize the on-entry cache interface.
2021-05-07  Andrew MacLeodWhen searching for non-null, check the dominator tree.
2021-04-19  Andrew MacLeodtree-optimization/100081 - Limit depth of logical expre...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-04  Andrew MacLeodAdd Ranger temporal cache
2020-11-03  Andrew MacLeodMore Ranger cache tweaks
2020-11-03  Andrew MacLeodTweaks to ranger cache
2020-10-06  Andrew MacLeodRanger classes.