This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1f557f4 [PATCH] Pass in avail_expr_stack and setup edge_infos earlier new 6c48ce8 * tree-ssa-loop-niter.c (tree_simplify_using_condition_1): N [...]
The 1 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/testsuite/ChangeLog | 6 + .../tree-ssa/{loop-bound-1.c => loop-bound-2.c} | 7 +- .../tree-ssa/{loop-bound-1.c => loop-bound-4.c} | 7 +- gcc/testsuite/gcc.dg/tree-ssa/loop-bound-6.c | 23 +++ gcc/tree-scalar-evolution.c | 82 ++++++++- gcc/tree-ssa-loop-niter.c | 195 +++++++-------------- gcc/tree-ssa-loop-niter.h | 2 + 8 files changed, 196 insertions(+), 140 deletions(-) copy gcc/testsuite/gcc.dg/tree-ssa/{loop-bound-1.c => loop-bound-2.c} (70%) copy gcc/testsuite/gcc.dg/tree-ssa/{loop-bound-1.c => loop-bound-4.c} (70%) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/loop-bound-6.c