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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 4cff1f6d 6: update: llvm-linux: 17559
new 20900c07 6: update: llvm-linux: 17559
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 (4cff1f6d)
\
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 | 345 +-
02-build_llvm/console.log | 11919 +++++++++++++------------
03-build_linux/console.log | 6214 +++++++------
06-update_baseline/console.log | 94 +-
console.log | 18572 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
6 files changed, 18580 insertions(+), 18572 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 90019298462 Revert [tblgen][disasm] Allow multiple encodings to disasse [...]
new 4c8927a330e [test] Change comment wording (NFC)
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/Generic/MachineBranchProb.ll | 2 +-
test/CodeGen/X86/switch.ll | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 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 lldb.
from b356aabe5 Implement xfer:libraries-svr4:read packet
new da873e843 Add ReadCStringFromMemory for faster string reads
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:
include/lldb/Host/common/NativeProcessProtocol.h | 25 ++++++++++
source/Host/common/NativeProcessProtocol.cpp | 54 ++++++++++++++++++++++
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 2 +-
source/Plugins/Process/POSIX/NativeProcessELF.cpp | 11 ++---
unittests/Host/NativeProcessProtocolTest.cpp | 51 ++++++++++++++++++++
5 files changed, 136 insertions(+), 7 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 6c552ff765c xtensa: fix PR target/90922
new b93041f0d3c Implement new serial algorithms from Parallelism TS (P0024R2)
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:
libstdc++-v3/ChangeLog | 17 +
libstdc++-v3/include/bits/algorithmfwd.h | 2 +-
libstdc++-v3/include/bits/stl_algo.h | 33 ++
libstdc++-v3/include/bits/stl_numeric.h | 22 +-
libstdc++-v3/include/std/numeric | 466 +++++++++++++++++++++
.../for_each/for_each_n.cc} | 60 +--
.../testsuite/26_numerics/exclusive_scan/1.cc | 94 +++++
.../testsuite/26_numerics/inclusive_scan/1.cc | 123 ++++++
libstdc++-v3/testsuite/26_numerics/reduce/1.cc | 82 ++++
.../26_numerics/transform_exclusive_scan/1.cc | 65 +++
.../26_numerics/transform_inclusive_scan/1.cc | 94 +++++
.../testsuite/26_numerics/transform_reduce/1.cc | 109 +++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 4 +
13 files changed, 1134 insertions(+), 37 deletions(-)
copy libstdc++-v3/testsuite/{27_io/filesystem/path/construct/90281.cc => 25_algori [...]
create mode 100644 libstdc++-v3/testsuite/26_numerics/exclusive_scan/1.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/inclusive_scan/1.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/reduce/1.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/transform_exclusive_scan/1.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/transform_inclusive_scan/1.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/transform_reduce/1.cc
--
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 d57a559971 Show note for -Wmissing-prototypes for functions with parameters
new 3d4f3f8617 Suggestions to fix -Wmissing-{prototypes,variable-declarations}
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:
include/clang/Basic/DiagnosticSemaKinds.td | 3 +++
lib/Sema/SemaDecl.cpp | 12 +++++++++++-
test/Sema/warn-missing-prototypes.c | 7 +++++++
test/Sema/warn-missing-variable-declarations.c | 5 ++++-
test/SemaCXX/warn-missing-prototypes.cpp | 8 ++++++++
test/SemaCXX/warn-missing-variable-declarations.cpp | 10 +++++++++-
test/SemaOpenCL/warn-missing-prototypes.cl | 1 +
7 files changed, 43 insertions(+), 3 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 da6732c7b3 [test] NFC, udpate clang-scan-deps tests to not use -c to av [...]
new d57a559971 Show note for -Wmissing-prototypes for functions with parameters
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:
include/clang/Basic/DiagnosticSemaKinds.td | 3 ++-
lib/Sema/SemaDecl.cpp | 31 +++++++++++++++---------------
test/Sema/warn-missing-prototypes.c | 9 +++++----
3 files changed, 22 insertions(+), 21 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-release-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from 412e0a7b7e8 * config/mips/mips.c (mips_expand_builtin_insn): Swap the [...]
adds 981b66dd433 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 1abad125 2: update: binutils-gcc-linux: 17000
new 3dd97a05 2: update: gcc-981b66dd433f03ba75f69a1a38c09561c02095f7: 17000
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 (1abad125)
\
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 | 130 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 10509 +++++++--------
04-build_abe-stage1/console.log | 13811 ++++++++++---------
05-build_linux/console.log | 1013 +-
07-check_regression/console.log | 6 +-
08-update_baseline/console.log | 6 +-
console.log | 25909 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
9 files changed, 25389 insertions(+), 26441 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 9f15ed31065 [PR90921] Fortran OpenACC 'declare' directive's module hand [...]
new 6c552ff765c xtensa: fix PR target/90922
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 | 7 +++++++
gcc/config/xtensa/xtensa.c | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.