This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e709f500a7a 2019-10-02 Richard Biener rguenther@suse.de new f8a12233028 PR tree-optimization/91940 * tree-vect-patterns.c: Includ [...] new 73889195e7c 2019-10-02 Richard Biener rguenther@suse.de new 0f0380a5c09 2019-10-02 Kwok Cheung Yeung kcy@codesourcery.com
The 3 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 | 22 +++++ gcc/fortran/ChangeLog | 14 +++ gcc/fortran/f95-lang.c | 2 + gcc/fortran/trans-decl.c | 5 + gcc/fortran/trans-openmp.c | 13 +++ gcc/fortran/trans.h | 4 + gcc/langhooks-def.h | 2 + gcc/langhooks.h | 3 + gcc/omp-general.c | 8 ++ gcc/omp-general.h | 1 + gcc/omp-low.c | 3 +- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/gcc.dg/vect/vect-bswap16.c | 4 +- gcc/testsuite/gcc.dg/vect/vect-bswap16a.c | 5 + gcc/tree-vect-patterns.c | 148 +++++++++++++++++++++++++++--- libcpp/ChangeLog | 4 + libcpp/internal.h | 2 +- 17 files changed, 229 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/vect-bswap16a.c