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-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 10a4f251 0: good: binutils-gcc-linux: boot
new a862fae6 0: good: binutils-gcc-linux: boot
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 (10a4f251)
\
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 | 150 +-
03-build_abe-binutils/console.log | 10251 +++++++--------
04-build_abe-stage1/console.log | 13170 ++++++++++----------
05-build_linux/console.log | 568 +-
console.log | 24173 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
7 files changed, 24176 insertions(+), 24170 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 linux.
from eed4897dfe8a Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pu [...]
new 8bc32a285660 iommu: Don't print warning when IOMMU driver only supports [...]
new 8aafaaf22121 iommu/amd: Reserve exclusion range in iova-domain
new c0b7f2a5fb95 Merge tag 'iommu-fixes-v5.1-rc3' of git://git.kernel.org/p [...]
new 9e0a17db517d arm64: replace memblock_alloc_low with memblock_alloc
new f9007cc601e7 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 5 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:
arch/arm64/kernel/setup.c | 2 +-
drivers/iommu/amd_iommu.c | 9 ++++++---
drivers/iommu/amd_iommu_init.c | 7 ++++---
drivers/iommu/amd_iommu_types.h | 2 ++
drivers/iommu/iommu.c | 8 +++++---
5 files changed, 18 insertions(+), 10 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 9d13c903f70 Try to fix buildbot error
new d266d2b04f8 [MemorySSA] Temporary fix assert when reaching 0 limit.
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/MemorySSA.cpp | 7 +++++--
1 file 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 clang.
from 8ac513b1f1 [analyzer] Move taint API from ProgramState to a separate he [...]
new a1923b2645 [analyzer] PR41239: Fix a crash on invalid source location i [...]
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/StaticAnalyzer/Core/BugReporterVisitors.cpp | 2 +-
test/Analysis/diagnostics/no-store-func-path-notes.c | 12 +++++++++++-
2 files changed, 12 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 lld.
from ac5dc1f27 Fix build following r357308 : Ensure only live thunks are con [...]
new 8b990d8a6 Re-land "[WebAssembly] Improve invalid relocation error message""
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/wasm/undefined-data.ll | 2 +-
wasm/InputChunks.cpp | 6 +++---
wasm/InputChunks.h | 2 ++
wasm/Writer.cpp | 13 ++++++-------
4 files changed, 12 insertions(+), 11 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 0eaef4712d [analyzer] Introduce a simplified API for adding custom path notes.
new 9d38fb1910 [analyzer] PR37501: Disable assertion for logical op short c [...]
new 8ac513b1f1 [analyzer] Move taint API from ProgramState to a separate he [...]
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:
.../Core/BugReporter/BugReporterVisitors.h | 14 --
.../Core/PathSensitive/ProgramState.h | 37 ----
.../Core/PathSensitive/TaintManager.h | 58 ------
.../StaticAnalyzer/Core/PathSensitive/TaintTag.h | 29 ---
.../Checkers/ArrayBoundCheckerV2.cpp | 4 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp | 6 +-
.../Checkers/GenericTaintChecker.cpp | 23 ++-
lib/StaticAnalyzer/Checkers/Taint.cpp | 227 +++++++++++++++++++++
lib/StaticAnalyzer/Checkers/Taint.h | 102 +++++++++
lib/StaticAnalyzer/Checkers/TaintTesterChecker.cpp | 5 +-
lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp | 4 +-
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 20 --
lib/StaticAnalyzer/Core/CMakeLists.txt | 1 -
lib/StaticAnalyzer/Core/ExprEngineC.cpp | 29 ++-
lib/StaticAnalyzer/Core/ProgramState.cpp | 183 -----------------
lib/StaticAnalyzer/Core/TaintManager.cpp | 22 --
test/Analysis/logical-ops.c | 19 +-
test/Analysis/taint-dumps.c | 14 ++
19 files changed, 419 insertions(+), 379 deletions(-)
delete mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/TaintManager.h
delete mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/TaintTag.h
create mode 100644 lib/StaticAnalyzer/Checkers/Taint.cpp
create mode 100644 lib/StaticAnalyzer/Checkers/Taint.h
delete mode 100644 lib/StaticAnalyzer/Core/TaintManager.cpp
create mode 100644 test/Analysis/taint-dumps.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_gnu/gnu-master-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 7d40c883 0: good: gcc-4a5df39cc353fe8684c0db7309edea8292e774e0: -5
new a26b62bc 0: good: gcc-9a6cce245a779e6e03658e46ba98f15701d5ba8b: -5
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 (7d40c883)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 182 +-
02-prepare_abe/console.log | 269 +-
03-build_abe-bootstrap_debug/console.log | 88785 ++++++++++++++--------------
04-check_regression/console.log | 2 +-
05-update_baseline/console.log | 4 +-
console.log | 89238 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 89919 insertions(+), 88571 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 0ef436534eb [WebAssembly] Add mutable globals feature
new 9d13c903f70 Try to fix buildbot error
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/ScalarEvolution.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.