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-defconfig
in repository toolchain/ci/base-artifacts.
discards 16ef9c7d1 0: update: llvm-linux: boot
new 49a3fa61c 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 (16ef9c7d1)
\
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 | 11984 ++++++++++++++++-----------------
03-build_linux/console.log | 1626 ++---
04-boot_linux/console.log | 360 +-
console.log | 14136 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
results | 2 +-
7 files changed, 14146 insertions(+), 14142 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 54003d0c084 [AVR] Don't look for the TargetFrameLowering in the FrameLo [...]
new c2c9f7413e9 [ARM] MVE loads and stores
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/ARMISelLowering.cpp | 60 +-
lib/Target/ARM/ARMInstrMVE.td | 3 +
test/CodeGen/Thumb2/mve-basic.ll | 35 +
test/CodeGen/Thumb2/mve-ldst-offset.ll | 1469 ++++++++++++++++++++++++++++++
test/CodeGen/Thumb2/mve-ldst-postinc.ll | 1509 +++++++++++++++++++++++++++++++
test/CodeGen/Thumb2/mve-ldst-preinc.ll | 1473 ++++++++++++++++++++++++++++++
test/CodeGen/Thumb2/mve-ldst-regimm.ll | 158 ++++
test/CodeGen/Thumb2/mve-loadstore.ll | 175 ++++
8 files changed, 4871 insertions(+), 11 deletions(-)
create mode 100644 test/CodeGen/Thumb2/mve-ldst-offset.ll
create mode 100644 test/CodeGen/Thumb2/mve-ldst-postinc.ll
create mode 100644 test/CodeGen/Thumb2/mve-ldst-preinc.ll
create mode 100644 test/CodeGen/Thumb2/mve-ldst-regimm.ll
create mode 100644 test/CodeGen/Thumb2/mve-loadstore.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 gcc.
from 318df1b8d27 Daily bump.
new 3934ae0eaee [Arm] Remove constraint strings from define_expand construc [...]
new 19ef494ebf0 x86: fix CVT{,T}PD2PI insns
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:
gcc/ChangeLog | 18 ++
gcc/config/arm/arm-fixed.md | 54 ++--
gcc/config/arm/arm.md | 627 ++++++++++++++++++++++---------------------
gcc/config/arm/iwmmxt.md | 16 +-
gcc/config/arm/neon.md | 454 +++++++++++++++----------------
gcc/config/arm/sync.md | 10 +-
gcc/config/arm/thumb1.md | 24 +-
gcc/config/arm/vec-common.md | 54 ++--
gcc/config/i386/sse.md | 4 +-
gcc/testsuite/ChangeLog | 4 +
10 files changed, 645 insertions(+), 620 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9a91edf68 0: update: llvm-linux: boot
new c5199cc14 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 (9a91edf68)
\
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 | 220 +-
02-build_llvm/console.log | 11688 +++++++++++++++++-----------------
03-build_linux/console.log | 794 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 12737 +++++++++++++++++++-------------------
jenkins/manifest.sh | 6 +-
8 files changed, 12713 insertions(+), 12767 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 67091fc7e1a [ARM] Mark div and rem as expand for MVE
new 54003d0c084 [AVR] Don't look for the TargetFrameLowering in the FrameLo [...]
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/AVR/AVRFrameLowering.cpp | 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.
unknown user pushed a change to branch master
in repository glibc.
from 5a659ccc0e io: Remove copy_file_range emulation [BZ #24744]
new 17432d7150 support: Add xdlvsym function
new f0b2132b35 ld.so: Support moving versioned symbols between sonames [BZ #24741]
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:
ChangeLog | 34 +++++++++++++++++++
NEWS | 6 ++++
elf/Makefile | 28 ++++++++++++++--
elf/dl-lookup.c | 38 +++-------------------
.../tst-sonamemove-dlopen.c | 17 +++++-----
posix/tst-fnmatch5.c => elf/tst-sonamemove-link.c | 33 ++++++++-----------
.../tst-sonamemove-linkmod1.c | 11 +++----
elf/tst-sonamemove-linkmod1.map | 3 ++
elf/{tst-audit13.c => tst-sonamemove-runmod1.c} | 13 +++-----
elf/tst-sonamemove-runmod1.map | 3 ++
elf/{tst-audit13.c => tst-sonamemove-runmod2.c} | 14 +++-----
elf/tst-sonamemove-runmod2.map | 3 ++
support/xdlfcn.c | 20 ++++++++++++
support/xdlfcn.h | 1 +
14 files changed, 137 insertions(+), 87 deletions(-)
copy libio/tst-wfile-gconv.c => elf/tst-sonamemove-dlopen.c (66%)
copy posix/tst-fnmatch5.c => elf/tst-sonamemove-link.c (55%)
copy support/xpthread_attr_setstack.c => elf/tst-sonamemove-linkmod1.c (73%)
create mode 100644 elf/tst-sonamemove-linkmod1.map
copy elf/{tst-audit13.c => tst-sonamemove-runmod1.c} (83%)
create mode 100644 elf/tst-sonamemove-runmod1.map
copy elf/{tst-audit13.c => tst-sonamemove-runmod2.c} (80%)
create mode 100644 elf/tst-sonamemove-runmod2.map
--
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-lts-allnoconfig
in repository toolchain/ci/gcc.
from 061fc7b6823 Daily bump.
adds a905c9f2922 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-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from 0c5de26f02 Automatic date update in version.in
adds 30e1820d02 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards fd3d048e0 0: update: binutils-gcc-linux: boot
new 4c8ad8419 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 (fd3d048e0)
\
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 | 130 +-
02-prepare_abe/console.log | 244 +-
03-build_abe-binutils/console.log | 11143 ++++++++--------
04-build_abe-stage1/console.log | 13777 ++++++++++---------
05-build_linux/console.log | 710 +-
08-update_baseline/console.log | 8 +-
console.log | 25967 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
8 files changed, 25999 insertions(+), 25994 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 03b8387d14d [ARM] Select MVE fp add and sub
new 67091fc7e1a [ARM] Mark div and rem as expand for MVE
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/ARMISelLowering.cpp | 12 +
test/CodeGen/Thumb2/mve-div-expand.ll | 1243 +++++++++++++++++++++++++++++++++
2 files changed, 1255 insertions(+)
create mode 100644 test/CodeGen/Thumb2/mve-div-expand.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.