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 f71866a8ada Daily bump.
new f3b1a797f97 2017-11-06 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/ChangeLog | 7 +++++++
gcc/fortran/trans-expr.c | 4 +---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr69739.f90 | 39 +++++++++++++++++++++++++++++++++++
4 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr69739.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 gcc.
from 144be26359a Fix test-suite fallout of default -Wreturn-type.
new baf9f855777 2017-11-06 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/ChangeLog | 6 ++++++
gcc/fortran/trans-expr.c | 4 +---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr69739.f90 | 39 +++++++++++++++++++++++++++++++++++
4 files changed, 51 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr69739.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 d8ea26422cf [X86][AVX512] Improve lowering of AVX512 test intrinsics
new d64a5991124 Fixed dead links in WritingAnLLVMPass.rst
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:
docs/WritingAnLLVMPass.rst | 4 ++--
1 file changed, 2 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 llvm.
from 16b230fc73d [X86] Replace duplicate function call with variable. NFC
new d8ea26422cf [X86][AVX512] Improve lowering of AVX512 test intrinsics
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/Target/X86/X86ISelDAGToDAG.cpp | 8 +-
lib/Target/X86/X86ISelLowering.cpp | 16 ++++
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 2 -
test/CodeGen/X86/avx512bw-vec-test-testn.ll | 32 ++-----
test/CodeGen/X86/avx512bwvl-vec-test-testn.ll | 64 ++++---------
test/CodeGen/X86/avx512f-vec-test-testn.ll | 32 ++-----
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 32 -------
test/CodeGen/X86/avx512vl-vec-test-testn.ll | 128 +++++++-------------------
test/CodeGen/X86/compress_expand.ll | 4 +-
test/CodeGen/X86/masked_gather_scatter.ll | 24 ++---
test/CodeGen/X86/masked_memop.ll | 12 +--
test/CodeGen/X86/setcc-lowering.ll | 7 +-
12 files changed, 97 insertions(+), 264 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 clang.
from b1d69c02eb lowering broadcastm
new 8d0d13752e [Tooling] Test internal::createExecutorFromCommandLineArgsIm [...]
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:
unittests/Tooling/ExecutionTest.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 807235c9ea1 X86 ISel: Basic support for variable-index vector permutations
new 16b230fc73d [X86] Replace duplicate function call with variable. 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:
lib/Target/X86/X86ISelDAGToDAG.cpp | 4 ++--
1 file changed, 2 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 llvm.
from 150ca1191c0 Revert "adding a pattern for broadcastm"
new 807235c9ea1 X86 ISel: Basic support for variable-index vector permutations
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/Target/X86/X86ISelLowering.cpp | 108 ++++
test/CodeGen/X86/var-permute-128.ll | 199 ++-----
test/CodeGen/X86/var-permute-256.ll | 1020 ++++++++++++++++++++++++-----------
test/CodeGen/X86/var-permute-512.ll | 618 +--------------------
4 files changed, 859 insertions(+), 1086 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 708a132cbc0 [test] Add test files that were missed from SVN r317459
new 150ca1191c0 Revert "adding a pattern for broadcastm"
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/Target/X86/X86ISelLowering.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.