This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4f37c01 * tree-scalar-evoluiton.c (simple_iv): Use nowrap_type to ch [...] new 21b32b4 [LRA] Don't count spilling cost for it offmemok new e44f1a3 * tree-ssa-loop-niter.c (nowrap_type_p): Use ANY_INTEGRAL_TYPE_P. new 30a3981 * tree-scalar-evolution.c (iv_can_overflow_p): New function. [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 14 ++++++ gcc/lra-constraints.c | 4 +- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/gcc.dg/tree-ssa/scev-14.c | 11 ++++ gcc/tree-scalar-evolution.c | 89 +++++++++++++++++++++++++++++++++ gcc/tree-ssa-loop-niter.c | 2 +- 6 files changed, 122 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/scev-14.c