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-stable-allnoconfig
in repository toolchain/ci/gcc.
from 83a89406f01 Daily bump.
adds 19ab4f2bf73 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-stable-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 3df7eb8798 Automatic date update in version.in
adds 61096c8e82 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 107238d1 0: update: binutils-gcc-linux: boot
new a9a1a13a 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 (107238d1)
\
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 | 128 +-
02-prepare_abe/console.log | 178 +-
03-build_abe-binutils/console.log | 10311 +++++++--------
04-build_abe-stage1/console.log | 12940 +++++++++----------
05-build_linux/console.log | 592 +-
06-boot_linux/console.log | 4 +-
console.log | 24159 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 24168 insertions(+), 24158 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-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/linux.
from 085b7755808a Linux 5.1-rc6
adds 1bfb97b9a519 MAINTAINERS: BMIPS: Add internal Broadcom mailing list
adds 79b4a9cf0e2e MIPS: scall64-o32: Fix indirect syscall number load
adds a1e8783db8e0 MIPS: perf: ath79: Fix perfcount IRQ assignment
adds 7142eaa58b49 Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/s [...]
No new revisions were added by this update.
Summary of changes:
MAINTAINERS | 1 +
arch/mips/ath79/setup.c | 6 ------
arch/mips/kernel/scall64-o32.S | 2 +-
drivers/irqchip/irq-ath79-misc.c | 11 +++++++++++
4 files changed, 13 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards f2e744fe 0: update: llvm-linux: boot
new e8f24de4 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 (f2e744fe)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 128 +-
02-build_llvm/console.log | 11610 ++++++++++++++++++------------------
03-build_linux/console.log | 604 +-
console.log | 12342 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
5 files changed, 12425 insertions(+), 12273 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 806052b6943 [APSInt][OpenMP] Fix isNegative, etc. for unsigned types
new b6a93dc59cd [AArch64][GlobalISel] Add G_FMA to isPreISelGenericFloating [...]
new c8d498d36b6 [AliasAnalysis] AAResults preserves AAManager.
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/llvm/Analysis/AliasAnalysis.h | 6 +++
lib/Analysis/AliasAnalysis.cpp | 10 ++--
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 1 +
.../MemoryDependenceAnalysis/invalidation.ll | 7 ++-
test/CodeGen/AArch64/GlobalISel/regbank-fma.mir | 57 ++++++++++++++++++++++
test/Other/new-pass-manager.ll | 2 -
.../Transforms/Scalar/LoopPassManagerTest.cpp | 1 -
7 files changed, 71 insertions(+), 13 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/regbank-fma.mir
--
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-release-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 38aa191a 0: update: llvm-linux: all
new 8c16d82e 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 (38aa191a)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 11344 ++++++++++++++++++------------------
03-build_linux/console.log | 626 +-
04-boot_linux/console.log | 2 +-
console.log | 12138 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
6 files changed, 12239 insertions(+), 12047 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.