This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0c9c0d4 [X86][SSE] Enable initial support for domain crossing at high [...]
new 1a9a113 [AVX-512] Add test cases that show failure to select masked V [...]
new 07a0236 [AVX-512] Add patterns to recognize masked vpternlog when the [...]
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:
lib/Target/X86/X86InstrAVX512.td | 39 ++++++++++++++++++++++++++++
test/CodeGen/X86/avx512-vpternlog-commute.ll | 26 +++++++++++++++++++
2 files changed, 65 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 clang.
from 30d9fb2 [CUDA] Don't pass -stack-protector to NVPTX compilations.
new 0c1e421 Link static PIE programs against rcrt0.o on OpenBSD
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/Driver/Tools.cpp | 4 ++++
test/Driver/openbsd.c | 23 +++++++++++++++++++++++
2 files changed, 27 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 clang.
from d025010 clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).
new 30d9fb2 [CUDA] Don't pass -stack-protector to NVPTX compilations.
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/Driver/Tools.cpp | 42 +++++++++++++++++++---------------
test/Driver/cuda-no-stack-protector.cu | 23 +++++++++++++++++++
2 files changed, 46 insertions(+), 19 deletions(-)
create mode 100644 test/Driver/cuda-no-stack-protector.cu
--
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 0a56ed2 2017-02-19 Paul Thomas <pault(a)gcc.gnu.org>
new 01991e3 gcc/testsuite/ChangeLog:
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 | 9 ++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/class_allocate_24.f90 | 16 ++++++++++++++++
4 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_allocate_24.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 4488d9e /cp 2017-02-19 Paolo Carlini <paolo.carlini(a)oracle.com>
new 62ab678 gcc/fortran/ChangeLog:
new 0a56ed2 2017-02-19 Paul Thomas <pault(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/fortran/ChangeLog | 15 ++++++++++++++
gcc/fortran/resolve.c | 33 ++++++++++++++++++++++++++++++
gcc/fortran/trans-array.c | 9 +++++---
gcc/fortran/trans-expr.c | 6 ++++--
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/gfortran.dg/submodule_23.f90 | 29 ++++++++++++++++++++++++++
6 files changed, 93 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/submodule_23.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 e8e98af C++17 GB50 resolution (P0505R0)
new c94d24b Revert: 2016-05-30 Uros Bizjak <ubizjak(a)gmail.com>
new 4488d9e /cp 2017-02-19 Paolo Carlini <paolo.carlini(a)oracle.com>
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/ChangeLog | 7 +++++++
gcc/config/i386/sync.md | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/typeck.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/alignas8.C | 7 +++++++
6 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas8.C
--
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 cff0f13 Remove redundant call to GluedNodes.back() [NFC]
new 0c9c0d4 [X86][SSE] Enable initial support for domain crossing at high [...]
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 | 6 +++---
test/CodeGen/X86/shuffle-vs-trunc-512.ll | 22 +++++++++++-----------
2 files changed, 14 insertions(+), 14 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 7754c0a [X86][SSE] Generalize INSERTPS/SHUFPS/SHUFPD combines across [...]
new cff0f13 Remove redundant call to GluedNodes.back() [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/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp | 3 +--
1 file changed, 1 insertion(+), 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 ac8df55 PR c++/69523 make -Wliteral-suffix control warning
new e8e98af C++17 GB50 resolution (P0505R0)
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:
libstdc++-v3/ChangeLog | 20 +++++++++++++++
libstdc++-v3/include/std/chrono | 22 ++++++++--------
.../{constexpr.cc => constexpr_c++17.cc} | 30 +++++++++++++++++-----
.../testsuite/20_util/duration/literals/range.cc | 2 +-
.../constexpr.cc | 21 ++++++++++-----
5 files changed, 70 insertions(+), 25 deletions(-)
copy libstdc++-v3/testsuite/20_util/duration/arithmetic/{constexpr.cc => constexpr [...]
copy libstdc++-v3/testsuite/20_util/time_point/{comparison_operators => arithmetic [...]
--
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-5-branch
in repository gcc.
from 58c0358 Daily bump.
new 8cd33c6 2017-02-19 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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 | 5 +++++
gcc/config/i386/cpuid.h | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.