This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dbf8de93239 [X86] Add scalar register class versions of VRNDSCALE instr [...]
new 90159860ad1 [X86] Attempt to match multiple binary reduction ops at once. NFCI
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 | 128 +++++++++++++++++++------------------
1 file changed, 67 insertions(+), 61 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 c8c1b51f850 PR bootstrap/82948 - prefix.c:202:15: error: 'char* strncpy [...]
new d16ea7ed6d7 gcc/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/ChangeLog | 3 +++
gcc/doc/extend.texi | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
--
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 38ab6350d5 [cxx_status] Update for moved Albuquerque papers.
new af5ca53a4b [cxx_status] Add resolution of CWG issue 1581, since it's an [...]
new dad78d5b7e Adjust r316292 - remove the anonymous union for sharing a bi [...]
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:
include/clang/AST/Decl.h | 35 +++++++++++++++++------------------
include/clang/AST/DeclCXX.h | 4 ----
lib/Serialization/ASTReaderDecl.cpp | 3 +--
lib/Serialization/ASTWriterDecl.cpp | 2 +-
www/cxx_status.html | 13 ++++++++++++-
5 files changed, 31 insertions(+), 26 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 e017785d9a [coroutines] Promote cleanup.dest.slot allocas to registers [...]
new 38ab6350d5 [cxx_status] Update for moved Albuquerque papers.
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:
www/cxx_status.html | 50 +++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 47 insertions(+), 3 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 db832455fa3 Add forgotten tests.
new c8c1b51f850 PR bootstrap/82948 - prefix.c:202:15: error: 'char* strncpy [...]
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 | 6 ++++++
gcc/prefix.c | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
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 glibc.
from c0a25aa92b resolv: More precise checks in res_hnok, res_dnok [BZ #22409 [...]
new 456b40a97f Fix clog10_downward ulps on hppa.
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:
ChangeLog | 4 ++++
sysdeps/hppa/fpu/libm-test-ulps | 4 ++--
2 files changed, 6 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 52ad2ea2f19 * tree-ssa-loop-im.c (execute_sm_if_changed): Do not compu [...]
new db832455fa3 Add forgotten 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:
...{avx512f-gf2p8affineinvqb-2.c => avx512f-gf2p8affineqb-2.c} | 10 +++++-----
...vx512vl-gf2p8affineinvqb-2.c => avx512vl-gf2p8affineqb-2.c} | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
copy gcc/testsuite/gcc.target/i386/{avx512f-gf2p8affineinvqb-2.c => avx512f-gf2p8a [...]
copy gcc/testsuite/gcc.target/i386/{avx512vl-gf2p8affineinvqb-2.c => avx512vl-gf2p [...]
--
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 3d47fbe0d7 [CUDA] Fix std::min on device side to return the min, not the max.
new e017785d9a [coroutines] Promote cleanup.dest.slot allocas to registers [...]
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/CodeGenFunction.cpp | 14 ++++++++++++
lib/CodeGen/CodeGenFunction.h | 38 +++++++++++++++++--------------
test/CodeGenCoroutines/coro-dest-slot.cpp | 26 +++++++++++++++++++++
3 files changed, 61 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGenCoroutines/coro-dest-slot.cpp
--
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 6285048ed5c Backport from mainline 2017-08-20 John David Anglin <da [...]
new ec0d905bfac Backport from mainline 2017-02-03 John David Anglin <da [...]
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 | 30 ++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/Wunused-var-16.c | 1 +
gcc/testsuite/c-c++-common/builtin-shuffle-1.c | 1 +
gcc/testsuite/g++.dg/cpp0x/pr79296.C | 2 +-
gcc/testsuite/g++.dg/ext/complit15.C | 1 +
gcc/testsuite/g++.dg/opt/declone3.C | 1 +
gcc/testsuite/gcc.dg/torture/pr79732.c | 1 +
gcc/testsuite/gfortran.dg/coarray_43.f90 | 1 +
8 files changed, 37 insertions(+), 1 deletion(-)
--
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 9efd8a33171 Backport from mainline 2017-02-25 John David Anglin <da [...]
new 6285048ed5c Backport from mainline 2017-08-20 John David Anglin <da [...]
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 | 8 ++++++++
libstdc++-v3/testsuite/17_intro/names.cc | 5 +++++
2 files changed, 13 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.