This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f024aa045a1 * tree-loop-distribution.c (enum partition_type): New. (s [...] new 8d95fe31028 * tree-loop-distribution.c (classify_partition): New param [...] new f562e2ea56f * tree-loop-distribution.c: Add general explanantion on th [...]
The 2 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 | 26 + gcc/testsuite/ChangeLog | 11 + gcc/testsuite/gcc.dg/tree-ssa/ldist-12.c | 3 +- gcc/testsuite/gcc.dg/tree-ssa/ldist-13.c | 5 +- gcc/testsuite/gcc.dg/tree-ssa/ldist-14.c | 5 +- gcc/testsuite/gcc.dg/tree-ssa/ldist-26.c | 36 ++ gcc/testsuite/gcc.dg/tree-ssa/ldist-4.c | 4 +- gcc/tree-loop-distribution.c | 860 +++++++++++++++++++++++++++---- 8 files changed, 829 insertions(+), 121 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldist-26.c