This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7f7fc30dedb [ARM] Add and adjust saturation tests for upcoming qadd cha [...]
new 32893f05023 [ARM] Lower sadd_sat to qadd8 and qadd16
new 7fc698b06ac [MemCpyOpt] Fixing Incorrect Code Motion while Handling Agg [...]
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/ARM/ARMISelLowering.cpp | 59 ++++++++-
lib/Target/ARM/ARMISelLowering.h | 6 +
lib/Target/ARM/ARMInstrInfo.td | 14 +++
lib/Target/ARM/ARMInstrThumb2.td | 9 ++
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 8 +-
test/CodeGen/ARM/sadd_sat.ll | 141 +++++++++++++++-------
test/CodeGen/ARM/sadd_sat_plus.ll | 38 ++----
test/CodeGen/ARM/ssub_sat.ll | 141 +++++++++++++++-------
test/CodeGen/ARM/ssub_sat_plus.ll | 87 ++++++-------
test/Transforms/MemCpyOpt/aggregate-type-crash.ll | 30 +++++
10 files changed, 366 insertions(+), 167 deletions(-)
create mode 100644 test/Transforms/MemCpyOpt/aggregate-type-crash.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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 6bc8043 0: update: llvm-linux: boot
new 38243c5 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 (6bc8043)
\
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 | 182 +-
02-build_llvm/console.log | 11988 +++++++++++++++++------------------
03-build_linux/console.log | 692 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 12878 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12882 insertions(+), 12882 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-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from 80051c7439 Automatic date update in version.in
adds 2c9e9550ca [bfd] Provide 8-byte minimum alignment for .plt section
adds fd65fe1a18 Automatic date update in version.in
adds 54d83b8d39 Make unlink_objfile and put_objfile_before static
adds 95cc7c169c ar P support
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 17 ++++++++++++++
bfd/archive.c | 13 +++++++----
bfd/bfd-in2.h | 5 ++++-
bfd/bfd.c | 5 ++++-
bfd/elf32-hppa.c | 5 +++--
bfd/version.h | 2 +-
binutils/ChangeLog | 10 +++++++++
binutils/ar.c | 3 +++
binutils/doc/binutils.texi | 27 ++++++++++++++++-------
gdb/ChangeLog | 7 ++++++
gdb/objfiles.c | 55 +++++++++++++++++++---------------------------
gdb/objfiles.h | 4 ----
12 files changed, 99 insertions(+), 54 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-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 0a31bcc 0: update: binutils-gcc-linux: boot
new b15344e 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 (0a31bcc)
\
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:
01-reset_artifacts/console.log | 120 +-
02-prepare_abe/console.log | 260 +-
03-build_abe-binutils/console.log | 10764 +++++++-------
04-build_abe-stage1/console.log | 15795 ++++++++++----------
05-build_linux/console.log | 1150 +-
06-boot_linux/console.log | 402 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 28524 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 28559 insertions(+), 28484 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 2bcdb486ddd Use Align for TFL::TransientStackAlignment
new 7f7fc30dedb [ARM] Add and adjust saturation tests for upcoming qadd cha [...]
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:
test/CodeGen/ARM/qdadd.ll | 328 +++++++++++++++++++++++++++++++++++++++++++
test/CodeGen/ARM/sadd_sat.ll | 52 ++++---
test/CodeGen/ARM/ssub_sat.ll | 85 +++++++----
3 files changed, 416 insertions(+), 49 deletions(-)
create mode 100644 test/CodeGen/ARM/qdadd.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/gnu-master-aarch64-stable-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 80051c7439 Automatic date update in version.in
adds 2c9e9550ca [bfd] Provide 8-byte minimum alignment for .plt section
adds fd65fe1a18 Automatic date update in version.in
adds 54d83b8d39 Make unlink_objfile and put_objfile_before static
new 95cc7c169c ar P support
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:
bfd/ChangeLog | 17 ++++++++++++++
bfd/archive.c | 13 +++++++----
bfd/bfd-in2.h | 5 ++++-
bfd/bfd.c | 5 ++++-
bfd/elf32-hppa.c | 5 +++--
bfd/version.h | 2 +-
binutils/ChangeLog | 10 +++++++++
binutils/ar.c | 3 +++
binutils/doc/binutils.texi | 27 ++++++++++++++++-------
gdb/ChangeLog | 7 ++++++
gdb/objfiles.c | 55 +++++++++++++++++++---------------------------
gdb/objfiles.h | 4 ----
12 files changed, 99 insertions(+), 54 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/ci/base-artifacts.
discards bd27313 0: update: binutils-gcc-linux: all
new 476c3c3 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 (bd27313)
\
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:
01-reset_artifacts/console.log | 128 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11529 +++++++-------
04-build_abe-stage1/console.log | 15909 +++++++++----------
05-build_linux/console.log | 2444 +--
06-boot_linux/console.log | 2 +-
console.log | 30450 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 30482 insertions(+), 30430 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.