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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6589c66 0: update: llvm-linux: boot
new 7e6f53c 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 (6589c66)
\
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:
01-reset_artifacts/console.log | 186 +-
02-build_llvm/console.log | 11618 +++++++++++++-------------
03-build_linux/console.log | 4802 +++++------
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 6 +-
console.log | 16616 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 16620 insertions(+), 16620 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 9076bd460c7 libphobos: Fix multilib builds for s390x-linux-gnu
new c5aaf0af76b PR libstdc++/87982 Fix generate_n and fill_n use of _Size p [...]
new 94ed6c0aaf7 Remove unused std::_Iter_base class template
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:
libstdc++-v3/ChangeLog | 19 +++++
libstdc++-v3/include/bits/stl_algo.h | 9 ++-
libstdc++-v3/include/bits/stl_algobase.h | 75 +++++++++++++++---
.../include/bits/stl_iterator_base_types.h | 20 -----
.../testsuite/25_algorithms/fill_n/87982.cc | 87 +++++++++++++++++++++
.../{fill/35725.cc => fill_n/87982_neg.cc} | 18 +++--
.../dr2537.cc => 25_algorithms/fill_n/dr426.cc} | 42 ++++++-----
.../testsuite/25_algorithms/generate_n/87982.cc | 88 ++++++++++++++++++++++
.../{fill/35725.cc => generate_n/87982_neg.cc} | 19 +++--
.../89851.cc => 25_algorithms/generate_n/dr426.cc} | 24 +++---
10 files changed, 327 insertions(+), 74 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/fill_n/87982.cc
copy libstdc++-v3/testsuite/25_algorithms/{fill/35725.cc => fill_n/87982_neg.cc} (77%)
copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => 25_algorith [...]
create mode 100644 libstdc++-v3/testsuite/25_algorithms/generate_n/87982.cc
copy libstdc++-v3/testsuite/25_algorithms/{fill/35725.cc => generate_n/87982_neg.c [...]
copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 25_algorithms/generate_n/ [...]
--
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 984cea84b9d [yaml2obj] - Cleanup and simplify the code. NFCI.
new 9d44c8826a7 [yaml2obj] - Replace a loop with write_zeros(). NFCI.
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:
tools/yaml2obj/yaml2elf.cpp | 3 +--
1 file changed, 1 insertion(+), 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 llvm.
from ee8d96fcfbd [X86][SSE] Moved haddps test from phaddsub.ll to haddsub.ll [...]
new 984cea84b9d [yaml2obj] - Cleanup and simplify the code. NFCI.
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:
tools/yaml2obj/yaml2elf.cpp | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 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 9d36423b [clangd] Fix windows buildbot, remove stray file after r359424. NFC
new fc06e8cf [clangd] Fix unittests CMake rules
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/test/CMakeLists.txt | 5 +----
clangd/unittests/CMakeLists.txt | 4 ++++
2 files changed, 5 insertions(+), 4 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 23f2209524f [InstCombine][X86] Add PACKSS tests for truncation of sign- [...]
new ee8d96fcfbd [X86][SSE] Moved haddps test from phaddsub.ll to haddsub.ll [...]
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/CodeGen/X86/haddsub.ll | 82 ++++++++++++++++++++++++++++--
test/CodeGen/X86/phaddsub.ll | 115 +------------------------------------------
2 files changed, 79 insertions(+), 118 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.