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-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 8bd3c5f928 Automatic date update in version.in
adds a9f626606e 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards ee4aebdc 0: update: binutils-gcc-linux: all
new 20f8953e 0: update: binutils-gcc-linux: 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 (ee4aebdc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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:
01-reset_artifacts/console.log | 16 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11223 ++++++++-------
04-build_abe-stage1/console.log | 13724 ++++++++++---------
05-build_linux/console.log | 786 +-
06-boot_linux/console.log | 6 +-
console.log | 26214 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 26217 insertions(+), 26198 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 2081dbcd9b1 [MemorySSA] Cleanup trivial phis.
new cf5225b141f [Tests] Autogen a test so that future changes are understandable
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:
.../IndVarSimplify/eliminate-comparison.ll | 544 +++++++++++++++++----
1 file changed, 444 insertions(+), 100 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 93f1dca1641 PR tree-optimization/90626 - fold strcmp(a, b) == 0 to zero [...]
new e7b53e8cc78 PR c++/60364 - noreturn after first decl not diagnosed. * [...]
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 | 11 ++++++++++
gcc/attribs.c | 37 ++++++++++++++++++---------------
gcc/attribs.h | 1 +
gcc/c-family/ChangeLog | 8 +++++++
gcc/c-family/c-attribs.c | 5 ++---
gcc/c-family/c-common.h | 2 ++
gcc/c-family/c-format.c | 2 +-
gcc/cp/ChangeLog | 9 ++++++++
gcc/cp/decl.c | 27 ++++++++++++++++++++----
gcc/cp/parser.c | 8 +++----
gcc/cp/tree.c | 2 ++
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/g++.dg/warn/noreturn-10.C | 10 +++++++++
gcc/testsuite/g++.dg/warn/noreturn-11.C | 25 ++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/noreturn-8.C | 21 +++++++++++++++++++
gcc/testsuite/g++.dg/warn/noreturn-9.C | 21 +++++++++++++++++++
gcc/tree-inline.c | 2 +-
17 files changed, 169 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/noreturn-10.C
create mode 100644 gcc/testsuite/g++.dg/warn/noreturn-11.C
create mode 100644 gcc/testsuite/g++.dg/warn/noreturn-8.C
create mode 100644 gcc/testsuite/g++.dg/warn/noreturn-9.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 074585884ab [MemorySSA] Use GraphDiff info when computing IDF.
new 2081dbcd9b1 [MemorySSA] Cleanup trivial phis.
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/Analysis/MemorySSAUpdater.cpp | 13 ++-
.../MemorySSA/simple_loop_unswitch_nontrivial.ll | 113 +++++++++++++++++++++
2 files changed, 121 insertions(+), 5 deletions(-)
create mode 100644 test/Analysis/MemorySSA/simple_loop_unswitch_nontrivial.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 lldb.
from bb3f6476b [lldb] [Process/NetBSD] Fix constructor after r363707
new 964526439 [Process] Remove unused field from HistoryThread
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:
.../MainThreadChecker/MainThreadCheckerRuntime.cpp | 7 ++-----
.../InstrumentationRuntime/TSan/TSanRuntime.cpp | 4 +---
.../InstrumentationRuntime/UBSan/UBSanRuntime.cpp | 5 +----
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 2 +-
.../Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp | 3 +--
source/Plugins/Process/Utility/HistoryThread.cpp | 8 +++-----
source/Plugins/Process/Utility/HistoryThread.h | 8 ++------
source/Plugins/Process/Utility/HistoryUnwind.cpp | 6 ++----
source/Plugins/Process/Utility/HistoryUnwind.h | 4 +---
.../SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 19 +++----------------
10 files changed, 17 insertions(+), 49 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards df2c679b 2: update: binutils-f0a6222e30215d4b8ecb8124fe5ad4c3f321f8c4: 18584
new 8f235feb 2: update: gcc-df07e578f165346e118f03fe5f83310dfa97b1fe: 18584
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 (df2c679b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
01-reset_artifacts/console.log | 14 +-
02-prepare_abe/console.log | 177 +-
03-build_abe-binutils/console.log | 11184 +++++++--------
04-build_abe-stage1/console.log | 15253 ++++++++++----------
05-build_linux/console.log | 418 +-
console.log | 27144 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
7 files changed, 27079 insertions(+), 27119 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 e178dff4d32 [LFTR] Stylistic cleanup as suggested in last review commen [...]
new 074585884ab [MemorySSA] Use GraphDiff info when computing IDF.
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/Analysis/MemorySSAUpdater.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.