This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8afe1a14d48 [arm] Clean up generation of BE8 format images. new 9e879814e71 Use innermost_loop_behavior for outer loop vectorisation new 26f302f54ba Require ifunc support in gcc.target/i386/mvc6.c new 004a3042277 Make dr_analyze_innermost operate on innermost_loop_behavior new a7e05ef2150 Rename DR_ALIGNED_TO to DR_OFFSET_ALIGNMENT new 668dd7dcb46 Add DR_STEP_ALIGNMENT new a5456a6d2e5 Add DR_BASE_ALIGNMENT and DR_BASE_MISALIGNMENT new 5528b2de4ea Add a helper for getting the overall alignment of a DR new 6a9f77829f2 Fix secure_getenv.h include in plugin-hsa.c new f17c6474d8c 2017-07-03 Richard Biener rguenther@suse.de
The 9 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 | 100 +++++++++++ gcc/testsuite/ChangeLog | 9 + gcc/testsuite/gcc.target/i386/mvc6.c | 1 + gcc/testsuite/gfortran.dg/vect/pr60510.f | 29 +++ gcc/tree-data-ref.c | 99 +++++++++-- gcc/tree-data-ref.h | 63 ++++++- gcc/tree-if-conv.c | 7 +- gcc/tree-predcom.c | 2 +- gcc/tree-vect-data-refs.c | 296 +++++++++---------------------- gcc/tree-vect-loop-manip.c | 6 +- gcc/tree-vect-loop.c | 168 +++++++++++------- gcc/tree-vect-patterns.c | 20 +-- gcc/tree-vect-slp.c | 15 +- gcc/tree-vect-stmts.c | 31 +--- gcc/tree-vectorizer.h | 44 +++-- libgomp/ChangeLog | 4 + libgomp/plugin/plugin-hsa.c | 2 +- 17 files changed, 525 insertions(+), 371 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/vect/pr60510.f