This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64
in repository toolchain/ci/binutils-gdb.
from d794dc3eb4 Automatic date update in version.in
adds 6540edd52c Move elf_backend_always_size_sections earlier
No new revisions were added by this update.
Summary of changes:
bfd/elflink.c | 30 +++++++++++++++---------------
1 file changed, 15 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_gcc_check/master-aarch64
in repository toolchain/ci/base-artifacts.
discards d9eb1f00d 0: update: binutils-gcc: 1
new 248704ad7 0: update: binutils-gcc: 1
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 (d9eb1f00d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-aarch64 [...]
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.xz | Bin 1524 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2736 bytes
03-build_abe-binutils/console.log.xz | Bin 37956 -> 38532 bytes
04-build_abe-gcc/console.log.xz | Bin 202908 -> 203100 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3828 -> 3852 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2860 -> 2604 bytes
07-check_regression/console.log.xz | Bin 3996 -> 4144 bytes
07-check_regression/extra-bisect-params | 2 +-
07-check_regression/fails.sum | 13 +-
07-check_regression/results.compare | 44 +-
07-check_regression/results.compare2 | 238 +-
07-check_regression/results.regressions | 44 +-
08-update_baseline/console.log | 646 +++--
08-update_baseline/extra-bisect-params | 2 +-
08-update_baseline/fails.sum | 13 +-
08-update_baseline/results.compare | 44 +-
08-update_baseline/results.compare2 | 238 +-
08-update_baseline/results.regressions | 44 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3486972 -> 3439232 bytes
sumfiles/g++.sum | 263 +-
sumfiles/gcc.log.xz | Bin 2960184 -> 2952352 bytes
sumfiles/gcc.sum | 4340 +++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 1016240 -> 1018764 bytes
sumfiles/gfortran.sum | 47 +-
sumfiles/libatomic.log.xz | Bin 2180 -> 2176 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 176200 -> 175808 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2540 -> 2540 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 422736 -> 428820 bytes
sumfiles/libstdc++.sum | 12 +-
33 files changed, 3258 insertions(+), 2770 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/llvm-project.
from 9468a0f95385 [PowerPC] Define XL-compatible macros only for AIX and Linux
adds 67b5bc26bde8 [DebugInfo] Check DIEnumerator bit width when comparing fo [...]
adds d31f8cc6884b [AArch64] Avoid crashing on invalid -Wa,-march= values
adds 69fcfdedc505 [AArch64][GlobalISel] Fix an crash in RBS due to a new reg [...]
adds 0d44201451f0 [MachineOutliner] Don't outline functions starting with PA [...]
new 426297cce9d5 [DSE] Add test case showing bug PR52774.
new 33f7aa65f5d7 [DSE] Fix invalid removal of store instruction
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:
clang/lib/Driver/ToolChains/Arch/AArch64.cpp | 15 ++-
clang/test/Driver/aarch64-target-as-march.s | 9 ++
llvm/include/llvm/CodeGen/TargetInstrInfo.h | 4 +-
llvm/lib/CodeGen/TargetInstrInfo.cpp | 13 +++
llvm/lib/IR/LLVMContextImpl.h | 5 +-
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +
.../AArch64/GISel/AArch64RegisterBankInfo.cpp | 3 +
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +-
.../lib/Transforms/Scalar/DeadStoreElimination.cpp | 13 +--
.../GlobalISel/rbs-matrixindex-regclass-crash.mir | 56 ++++++++++
.../CodeGen/AArch64/machine-outliner-patchable.ll | 114 +++++++++++++++++++++
.../CodeGen/RISCV/machine-outliner-patchable.ll | 77 ++++++++++++++
.../DeadStoreElimination/store-after-loop.ll | 61 +++++++++++
llvm/unittests/IR/DebugInfoTest.cpp | 20 +++-
14 files changed, 373 insertions(+), 21 deletions(-)
create mode 100644 llvm/test/CodeGen/AArch64/GlobalISel/rbs-matrixindex-regclass-c [...]
create mode 100644 llvm/test/CodeGen/AArch64/machine-outliner-patchable.ll
create mode 100644 llvm/test/CodeGen/RISCV/machine-outliner-patchable.ll
create mode 100644 llvm/test/Transforms/DeadStoreElimination/store-after-loop.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 1e85b8e9ec Automatic date update in version.in
adds c198c877ab Automatic date update in version.in
adds 9bc6649d7b Automatic date update in version.in
adds 6b6f129692 Automatic date update in version.in
adds 2eb6f36dc7 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/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards cc92cdb12 0: update: binutils-llvm-linux-qemu: boot
new 6461d646f 0: update: binutils-llvm-linux-qemu: 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 (cc92cdb12)
\
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.xz | Bin 1584 -> 1760 bytes
02-prepare_abe/console.log.xz | Bin 2756 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 42908 -> 43052 bytes
04-build_llvm/console.log.xz | Bin 59408 -> 58912 bytes
05-build_abe-qemu/console.log.xz | Bin 30652 -> 30580 bytes
06-build_linux/console.log.xz | Bin 3372 -> 3412 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 20 ++++++++++----------
10 files changed, 15 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_gcc_check_bootstrap/master-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards c0a26730f 0: update: binutils-gcc: 1
new 1a9ed5492 0: update: binutils-gcc: 1
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 (c0a26730f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/mast [...]
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.xz | Bin 1536 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2780 bytes
03-build_abe-binutils/console.log.xz | Bin 51536 -> 53508 bytes
04-build_abe-bootstrap/console.log.xz | Bin 464336 -> 465312 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3848 -> 3804 bytes
06-build_abe-check_bootstrap/console.log.xz | Bin 2580 -> 2596 bytes
07-check_regression/console.log.xz | Bin 4284 -> 4244 bytes
07-check_regression/extra-bisect-params | 1 -
07-check_regression/fails.sum | 7 -
07-check_regression/results.compare | 38 +-
07-check_regression/results.compare2 | 275 +-
07-check_regression/results.regressions | 44 -
08-update_baseline/console.log | 510 +--
08-update_baseline/extra-bisect-params | 1 -
08-update_baseline/fails.sum | 7 -
08-update_baseline/results.compare | 38 +-
08-update_baseline/results.compare2 | 275 +-
08-update_baseline/results.regressions | 44 -
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 2790408 -> 2807180 bytes
sumfiles/g++.sum | 251 +-
sumfiles/gcc.log.xz | Bin 2442992 -> 2415280 bytes
sumfiles/gcc.sum | 4502 ++++++++++++++-------------
sumfiles/gfortran.log.xz | Bin 929656 -> 936432 bytes
sumfiles/gfortran.sum | 47 +-
sumfiles/libatomic.log.xz | Bin 2304 -> 2312 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 180368 -> 179552 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2728 -> 2728 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 466004 -> 464976 bytes
sumfiles/libstdc++.sum | 14 +-
33 files changed, 3161 insertions(+), 2931 deletions(-)
delete mode 100644 07-check_regression/extra-bisect-params
delete mode 100644 07-check_regression/fails.sum
delete mode 100644 07-check_regression/results.regressions
delete mode 100644 08-update_baseline/extra-bisect-params
delete mode 100644 08-update_baseline/fails.sum
delete mode 100644 08-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.