]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-range-gori.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / gimple-range-gori.cc
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-06  Richard Sandifordranger: Add shortcuts for single-successor blocks
2021-12-06  Andrew MacLeodAdd BB option for outgoing_edge_range_p and may_reocmpu...
2021-11-30  Andrew MacLeodDon't reuse reference after potential resize.
2021-11-19  Andrew MacLeodLimit depth for all GORI expressions.
2021-11-05  Andrew MacLeodRemove def chain import assert from GORI.
2021-11-04  Andrew MacLeodTreat undefined operands as varying in GORI.
2021-10-21  Andrew MacLeodSplit --param=evrp-mode into evrp-mode and ranger-debug.
2021-10-06  Andrew MacLeodIntroduce a param-switch-limit for EVRP.
2021-09-23  Andrew MacLeodCreate a ranger-local flag for non-executable edges.
2021-09-20  Andrew MacLeodUse EDGE_EXECUTABLE in ranger and return UNDEFINED...
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.