This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/glibc.
from 6a1a9a495a Fix data of ChangeLog entry
adds dc91a19e6f Add INADDR_ALLSNOOPERS_GROUP from Linux 5.1 to netinet/in.h.
No new revisions were added by this update.
Summary of changes:
ChangeLog | 4 ++++
inet/netinet/in.h | 1 +
2 files changed, 5 insertions(+)
--
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_bmk/gnu-master-arm-spec2k6-Os_LTO
in repository toolchain/ci/base-artifacts.
discards 400e41e 0: update: binutils-gcc-glibc: -5
new 8b81cd8 0: update: binutils-gcc-glibc: -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 (400e41e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 230 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11443 ++--
04-build_abe-stage1/console.log | 20000 +++---
05-build_abe-linux/console.log | 306 +-
06-build_abe-glibc/console.log | 39669 ++++++------
07-build_abe-stage2/console.log | 46809 +++++++-------
08-benchmark/benchmark-start.log | 2 +-
08-benchmark/benchmark.log | 20 +-
08-benchmark/console.log | 170 +-
09-check_regression/console.log | 6 +-
10-update_baseline/console.log | 14 +-
console.log | 119087 ++++++++++++++++++-----------------
jenkins/manifest.sh | 18 +-
14 files changed, 119124 insertions(+), 119090 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 82a61b64a Silence 'warning C4305: 'initializing': truncation from 'doub [...]
new 21a66f4e7 Add support for mid-function epilogues on x86 that end in a n [...]
new 22ee7a2b5 [Target] Move ObjCLanguageRuntime::LookupRuntimeSymbol into L [...]
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:
include/lldb/Target/LanguageRuntime.h | 7 +
include/lldb/Target/ObjCLanguageRuntime.h | 7 -
source/Expression/IRExecutionUnit.cpp | 8 +-
.../x86/x86AssemblyInspectionEngine.cpp | 264 +++++++++++++++++++--
.../x86/x86AssemblyInspectionEngine.h | 12 +
.../x86/Testx86AssemblyInspectionEngine.cpp | 122 ++++++++++
6 files changed, 389 insertions(+), 31 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 4c4d4fddeeb [NFC][Codegen] Add tests for hoisting and-by-const from "lo [...]
new 130149ed250 [X86] Add test cases for 32 and 64 bit versions of PR42118. 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/X86/bmi.ll | 81 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)
--
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 7281ed1ce6c runtime: fix assembly syntax
new d0226ba4caf Fix uses of static_assert not guarded by C++11 check
new 39369b2c0ed * sv.po: Update.
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:
gcc/po/ChangeLog | 4 +
gcc/po/sv.po | 642 ++++++++++++-------------------
libstdc++-v3/ChangeLog | 5 +
libstdc++-v3/include/bits/stl_map.h | 2 +
libstdc++-v3/include/bits/stl_multimap.h | 2 +
5 files changed, 263 insertions(+), 392 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 gcc-9-branch
in repository gcc.
from 0539fcd4ad6 PR libstdc++/90686 update C++2a library status docs
new d45404edd42 * sv.po: Update.
new 688a2b96453 PR libstdc++/90700 Fix constructor constraint for std::tuple
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:
gcc/po/ChangeLog | 4 +
gcc/po/sv.po | 642 ++++++++-------------
libstdc++-v3/ChangeLog | 6 +
libstdc++-v3/include/std/tuple | 4 +-
libstdc++-v3/testsuite/20_util/tuple/cons/90700.cc | 66 +++
5 files changed, 328 insertions(+), 394 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/tuple/cons/90700.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 9e0cb98 0: update: llvm-linux: boot
new 12b8147 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 (9e0cb98)
\
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:
01-reset_artifacts/console.log | 70 +-
02-build_llvm/console.log | 11735 ++++++++++++++++---------------
03-build_linux/console.log | 1734 ++---
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 14015 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13900 insertions(+), 14163 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.