This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards b0dc561a9 llvm-be937b245d3af63f73d276e15d95a2725aff2fe7: all
new a13709923 llvm-3b806a9410b1b9b3db824bd19c0bfea388d382e5: all
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 (b0dc561a9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 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:
1-reset_artifacts/console.log | 211 +-
2-build_llvm/console.log | 5215 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 52 +-
console.log | 5478 +++++++++++++++++++---------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
7 files changed, 5238 insertions(+), 5730 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 compiler-rt.
from cba20adaa [Sanitizer] Enable getfsent api for Darwin
new decb231c3 Add support for background thread on NetBSD in ASan
new 3d5a3668a Reenable hard_rss_limit_mb_test.cc for android-26
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/asan/asan_rtl.cc | 10 +++++++---
lib/sanitizer_common/sanitizer_common_libcdep.cc | 4 ++--
.../TestCases/{Linux => }/hard_rss_limit_mb_test.cc | 3 +--
3 files changed, 10 insertions(+), 7 deletions(-)
rename test/sanitizer_common/TestCases/{Linux => }/hard_rss_limit_mb_test.cc (94%)
--
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/2.24/master
in repository glibc.
from e853f05a57 csu: Update __libgcc_s_init comment
new fcd316654a Bug 20116: Fix use after free in pthread_create()
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 | 33 ++++++
NEWS | 1 +
nptl/Makefile | 3 +-
nptl/createthread.c | 10 +-
nptl/pthread_create.c | 207 +++++++++++++++++++++++++++------
nptl/pthread_getschedparam.c | 1 +
nptl/pthread_setschedparam.c | 1 +
nptl/pthread_setschedprio.c | 1 +
nptl/tpp.c | 2 +
nptl/tst-create-detached.c | 137 ++++++++++++++++++++++
sysdeps/nacl/createthread.c | 10 +-
sysdeps/unix/sysv/linux/createthread.c | 16 ++-
12 files changed, 367 insertions(+), 55 deletions(-)
create mode 100644 nptl/tst-create-detached.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 aoliva/testme
in repository gcc.
discards 363b927ebee [PR88146] do not instantiate constexpr if not manifestly const
discards 07005cb9883 [PR88146] avoid diagnostics diffs if cdtor_returns_this
discards 7f9aafb7d63 [PR86648] use auto identifier for class placeholder templates
new fc87cf9e5e9 [PR86648] use auto identifier for class placeholder templates
new f6a5d3a3789 [PR88146] avoid diagnostics diffs if cdtor_returns_this
new 00754523829 [PR88146] do not instantiate constexpr if not manifestly const
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 (363b927ebee)
\
N -- N -- N refs/heads/aoliva/testme (00754523829)
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/constexpr.c | 2 +-
gcc/cp/cvt.c | 19 +++++--------------
gcc/cp/typeck2.c | 6 +++++-
gcc/testsuite/g++.dg/cpp2a/constexpr-inst1.C | 3 ---
gcc/testsuite/g++.dg/cpp2a/constexpr-inst1a.C | 9 +++++++++
5 files changed, 20 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-inst1a.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 compiler-rt.
from 5e88c7c82 Introduce `LocalAddressSpaceView::LoadWritable(...)` and make [...]
new cba20adaa [Sanitizer] Enable getfsent api for Darwin
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/sanitizer_common/sanitizer_platform_interceptors.h | 2 +-
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | 2 ++
lib/sanitizer_common/sanitizer_platform_limits_posix.h | 1 +
test/sanitizer_common/TestCases/Posix/getfsent.cc | 2 +-
4 files changed, 5 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 c31658430d2 * config/i386/i386.h (ADDITIONAL_REGISTER_NAMES): Add sil [...]
new eb5f837bef5 runtime: prevent deadlock when profiling signal arrives [...]
new 640647d4a9e Daily bump.
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/DATESTAMP | 2 +-
gcc/go/gofrontend/MERGE | 2 +-
libgo/runtime/go-callers.c | 8 ++++----
libgo/runtime/go-unwind.c | 2 ++
libgo/runtime/runtime.h | 6 ++++++
5 files changed, 14 insertions(+), 6 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 gcc-8-branch
in repository gcc.
from 3637548fdd8 poly_int: get_inner_reference & co.: fix known_eq typo/bug
new ab5ff873eda Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from c7b2c21bb8d Daily bump.
new 1dd83914cd0 Daily bump.
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/DATESTAMP | 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 binutils-gdb.
from 2cd8cc0b66 Fix a crash in jit.c
new f9f981e5f6 Automatic date update in version.in
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:
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 gdb-8.2-branch
in repository binutils-gdb.
from 7f79e8d9f5 Automatic date update in version.in
new a9443d2d0a Automatic date update in version.in
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:
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.