This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 678bd42 Daily bump. new 0bd6d85 gcc/ * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_SCATTER): Ne [...] new 9d44b8c gcc/ * config/i386/i386-builtin-types.def (VOID_PFLOAT_HI_V [...] new 0c493d6 gcc/testsuite/ * gcc.target/i386/avx512f-scatter-1.c: New. [...]
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 | 45 +++++ gcc/config/i386/i386-builtin-types.def | 4 + gcc/config/i386/i386.c | 120 +++++++++++++ gcc/doc/tm.texi | 8 + gcc/doc/tm.texi.in | 2 + gcc/target.def | 12 ++ gcc/testsuite/ChangeLog | 8 + .../{avx512f-gather-1.c => avx512f-scatter-1.c} | 101 +++++------ .../{avx512f-gather-1.c => avx512f-scatter-2.c} | 102 ++++++------ gcc/testsuite/gcc.target/i386/avx512f-scatter-3.c | 36 ++++ gcc/tree-vect-data-refs.c | 93 ++++++----- gcc/tree-vect-stmts.c | 185 +++++++++++++++++++-- gcc/tree-vectorizer.h | 10 +- 13 files changed, 567 insertions(+), 159 deletions(-) copy gcc/testsuite/gcc.target/i386/{avx512f-gather-1.c => avx512f-scatter-1.c} (58%) copy gcc/testsuite/gcc.target/i386/{avx512f-gather-1.c => avx512f-scatter-2.c} (58%) create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-scatter-3.c