]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-range-gori.cc
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / gimple-range-gori.cc
2021-08-17  Andrew MacLeodAdd GORI tracing faciltiies.
2021-07-28  Andrew MacLeodReturn undefined on edges which are not executed.
2021-06-23  Andrew MacLeodSplit gimple-range into gimple-range-fold and gimple...
2021-06-17  Andrew MacLeodFix spacing and typos in comments.
2021-06-17  Andrew MacLeodAdd recomputation to outgoing_edge_range.
2021-06-09  Andrew MacLeodVirtualize fur_source and turn it into a proper API.
2021-06-01  Andrew MacLeodMove Ranger cache to range-query and fur_source model.
2021-05-26  Bernd EdlingerFix gcc-bootstrap issue
2021-05-25  Andrew MacLeodRemove the logical stmt cache for now.
2021-05-25  Andrew MacLeodMake expr_range_in_bb stmt based rather than block...
2021-05-25  Andrew MacLeodAdd imports and strengthen the export definition in...
2021-05-25  Andrew MacLeodfully populate the export list from range_cache, not...
2021-05-25  Andrew MacLeodChange gori_compute to inherit from gori_map instead...
2021-04-19  Andrew MacLeodtree-optimization/100081 - Limit depth of logical expre...
2021-01-29  Andrew MacLeodtree-optimization/98866 - Compile time hog in VRP
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-10  Andrew MacLeodReduce memory requirements for ranger
2020-11-10  Andrew MacLeodFix logical_combine OR operation. Again.
2020-10-28  Andrew MacLeodTweaks to ranger API routines.
2020-10-26  Andrew MacLeodCombine logical OR ranges properly.
2020-10-22  Andrew MacLeodUse precision and sign to compare types for ranges
2020-10-19  Andrew MacLeodUse precision and sign to compare types for ranges
2020-10-12  Andrew MacLeodDo not ignore failures from gimple_range_calc_op2.
2020-10-10  Aldy HernandezPR97359: Do not cache relops in GORI cache.
2020-10-06  Andrew MacLeodRanger classes.