This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fd7ff8f4930 AMDGPU: Generate VALU ThreeOp Integer instructions
new 8c303c35b78 [ARM][NFC] Adding another test for armcgp
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/ARM/CGP/arm-cgp-casts.ll | 21 +++++++++++++++++++++
1 file changed, 21 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-tools-extra.
from aa284900 [clangd] Update the test code
new 23aa1f10 [clangd] Remove the test that sometimes deadlocks
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/clangd/TUSchedulerTests.cpp | 23 -----------------------
1 file changed, 23 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 aoliva/testme
in repository gcc.
discards b15095c1ee7 avoid null ptr deref in cselib_record_sets
new ab0038b838a [PR c++/87750] introduce lookup_member_by_kind
new 2868f72a0d6 [PR c++/87814] undefer deferred noexcept on tsubst if request
new 53bbdbb7fb3 [PR c++/88146] sorry inheriting ctor with ellipsis
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (b15095c1ee7)
\
N -- N -- N refs/heads/aoliva/testme (53bbdbb7fb3)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
gcc/cp/method.c | 24 +++++++++++++++-----
gcc/cp/name-lookup.c | 6 +++--
gcc/cp/pt.c | 14 +++++++++---
gcc/cp/search.c | 20 +++++++++++++++--
gcc/cselib.c | 1 -
gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C | 11 +++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor33.C | 11 +++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor34.C | 11 +++++++++
gcc/testsuite/g++.dg/cpp1z/pr87814.C | 26 +++++++++++++++++++++
gcc/testsuite/g++.dg/pr87750.C | 40 +++++++++++++++++++++++++++++++++
10 files changed, 150 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor32.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor33.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor34.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/pr87814.C
create mode 100644 gcc/testsuite/g++.dg/pr87750.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allmodconfig
in repository toolchain/binutils-gdb.
from a52b73d14c Automatic date update in version.in
adds bf9201ee0e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 92a20faea1b [AMDGPU] Partial revert of rL348371: Turn on the DPP combin [...]
new fd7ff8f4930 AMDGPU: Generate VALU ThreeOp Integer instructions
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/AMDGPU/VOP3Instructions.td | 47 ++++++++++
test/CodeGen/AMDGPU/add3.ll | 171 ++++++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/add_shl.ll | 115 +++++++++++++++++++++++
test/CodeGen/AMDGPU/and_or.ll | 112 ++++++++++++++++++++++
test/CodeGen/AMDGPU/or3.ll | 95 +++++++++++++++++++
test/CodeGen/AMDGPU/shl_add.ll | 94 +++++++++++++++++++
test/CodeGen/AMDGPU/shl_or.ll | 144 ++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/sibling-call.ll | 3 +-
test/CodeGen/AMDGPU/xor_add.ll | 94 +++++++++++++++++++
9 files changed, 873 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/add3.ll
create mode 100644 test/CodeGen/AMDGPU/add_shl.ll
create mode 100644 test/CodeGen/AMDGPU/and_or.ll
create mode 100644 test/CodeGen/AMDGPU/or3.ll
create mode 100644 test/CodeGen/AMDGPU/shl_add.ll
create mode 100644 test/CodeGen/AMDGPU/shl_or.ll
create mode 100644 test/CodeGen/AMDGPU/xor_add.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 glibc.
from 35caceb145 Use PRINTF_LDBL_IS_DBL instead of __ldbl_is_dbl.
new f255336a93 support: Implement <support/descriptors.h> to track file des [...]
new 899478c2bf inet/tst-if_index-long: New test case for CVE-2018-19591 [BZ [...]
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:
ChangeLog | 18 +++
inet/Makefile | 2 +-
inet/tst-if_index-long.c | 61 +++++++++
support/Makefile | 2 +
support/check.h | 4 +
support/descriptors.h | 47 +++++++
support/support_descriptors.c | 274 ++++++++++++++++++++++++++++++++++++++
support/support_record_failure.c | 8 ++
support/tst-support_descriptors.c | 198 +++++++++++++++++++++++++++
9 files changed, 613 insertions(+), 1 deletion(-)
create mode 100644 inet/tst-if_index-long.c
create mode 100644 support/descriptors.h
create mode 100644 support/support_descriptors.c
create mode 100644 support/tst-support_descriptors.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 7852f77d6c7 Fix -Wcovered-switch-default warning. NFCI.
new 92a20faea1b [AMDGPU] Partial revert of rL348371: Turn on the DPP combin [...]
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/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
1 file changed, 1 insertion(+), 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allnoconfig
in repository toolchain/gcc.
from ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
adds a33a15e5dc0 Daily bump.
adds a98d6f1891b backport r263580 to fix libstdc++ library symbol visibility [...]
adds fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 5 +++++
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
7 files changed, 46 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 d42bdb79a1c Revert "[LoopSimplifyCFG] Delete dead in-loop blocks"
new 7852f77d6c7 Fix -Wcovered-switch-default warning. 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:
utils/benchmark/src/sysinfo.cc | 4 +---
1 file changed, 1 insertion(+), 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 release_70
in repository libcxx.
from de29e6ca8 Merging r343753:
new 2ac8add7b Merging r343369:
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:
src/filesystem/operations.cpp | 1 -
1 file changed, 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 libcxx.
from 8bcb9cabc [libcxx] Mark some tests as failing on macosx 10.14
new edfdc498b [libcxx] Make return value of array<T, 0>.data() checked only [...]
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/std/containers/sequences/array/array.data/data.pass.cpp | 8 ++++----
.../std/containers/sequences/array/array.data/data_const.pass.cpp | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.