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-defconfig
in repository toolchain/ci/gcc.
from 412e0a7b7e8 * config/mips/mips.c (mips_expand_builtin_insn): Swap the [...]
adds 981b66dd433 Daily bump.
adds f85aeb54a6a Daily bump.
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 9137726eb6 Automatic date update in version.in
adds 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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 8115727d 0: update: binutils-gcc-linux: boot
new 69b0d42b 0: update: 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 (8115727d)
\
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 | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11208 ++++++++--------
04-build_abe-stage1/console.log | 12987 +++++++++---------
05-build_linux/console.log | 596 +-
06-boot_linux/console.log | 358 +-
console.log | 25861 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 25816 insertions(+), 25814 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 fd950f0ed32 AMDGPU: Add baseline test for vector sub x, c canonicalization
new 39c7035c5d7 AMDGPU: Undo sub x, c canonicalization for v2i16
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/AMDGPUISelDAGToDAG.cpp | 85 ++++++++++++++++++--------
lib/Target/AMDGPU/SIInstrInfo.td | 18 ++++++
lib/Target/AMDGPU/VOP3PInstructions.td | 10 +++
test/CodeGen/AMDGPU/add.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/chain-hi-to-lo.ll | 10 +--
test/CodeGen/AMDGPU/shrink-add-sub-constant.ll | 23 +++----
test/CodeGen/AMDGPU/sminmax.v2i16.ll | 16 ++---
7 files changed, 111 insertions(+), 53 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 9fbbe6ff5b [analyzer] Fix JSON dumps for location contexts.
new a66b18785d [analyzer] Fix JSON dumps for store clusters.
new 28823bb645 [analyzer] exploded-graph-rewriter: Fix escaping StringRegions.
new cd58cd0fce [analyzer] exploded-graph-rewriter: Implement a --diff mode.
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:
lib/StaticAnalyzer/Core/RegionStore.cpp | 9 +-
test/Analysis/dump_egraph.cpp | 2 +-
.../exploded-graph-rewriter/environment_diff.dot | 110 ++++++++
test/Analysis/exploded-graph-rewriter/escapes.c | 18 ++
.../Analysis/exploded-graph-rewriter/lit.local.cfg | 2 +-
.../exploded-graph-rewriter/program_points.dot | 1 -
test/Analysis/exploded-graph-rewriter/store.dot | 1 +
.../exploded-graph-rewriter/store_diff.dot | 82 ++++++
test/Analysis/expr-inspection.c | 2 +-
utils/analyzer/exploded-graph-rewriter.py | 280 ++++++++++++++++-----
10 files changed, 439 insertions(+), 68 deletions(-)
create mode 100644 test/Analysis/exploded-graph-rewriter/environment_diff.dot
create mode 100644 test/Analysis/exploded-graph-rewriter/escapes.c
create mode 100644 test/Analysis/exploded-graph-rewriter/store_diff.dot
--
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 276f9e79a3 [clang][AST] ASTNameGenerator: A refactoring of CodegenNameG [...]
new 9d03c2af57 [X86] Correct the __min_vector_width__ attribute on a few in [...]
new dd80aeb14d [analyzer] RetainCount: Add support for OSRequiredCast().
new b40d45ddf9 [analyzer] DeadStores: Add a crude suppression files generat [...]
new 15be616b20 [analyzer] NFC: Change evalCall() to provide a CallEvent.
new 7def9e430b [analyzer] Fix JSON dumps for dynamic type information.
new 9fbbe6ff5b [analyzer] Fix JSON dumps for location contexts.
The 6 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:
include/clang/StaticAnalyzer/Core/Checker.h | 5 +-
include/clang/StaticAnalyzer/Core/CheckerManager.h | 2 +-
lib/Analysis/AnalysisDeclContext.cpp | 5 +-
lib/Analysis/RetainSummaryManager.cpp | 9 +++-
lib/Headers/avx512bwintrin.h | 4 +-
lib/Headers/avx512vlintrin.h | 6 +--
.../Checkers/BuiltinFunctionChecker.cpp | 31 +++++++-----
lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 7 +--
lib/StaticAnalyzer/Checkers/ChrootChecker.cpp | 57 ++++++++--------------
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp | 23 +++++++++
.../Checkers/ExprInspectionChecker.cpp | 9 +++-
.../RetainCountChecker/RetainCountChecker.cpp | 11 +++--
.../RetainCountChecker/RetainCountChecker.h | 2 +-
lib/StaticAnalyzer/Checkers/SmartPtrModeling.cpp | 24 +++++----
.../Checkers/StdLibraryFunctionsChecker.cpp | 10 ++--
lib/StaticAnalyzer/Checkers/StreamChecker.cpp | 11 +++--
lib/StaticAnalyzer/Core/CheckerManager.cpp | 14 +++---
lib/StaticAnalyzer/Core/DynamicTypeMap.cpp | 4 +-
lib/StaticAnalyzer/Core/Environment.cpp | 3 +-
lib/StaticAnalyzer/Core/ExprEngine.cpp | 3 --
test/Analysis/deadstores-driverkit.cpp | 24 +++++++++
test/Analysis/dump_egraph.cpp | 9 ++--
test/Analysis/expr-inspection.c | 4 +-
test/Analysis/os_object_base.h | 12 +++++
test/Analysis/osobject-retain-release.cpp | 21 +++++++-
25 files changed, 202 insertions(+), 108 deletions(-)
create mode 100644 test/Analysis/deadstores-driverkit.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-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8be6607f 0: update: llvm-linux: boot
new bfb32b5d 0: update: llvm-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 (8be6607f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 166 +-
02-build_llvm/console.log | 11736 ++++++++++++++++----------------
03-build_linux/console.log | 1766 ++---
04-boot_linux/console.log | 332 +-
console.log | 14000 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
7 files changed, 14003 insertions(+), 14007 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-tools-extra.
from 0d0ce024 [clangd] Consume error returned by cleanupAndFormat
new 86ea92e8 [clangd] Include the diagnostics's code when comparing diagnostics
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:
clangd/Protocol.h | 13 ++-
clangd/test/fixits-duplication.test | 221 ++++++++++++++++++++++++++++++++++++
2 files changed, 230 insertions(+), 4 deletions(-)
create mode 100644 clangd/test/fixits-duplication.test
--
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 93094a1969a PR tree-optimization/90626
new 100ba82c20a PR libstdc++/90920 restore previous checks for empty ranges
new 6c7d761a3f5 Have std::vector printer's iterator return bool for vector<bool>
new 4af63f83691 Fix non-standard behaviour of std::istream_iterator
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:
libstdc++-v3/ChangeLog | 35 ++++++++++
libstdc++-v3/include/bits/stl_algo.h | 20 ++++--
libstdc++-v3/include/bits/stream_iterator.h | 61 ++++++++++-------
libstdc++-v3/python/libstdcxx/v6/printers.py | 12 ++--
.../testsuite/24_iterators/istream_iterator/1.cc | 77 ++++++++++++++++++++++
.../ostream_iterator/1.cc} | 29 ++++----
.../24_iterators/ostream_iterator/70766.cc | 1 +
.../ostream_iterator/requirements/constexpr.cc} | 9 +--
.../{fill_n/dr426.cc => rotate/90920.cc} | 38 ++++-------
.../testsuite/libstdc++-prettyprinters/simple.cc | 10 +++
.../testsuite/libstdc++-prettyprinters/simple11.cc | 10 +++
11 files changed, 220 insertions(+), 82 deletions(-)
create mode 100644 libstdc++-v3/testsuite/24_iterators/istream_iterator/1.cc
copy libstdc++-v3/testsuite/{23_containers/deque/modifiers/emplace/cxx17_return.cc [...]
copy libstdc++-v3/testsuite/{20_util/pointer_traits/pointer_to_constexpr.cc => 24_ [...]
copy libstdc++-v3/testsuite/25_algorithms/{fill_n/dr426.cc => rotate/90920.cc} (67%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.