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-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 00019860b linux-285053b5a4c0204840fb92cfaba06352718e2eed: all
new 0efb518a1 binutils-ae69f7446560bc80a81e777afa5ffdad5f65a446: 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 (00019860b)
\
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:
1-reset_artifacts/console.log | 224 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3605 ++++++++--------
4-build_abe-stage1/console.log | 4531 ++++++++++----------
5-count_linux_objs/console.log | 243 +-
console.log | 8589 ++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8174 insertions(+), 9040 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards b1bd9b06d llvm-61ec3acd5f56bbcf9c7d1ee3b33e54e9182ac0c8: all
new 11124ca34 llvm-08cb0931479772299d676abf62840b0af74d0df2: 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 (b1bd9b06d)
\
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:
1-reset_artifacts/console.log | 169 +-
2-build_llvm/console.log | 9341 +++++++++++++++++++-------------------
2-build_llvm/revision | 1 -
3-count_linux_objs/console.log | 89 +-
3-count_linux_objs/revision | 1 -
console.log | 9779 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 9760 insertions(+), 9638 deletions(-)
delete mode 100644 2-build_llvm/revision
delete mode 100644 3-count_linux_objs/revision
--
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 917e49e5a48 Regenerate test
new 27b9d229c3b [llvm-mca] Split test (NFC)
new 0a1392186ff [AArch64] Improve the Exynos M3 pipeline model
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/AArch64/AArch64SchedExynosM3.td | 8 ++--
.../{register-offset.s => load-register-offset.s} | 40 +++++-------------
.../AArch64/Exynos/store-register-offset.s | 47 ++++++++++++++++++++++
3 files changed, 61 insertions(+), 34 deletions(-)
rename test/tools/llvm-mca/AArch64/Exynos/{register-offset.s => load-register-offs [...]
create mode 100644 test/tools/llvm-mca/AArch64/Exynos/store-register-offset.s
--
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 b627d3bf197 [nvptx] Add PTX_CTA_SIZE
new 73dbcdabc11 [ARM] Optimize executable size when using softfloat fmul/dmul
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:
gcc/ChangeLog | 10 +++
gcc/config/arm/elf.h | 2 +-
gcc/doc/sourcebuild.texi | 9 ++-
gcc/testsuite/ChangeLog | 14 ++++
.../gcc.target/arm/size-optimization-ieee-1.c | 33 ++++++++++
.../gcc.target/arm/size-optimization-ieee-2.c | 31 +++++++++
.../gcc.target/arm/size-optimization-ieee-3.c | 33 ++++++++++
gcc/testsuite/lib/gcc-dg.exp | 76 ++++++++++++++++++++++
gcc/testsuite/lib/lto.exp | 63 ++++--------------
libgcc/ChangeLog | 15 +++++
libgcc/config/arm/ieee754-df.S | 16 ++++-
libgcc/config/arm/ieee754-sf.S | 16 ++++-
libgcc/config/arm/lib1funcs.S | 19 ++----
libgcc/config/arm/t-elf | 16 +++++
14 files changed, 281 insertions(+), 72 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/size-optimization-ieee-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/size-optimization-ieee-2.c
create mode 100644 gcc/testsuite/gcc.target/arm/size-optimization-ieee-3.c
--
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/binutils-gdb.
from 2d5d5a8f0a Include bfd_stdint.h in bfd.h
adds ebb8004a18 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-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 644dd7de2 gcc-ca6f7741c53cc7dde2b357a786f5c3a2006538e0: 19130
new 8869ac274 binutils-ebb8004a18a3808d7197762faf3c5aaeae82371f: 19130
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 (644dd7de2)
\
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:
1-reset_artifacts/console.log | 96 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6468 +-
4-build_abe-stage1/console.log | 13042 +-
5-count_linux_objs/console.log | 341683 +++++++++++++++++-----------------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 12 +-
console.log | 362385 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 361865 insertions(+), 361867 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-aarch64-stable-allmodconfig
in repository toolchain/binutils-gdb.
from 2d5d5a8f0a Include bfd_stdint.h in bfd.h
adds ebb8004a18 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-master-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f35d2e0d5 gcc-8f31a5fa2277fbef2ea04127146f9c6d6e2de5e4: all
new 17f13f623 binutils-ebb8004a18a3808d7197762faf3c5aaeae82371f: 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 (f35d2e0d5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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:
1-reset_artifacts/console.log | 26 +-
3-build_abe-binutils/console.log | 3706 +-
4-build_abe-stage1/console.log | 5495 +-
5-count_linux_objs/console.log | 318477 ++++++++++++++++++-----------------
console.log | 325970 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 326870 insertions(+), 326822 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 50eb45a1900 [ValueTracking] remove unused parameters from helper functi [...]
new 455880c4c1e [X86] Remove already upgraded llvm.x86.avx512.mask.padds/ps [...]
new 82da72ec40b Test commit
new 917e49e5a48 Regenerate test
The 3 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/Transforms/Vectorize/SLPVectorizer.cpp | 8 +-
test/CodeGen/X86/avx512bw-intrinsics.ll | 198 -----------------------
test/Transforms/InstCombine/X86/x86-adds-subs.ll | 144 +++++++++++------
3 files changed, 100 insertions(+), 250 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.