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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 9677a872e binutils-76d2760bc38ada83f81087f16eb151ccc0176574: 18230
new 1cd737472 gcc-573f8cc43ece66d3961e858342c61dc8d6a1602a: 18230
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 (9677a872e)
\
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:
1-reset_artifacts/console.log | 40 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3136 +++---
4-build_abe-stage1/console.log | 3293 +++----
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 12793 ++++++++++++------------
7-update_baseline/console.log | 2 +-
console.log | 19194 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 19183 insertions(+), 19295 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 032b00a5404 [X86] Pull out constant splat rotation detection.
new 745ea2fc32a [InstCombine] Regenerate test checks; NFC
new 8f7655d1e44 [InstCombine] Add cttz/ctlz + select non-bitwidth tests; NFC
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:
.../Transforms/InstCombine/select-cmp-cttz-ctlz.ll | 353 ++++++++++++---------
1 file changed, 206 insertions(+), 147 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 annotated tag v4.20-rc7
in repository linux.
at 264cdddbff30 (tag)
tagging 7566ec393f4161572ba6f11ad5171fd5d59b0fbd (commit)
replaces v4.20-rc6
tagged by Linus Torvalds
on Sun Dec 16 15:47:06 2018 -0800
- Log -----------------------------------------------------------------
Linux 4.20-rc7
-----BEGIN PGP SIGNATURE-----
iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAlwW4/oeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiG2QMH/Rl6iMpTUX23tMHe
eXQzAOSvQXaWlFoX25j1Jvt8nhS7Uy8vkdpYTCOI/7DF0Jg4O/6uxcZkErlwWxb8
MW1rMgpfO+OpDLSLXAO2GKxaKI3ArqF2BcOQA2mji1/jR2VUTqmIvBoudn5d+GYz
19aCyfdzmVTC38G9sBhhcqJ10EkxLiHe2K74bf4JxVuSf2EnTI4LYt5xJPDoT0/C
6fOeUNwVhvv5a4svvzJmortq7x7BwyxBQArc7PbO0MPhabLU4wyFUOTRszgsGd76
o5JuOFwgdIIHlSSacGla6rKq10nmkwR07fHfRFFwbvrfBOEHsXOP2hvzMZX+FLBK
IXOzdtc=
=XlMc
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 7566ec393f41 Linux 4.20-rc7
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.
--
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 linux.
from 6531e115b7ab Merge branch 'akpm' (patches from Andrew)
new 7566ec393f41 Linux 4.20-rc7
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:
Makefile | 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 clang.
from a6b9739069 Thread safety analysis: Avoid intermediate copies [NFC]
new ba218efee5 [analyzer] Fix some expressions staying live too long. Add a [...]
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:
docs/analyzer/DebugChecks.rst | 5 +-
include/clang/Analysis/Analyses/LiveVariables.h | 8 +-
include/clang/StaticAnalyzer/Checkers/Checkers.td | 3 +
lib/Analysis/LiveVariables.cpp | 48 +++++++
lib/StaticAnalyzer/Checkers/DebugCheckers.cpp | 19 +++
test/Analysis/live-stmts.cpp | 167 ++++++++++++++++++++++
test/Analysis/use-after-move.cpp | 39 +++++
7 files changed, 286 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/live-stmts.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 6ee9274fb llvm-abb46c15d95809189e5eddbd438778ba8be71803: 16
new f420ac5c3 llvm-8cc77c8fff128d6b0d8f188f8dfb4263ba5583ba: 16
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 (6ee9274fb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 318 +-
2-build_llvm/console.log | 8984 +++++++++++++++++++-------------------
2-build_llvm/revision | 2 +-
3-count_linux_objs/console.log | 36 +-
console.log | 9332 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 2 +-
trigger-bisect-on-failure | 4 +-
9 files changed, 9419 insertions(+), 9263 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 2e2c4b6f4d3 * ipa-fnsummary.c (remap_edge_change_prob): Do not ICE whe [...]
new 573f8cc43ec libphobos: Merge common version blocks for core.sys.posix.sys.msg.
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:
libphobos/libdruntime/core/sys/posix/sys/msg.d | 569 ++++++++-----------------
1 file changed, 174 insertions(+), 395 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/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 16ddb018b llvm-abb46c15d95809189e5eddbd438778ba8be71803: all
new 235c19965 llvm-8cc77c8fff128d6b0d8f188f8dfb4263ba5583ba: 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 (16ddb018b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
1-reset_artifacts/console.log | 184 +-
2-build_llvm/console.log | 10279 ++++++++++++++---------------
2-build_llvm/revision | 2 +-
3-count_linux_objs/console.log | 3185 +++++----
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 13646 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 2 +-
trigger-bisect-on-failure | 4 +-
11 files changed, 13798 insertions(+), 13514 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.