This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d7f9ebfb82 Daily bump. new cda246f8b42 Update loop estimate after header duplication
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/cfgloopmanip.h | 1 + gcc/testsuite/gcc.dg/tree-prof/peel-2.c | 21 ++++++ gcc/testsuite/gcc.dg/tree-ssa/peel1.c | 4 +- gcc/testsuite/gcc.dg/unroll-8.c | 2 +- gcc/tree-ssa-loop-ch.cc | 112 +++++++++++++++++++++++++++++--- gcc/tree-ssa-loop-ivcanon.cc | 76 +++++++++++++++------- 6 files changed, 178 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/peel-2.c