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-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 02667af80 0: update: linux-b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce: all
new ee53028fe 0: update: binutils-503648e41efa19dfb059757ffddf0206b6060520: 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 (02667af80)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 12 +-
02-prepare_abe/console.log | 10 +-
03-build_abe-binutils/console.log | 11263 +++++------
04-build_abe-stage1/console.log | 17834 +++++++++---------
05-build_linux/console.log | 717 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 10 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29896 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30173 insertions(+), 29585 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-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0fbea0326 0: update: binutils-503648e41efa19dfb059757ffddf0206b6060520: all
new cca1513d4 0: update: linux-bdecf38f228bcca73b31ada98b5b7ba1215eb9c9: 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 (0fbea0326)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 170 +-
02-prepare_abe/console.log | 32 +-
03-build_abe-binutils/console.log | 11168 +++++------
04-build_abe-stage1/console.log | 19626 +++++++++---------
05-build_linux/console.log | 816 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 16 +-
08-update_baseline/results.regressions | 2 +-
console.log | 31882 +++++++++++++++---------------
jenkins/manifest.sh | 9 +-
12 files changed, 31600 insertions(+), 32133 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-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from 37ce8d6ade2 [MLIR] Fix linkage for libMLIR.so
adds 5f65faef2c6 ValueMapper does not preserve inline assembly dialect when [...]
adds 051452bdb10 Remove spurious semicolon after function definition (NFC)
adds ffc6e593d27 Replace dyn_cast with isa when the result isn't used (NFC)
adds 8697d443ab2 Fix warning "defined but not used" for debug function (NFC)
adds d6b3b8a1a3c [MLIR][cmake] Fix unittest/Tablegen by special casing LLVMM [...]
adds 455ccde1377 [PowerPC] add more high latency opcodes for machinecombiner - NFC
adds a7abe8dd297 [llvm-objcopy][MachO] Fix code formatting
adds 7ee479a760e [RISCV] Fix passing two floating-point values in complex se [...]
No new revisions were added by this update.
Summary of changes:
clang/lib/CodeGen/TargetInfo.cpp | 3 ++-
clang/test/CodeGen/riscv64-lp64-abi.c | 21 ++++++++++++++++
clang/test/CodeGen/riscv64-lp64f-lp64d-abi.c | 29 +++++++++++++++++++++++
llvm/lib/CodeGen/CodeGenPrepare.cpp | 2 +-
llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp | 2 +-
llvm/lib/Transforms/Utils/ValueMapper.cpp | 3 ++-
llvm/test/CodeGen/PowerPC/machine-combiner.ll | 28 ++++++++++++++++++++++
llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 4 +++-
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp | 2 +-
mlir/lib/IR/AffineMap.cpp | 2 +-
mlir/lib/TableGen/CMakeLists.txt | 20 +++++++++-------
11 files changed, 100 insertions(+), 16 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-allnoconfig
in repository toolchain/ci/llvm-project.
from 7ee479a760e [RISCV] Fix passing two floating-point values in complex se [...]
new 521b2160943 [TargetLibraryInfo] memcpy and memset have optimized codegen.
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:
llvm/include/llvm/Analysis/TargetLibraryInfo.h | 1 +
1 file changed, 1 insertion(+)
--
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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 14a17b0c4 0: update: llvm-linux: boot
new ba9e81bd0 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 (14a17b0c4)
\
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 | 188 +-
02-build_llvm/console.log | 13006 +++++++++++++++++------------------
03-build_linux/console.log | 700 +-
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 18 +-
06-update_baseline/console.log | 18 +-
console.log | 13934 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13937 insertions(+), 13943 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-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 2b281c4ec 10: update: llvm-linux: 17560
new fa4148ef7 10: update: llvm-linux: 17560
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 (2b281c4ec)
\
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 | 130 +-
02-build_llvm/console.log | 12950 ++++++++++----------
03-build_linux/console.log | 6156 +++++-----
05-check_regression/console.log | 2 +-
05-check_regression/results.regressions | 20 +-
06-update_baseline/console.log | 138 +-
06-update_baseline/results.regressions | 20 +-
console.log | 19376 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
9 files changed, 19397 insertions(+), 19407 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-arm-next-allnoconfig
in repository toolchain/ci/gcc.
from cdbe37dee22 Daily bump.
adds 80cefde6212 d: Fix ICE in verify_gimple_stmt, at tree-cfg.c:4959
adds e8dcd6c7933 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/d/ChangeLog | 20 +++++++++++++
gcc/d/d-codegen.cc | 67 ++++--------------------------------------
gcc/d/d-convert.cc | 14 +++++----
gcc/d/d-tree.h | 4 +--
gcc/d/expr.cc | 33 +++++++++------------
gcc/testsuite/ChangeLog | 8 +++++
gcc/testsuite/gdc.dg/pr94970.d | 20 +++++++++++++
8 files changed, 78 insertions(+), 90 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr94970.d
--
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-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 10b282ccd 0: update: binutils-gcc-linux: all
new 7757571f6 0: update: binutils-gcc-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 (10b282ccd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
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 | 216 +-
02-prepare_abe/console.log | 292 +-
03-build_abe-binutils/console.log | 10734 +++++------
04-build_abe-stage1/console.log | 17498 +++++++++---------
05-build_linux/console.log | 566 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 26 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 14 +-
08-update_baseline/results.regressions | 2 +-
console.log | 29360 +++++++++++++++---------------
jenkins/manifest.sh | 11 +-
12 files changed, 29362 insertions(+), 29361 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-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b289b55d9 0: update: linux-bdecf38f228bcca73b31ada98b5b7ba1215eb9c9: all
new ffed4ad8a 0: update: binutils-503648e41efa19dfb059757ffddf0206b6060520: 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 (b289b55d9)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 215 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11274 +++++-----
04-build_abe-stage1/console.log | 20034 +++++++++---------
05-build_linux/console.log | 768 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 32737 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 33038 insertions(+), 32448 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.