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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b2af3e2 0: update: llvm-linux: all
new 9c02bc0 0: update: llvm-linux: all
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 (b2af3e2)
\
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 | 66 +-
02-build_llvm/console.log | 12770 +++++++++++++++++-------------------
03-build_linux/console.log | 820 +--
04-boot_linux/console.log | 2 +-
console.log | 13658 ++++++++++++++++++---------------------
jenkins/manifest.sh | 8 +-
6 files changed, 12940 insertions(+), 14384 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 glibc.
from b68fabfbbc aarch64: Disable using DC ZVA in emag memset
new c54d864903 support: Include <support/descriptors.h> in support_descriptors.c
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:
ChangeLog | 4 ++++
support/support_descriptors.c | 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_kernel/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/linux.
from d45331b00ddb Linux 5.3-rc4
adds a86c71ba3022 scsi: lpfc: Fix crash when cpu count is 1 and null irq aff [...]
adds 60a8db790255 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
adds 2d6c25215ab2 KEYS: trusted: allow module init if TPM is inactive or dea [...]
adds ee1c7bd33e66 Merge tag 'tpmdd-next-20190813' of git://git.infradead.org [...]
No new revisions were added by this update.
Summary of changes:
drivers/scsi/lpfc/lpfc_init.c | 23 +++++++++++++++++++++--
security/keys/trusted.c | 13 -------------
2 files changed, 21 insertions(+), 15 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/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f20ad33 0: update: llvm-linux: all
new 4f18854 0: update: llvm-linux: all
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 (f20ad33)
\
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 | 166 +-
02-build_llvm/console.log | 12776 +++++++++++++++++-------------------
03-build_linux/console.log | 692 +-
04-boot_linux/console.log | 2 +-
console.log | 13636 ++++++++++++++++++---------------------
jenkins/manifest.sh | 12 +-
6 files changed, 12922 insertions(+), 14362 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 8a4b825100f Revert "raw_ostream: add operator<< overload for std::error_code"
new c02e08d603f [AIX] Add call lowering for parameters that could pass onto FPRs
new c9eecd0e07f [PowerPC][NFC] Consolidate duplicate XX3Form_SetZero and XX [...]
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:
lib/Target/PowerPC/PPCISelLowering.cpp | 24 +++++-
lib/Target/PowerPC/PPCInstrFormats.td | 9 +-
lib/Target/PowerPC/PPCInstrVSX.td | 6 +-
lib/Target/PowerPC/PPCSubtarget.h | 6 +-
test/CodeGen/PowerPC/aix_fpr_param.ll | 150 +++++++++++++++++++++++++++++++++
5 files changed, 180 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/PowerPC/aix_fpr_param.ll
--
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 c9850460b72 raw_ostream: add operator<< overload for std::error_code
new 8a4b825100f Revert "raw_ostream: add operator<< overload for std::error_code"
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/llvm/Support/raw_ostream.h | 2 --
lib/Support/raw_ostream.cpp | 5 -----
unittests/BinaryFormat/TestFileMagic.cpp | 11 ++++++++++-
unittests/Support/ErrorTest.cpp | 9 +--------
unittests/Support/FileOutputBufferTest.cpp | 11 ++++++++++-
unittests/Support/Host.cpp | 11 ++++++++++-
unittests/Support/Path.cpp | 22 +++++++++++++++++++---
unittests/Support/ProgramTest.cpp | 12 ++++++++++--
unittests/Support/ReplaceFileTest.cpp | 9 ++++++++-
unittests/Support/raw_pwrite_stream_test.cpp | 11 ++++++++++-
10 files changed, 78 insertions(+), 25 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 62741b0ffd [Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy
new 650a4360cd [analyzer][NFC] Prove that we only track the evaluated part [...]
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:
.../track-control-dependency-conditions.cpp | 35 ++++++++++++++++++++++
1 file changed, 35 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.