]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-range-path.cc
Correct a function pre/postcondition [PR102403].
[thirdparty/gcc.git] / gcc / gimple-range-path.cc
2021-09-19  Aldy HernandezMake dump_ranger routines externally visible.
2021-09-10  Aldy HernandezDisable threading through latches until after loop...
2021-09-05  Aldy HernandezMake the path solver's range_of_stmt() handle all state...
2021-09-05  Aldy HernandezAdd an unreachable_path_p method to path_range_query.
2021-09-03  Aldy HernandezUse non-null knowledge in path_range_query.
2021-09-03  Aldy HernandezImprove path_range_query dumps.
2021-09-03  Aldy HernandezSkip statements with no BB in ranger.
2021-07-27  Aldy HernandezImplement basic block path solver.