This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 56069612804 [X86][SSE] Tests for integer min/max horizontal reductions
new f99fcce45b7 [X86] Fix outdated comment. NFC
new 3594a87170e [X86] Remove some more RCP and RSQRT patterns from InstrAVX [...]
new d864a8df8f6 [X86] Add missing predicate to a pattern. NFC
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:
lib/Target/X86/X86InstrAVX512.td | 15 ++-------------
lib/Target/X86/X86InstrSSE.td | 26 +++++++++++++-------------
test/CodeGen/X86/recip-fastmath.ll | 8 ++++----
test/CodeGen/X86/recip-fastmath2.ll | 16 ++++++++--------
4 files changed, 27 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ee5e3180393 [LV/LAA] Avoid specializing a loop for stride=1 when this p [...]
new 56069612804 [X86][SSE] Tests for integer min/max horizontal reductions
The 1 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:
test/CodeGen/X86/horizontal-reduce-smax.ll | 1896 ++++++++++++++++++++++++
test/CodeGen/X86/horizontal-reduce-smin.ll | 1898 ++++++++++++++++++++++++
test/CodeGen/X86/horizontal-reduce-umax.ll | 2203 +++++++++++++++++++++++++++
test/CodeGen/X86/horizontal-reduce-umin.ll | 2207 ++++++++++++++++++++++++++++
4 files changed, 8204 insertions(+)
create mode 100644 test/CodeGen/X86/horizontal-reduce-smax.ll
create mode 100644 test/CodeGen/X86/horizontal-reduce-smin.ll
create mode 100644 test/CodeGen/X86/horizontal-reduce-umax.ll
create mode 100644 test/CodeGen/X86/horizontal-reduce-umin.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch
in repository gcc.
from 3dde0634e1b Daily bump.
new 090a34f089c 2017-11-05 Andreas Tobler <andreast(a)gcc.gnu.org>
The 1 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:
libgcc/ChangeLog | 11 ++++++++++
libgcc/config/i386/freebsd-unwind.h | 43 +++++++++++++++++++++++++++++++++++--
2 files changed, 52 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 52d1a1c8da6 2017-11-05 Paul Thomas <pault(a)gcc.gnu.org>
new 64159cb8459 2017-11-05 Andreas Tobler <andreast(a)gcc.gnu.org>
The 1 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:
libgcc/ChangeLog | 11 ++++++++++
libgcc/config/i386/freebsd-unwind.h | 43 +++++++++++++++++++++++++++++++++++--
2 files changed, 52 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 27146a8d6a6 2017-11-05 Paul Thomas <pault(a)gcc.gnu.org>
new 44319903056 2017-11-05 Thomas Koenig <tkoenig(a)gcc.gnu.org>
The 1 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/fortran/ChangeLog | 16 ++
gcc/fortran/frontend-passes.c | 214 +++++++++++++++++++++--
gcc/fortran/invoke.texi | 21 ++-
gcc/fortran/lang.opt | 8 +
gcc/fortran/options.c | 5 +
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gfortran.dg/loop_interchange_1.f90 | 22 +++
7 files changed, 270 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/loop_interchange_1.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from f789cd38c75 Daily bump.
new 52d1a1c8da6 2017-11-05 Paul Thomas <pault(a)gcc.gnu.org>
The 1 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/fortran/resolve.c | 19 +++++++++-
gcc/testsuite/gfortran.dg/alloc_comp_basics_1.f90 | 2 +-
gcc/testsuite/gfortran.dg/allocatable_scalar_9.f90 | 2 +-
gcc/testsuite/gfortran.dg/auto_dealloc_1.f90 | 4 +--
gcc/testsuite/gfortran.dg/class_65.f90 | 41 ++++++++++++++++++++++
.../gfortran.dg/coarray_lib_realloc_1.f90 | 8 ++---
gcc/testsuite/gfortran.dg/finalize_28.f90 | 2 +-
gcc/testsuite/gfortran.dg/move_alloc_15.f90 | 4 +--
gcc/testsuite/gfortran.dg/typebound_proc_27.f03 | 8 ++---
9 files changed, 74 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_65.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ee9947c063c [SLPVectorizer] minimize tests and auto-generate full checks; NFC
new ee5e3180393 [LV/LAA] Avoid specializing a loop for stride=1 when this p [...]
The 1 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:
lib/Analysis/LoopAccessAnalysis.cpp | 45 +++++++-
test/Transforms/LoopVectorize/pr34681.ll | 122 +++++++++++++++++++++
.../Transforms/LoopVectorize/version-mem-access.ll | 5 +-
3 files changed, 169 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr34681.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 08eb02abdb5 [REVERT][LV][X86] update the cost of interleaving mem. acce [...]
new ee9947c063c [SLPVectorizer] minimize tests and auto-generate full checks; NFC
The 1 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:
test/Transforms/SLPVectorizer/X86/call.ll | 216 +++++++++++++++---------------
1 file changed, 105 insertions(+), 111 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.