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-master-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards a1f23a25 0: update: binutils-gcc-linux: boot
new 456a212f 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 (a1f23a25)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 106 +-
02-prepare_abe/console.log | 318 +-
03-build_abe-binutils/console.log | 10283 ++++++-------
04-build_abe-stage1/console.log | 15206 ++++++++++---------
05-build_linux/console.log | 2752 ++--
06-boot_linux/console.log | 412 +-
console.log | 29079 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 29075 insertions(+), 29093 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 44602558 Remove unnecessary const&s; NFC
new faa57886 [clangd-vscode] Bump versions dependencies. 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:
clangd/clients/clangd-vscode/package-lock.json | 31 +++++++++-----------------
1 file changed, 11 insertions(+), 20 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 7123b7d44b7 * g++.dg/cpp2a/is-constant-evaluated8.C: New test.
new 40d10c3799b 2019-05-23 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 4 ++++
gcc/cse.c | 2 +-
2 files changed, 5 insertions(+), 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.
unknown user pushed a change to branch master
in repository lldb.
from 26fabb377 [Reproducer] Pass FileSpec by const-ref. (NFC)
new ed784f5fe Simplify `GetName`+`AppendTypeName` by `DWARFDIE`
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:
source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 124 ++++++++++++++++
source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 5 +
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 164 +--------------------
.../Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 6 -
4 files changed, 131 insertions(+), 168 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-master-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9445e31e 0: update: binutils-gcc-linux: boot
new 4a40d420 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 (9445e31e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 78 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11115 +++++++--------
04-build_abe-stage1/console.log | 15362 ++++++++++----------
05-build_linux/console.log | 906 +-
06-boot_linux/console.log | 4 +-
console.log | 27694 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 27806 insertions(+), 27807 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 e1d155161b9 [GlobalOpt] recognize dead struct fields and propagate values
new 774f0256b23 [ARM][CGP] Clear SafeWrap before each search
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/ARM/ARMCodeGenPrepare.cpp | 1 +
test/CodeGen/ARM/CGP/clear-structures.ll | 75 ++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
create mode 100644 test/CodeGen/ARM/CGP/clear-structures.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.