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 93b05e3 2016-08-07 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 6f982f1 2016-08-07 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 | 7 +++++++
gcc/fortran/frontend-passes.c | 5 +++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/array_constructor_50.f90 | 21 +++++++++++++++++++++
4 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/array_constructor_50.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-6-branch
in repository gcc.
from 70e136a Daily bump.
new 93b05e3 2016-08-07 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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr70040.f90 | 19 +++++++++++++++++++
2 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr70040.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 099ec19 2016-08-07 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 3f9692a 2016-08-07 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new b5b764be6 2016-08-07 Thomas Koenig <tkoenig(a)gcc.gnu.org>
The 2 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr70040.f90 | 19 +++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr70040.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 661baf2 AVX-512: Changed lowering of BITCAST between i1 vectors and i [...]
new 1223b84 [X86] lowerVectorShuffle - ensure that undefined mask element [...]
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 | 9 +++++++++
1 file changed, 9 insertions(+)
--
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 e827209 * tree-ssa-threadbackward.c: Include tree-inline.h (profita [...]
new 099ec19 2016-08-07 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/matmul_10.f90 | 22 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/matmul_10.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 751a136 [X86][AVX512BW] Add sext/zext AVX512BW 512-bit vector tests
new 661baf2 AVX-512: Changed lowering of BITCAST between i1 vectors and i [...]
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/X86InstrAVX512.td | 76 ++--
test/CodeGen/X86/avx512-cmp-kor-sequence.ll | 18 +-
test/CodeGen/X86/avx512-ext.ll | 6 -
test/CodeGen/X86/avx512-insert-extract.ll | 6 -
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 8 -
test/CodeGen/X86/avx512-intrinsics.ll | 269 ++++++-----
test/CodeGen/X86/avx512-mask-op.ll | 6 -
test/CodeGen/X86/avx512-select.ll | 3 -
test/CodeGen/X86/avx512-vec-cmp.ll | 1 -
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 4 -
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 409 +++++++++--------
test/CodeGen/X86/avx512dq-intrinsics.ll | 3 -
test/CodeGen/X86/avx512dq-mask-op.ll | 2 -
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 8 -
test/CodeGen/X86/avx512vbmi-intrinsics.ll | 8 +-
test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 16 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 16 -
test/CodeGen/X86/avx512vl-intrinsics.ll | 516 +++++++++++-----------
test/CodeGen/X86/vector-shuffle-v1.ll | 14 -
19 files changed, 631 insertions(+), 758 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 edf4139 [X86][AVX512] Add sext/zext to 512-bit vector tests
new 751a136 [X86][AVX512BW] Add sext/zext AVX512BW 512-bit vector tests
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/vector-sext.ll | 148 +++++++++++++++++++++++++++-------------
test/CodeGen/X86/vector-zext.ll | 40 +++++++----
2 files changed, 128 insertions(+), 60 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 8e53235 AVX-512: Added a test for cmp intrinsics
new edf4139 [X86][AVX512] Add sext/zext to 512-bit vector tests
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/vector-sext.ll | 466 ++++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-zext.ll | 426 ++++++++++++++++++++++++++++++++++++
2 files changed, 892 insertions(+)
--
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 f5d2c46 PR c/72816 * stor-layout.c (layout_decl): Fix up formatting [...]
new e827209 * tree-ssa-threadbackward.c: Include tree-inline.h (profita [...]
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/ChangeLog | 8 ++++++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 4 +--
gcc/tree-ssa-threadbackward.c | 36 +++++++++++++++---------
4 files changed, 37 insertions(+), 15 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 d4852c7 Update clang tests for LLVM r277950
new 57c4b28 [AVX512] integer comparisions enumeration.
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/Headers/avx512fintrin.h | 13 ++++++++++
test/CodeGen/avx512f-builtins.c | 24 +++++++++---------
test/CodeGen/avx512vl-builtins.c | 54 ++++++++++++++++++++--------------------
3 files changed, 52 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.