This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b7a5c20fc68 Revert "[TTI] Reduction costs only need to include a single [...]
new c9c05bde237 [ARM] Prevent parallel macs for unsigned values
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/ARMParallelDSP.cpp | 20 ++++-----
test/CodeGen/ARM/smlad0.ll | 80 ++++++++++++++++++++++++++++++++++++
test/CodeGen/ARM/smlald0.ll | 41 +++++++++++++++++++
test/CodeGen/ARM/smlald2.ll | 86 +++++++++++++++++++++++++++++++++++++++
4 files changed, 214 insertions(+), 13 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-mainline-defconfig
in repository toolchain/binutils-gdb.
from f5e0fe29ee Automatic date update in version.in
adds 5446094655 Re-fix leak in source.c (open_source_file).
adds bb31d44bb1 Automatic date update in version.in
adds b5b12e1dbe Remove obsolete comments from field_fmt
adds f63c03b470 Implement timestamp'ed output on "make check"
adds 0a744d8f9d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 14 ++++++++++++++
gdb/mi/mi-out.c | 2 --
gdb/source.c | 2 +-
gdb/testsuite/ChangeLog | 14 ++++++++++++++
gdb/testsuite/Makefile.in | 20 ++++++++++++--------
gdb/testsuite/README | 20 ++++++++++++++++++++
gdb/testsuite/print-ts.py | 48 +++++++++++++++++++++++++++++++++++++++++++++++
gdb/tui/tui-out.c | 2 --
gdb/ui-out.c | 1 -
10 files changed, 110 insertions(+), 15 deletions(-)
create mode 100755 gdb/testsuite/print-ts.py
--
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-mainline-defconfig
in repository toolchain/gcc.
from 01a481090b8 Daily bump.
adds 91d8b4b3b1b 2018-11-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f0df34961a9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/where_7.f90 | 25 +++++++++++++++++++++++++
5 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/where_7.f90
--
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-stable-allyesconfig
in repository toolchain/binutils-gdb.
from ee2341b5dd Automatic date update in version.in
adds f03a5541c4 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-mainline-allnoconfig
in repository toolchain/gcc.
from 01a481090b8 Daily bump.
adds 91d8b4b3b1b 2018-11-25 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds f0df34961a9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/frontend-passes.c | 4 ++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/where_7.f90 | 25 +++++++++++++++++++++++++
5 files changed, 43 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/where_7.f90
--
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 2fd827f4704 Revert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf for [...]
new b7a5c20fc68 Revert "[TTI] Reduction costs only need to include a single [...]
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:
include/llvm/CodeGen/BasicTTIImpl.h | 7 +-
test/Analysis/CostModel/AArch64/vector-reduce.ll | 44 +--
test/Analysis/CostModel/X86/reduce-add.ll | 162 +++++-----
test/Analysis/CostModel/X86/reduce-and.ll | 344 ++++++++++-----------
test/Analysis/CostModel/X86/reduce-mul.ll | 288 ++++++++---------
test/Analysis/CostModel/X86/reduce-or.ll | 344 ++++++++++-----------
test/Analysis/CostModel/X86/reduce-smax.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-smin.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-umax.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-umin.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-xor.ll | 344 ++++++++++-----------
test/Analysis/CostModel/X86/reduction.ll | 92 +++---
.../SLPVectorizer/X86/horizontal-minmax.ll | 135 ++++++--
.../SLPVectorizer/X86/reduction_unrolled.ll | 255 +++++++++------
.../Transforms/SLPVectorizer/X86/remark_horcost.ll | 25 +-
15 files changed, 1334 insertions(+), 1186 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.