This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c7812ca23de Daily bump. new d391dfdcd90 * cfgloop.h (struct loop): Add comment. New field orig_lo [...] new c4b1b865371 * tree-loop-distribution.c (pass_loop_distribution::execut [...] new 50eda3a8e96 * tree-loop-distribution.c (bb_top_order_index): New. (bb [...] new f1edc00d0c7 * tree-loop-distribution.c (enum fuse_type, fuse_message): [...] new 209a62a611f * tree-loop-distribution.c (loop_nest): New global var. ( [...] new f3754041420 * tree-loop-distribution.c (params.h): Include header file [...] new 889a392632a * tree-loop-distribution.c (struct partition): New field r [...] new fd34627bab3 * tree-loop-distribution.c (ref_base_address): Delete. (s [...] new 50f5937e78b * tree-loop-distribution.c (struct ddr_hasher): New. (ddr [...] new f024aa045a1 * tree-loop-distribution.c (enum partition_type): New. (s [...]
The 10 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 | 90 +++++ gcc/cfgloop.h | 13 +- gcc/cfgloopmanip.c | 3 +- gcc/internal-fn.c | 8 + gcc/internal-fn.def | 1 + gcc/testsuite/ChangeLog | 4 + gcc/testsuite/gcc.dg/tree-ssa/ldist-6.c | 2 +- gcc/tree-loop-distribution.c | 662 ++++++++++++++++++++++---------- gcc/tree-vectorizer.c | 89 ++++- 9 files changed, 647 insertions(+), 225 deletions(-)