This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ed163c46319 This is part 2/2 for contributing PPC64LE support for X86 S [...]
new e84c992a008 2018-10-09 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 13 +++++++++++++
libstdc++-v3/include/bits/stl_list.h | 36 ++++++++++++------------------------
2 files changed, 25 insertions(+), 24 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 b5c5010513d [X86] When lowering unsigned v2i64 setcc without SSE42, fli [...]
new 7df2b65a853 [PowerPC] Implement hasBitPreservingFPLogic for types that [...]
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/PowerPC/PPCISelLowering.cpp | 9 +++
lib/Target/PowerPC/PPCISelLowering.h | 1 +
test/CodeGen/PowerPC/float-logic-ops.ll | 126 ++++++++++++++++++++++++++++++++
3 files changed, 136 insertions(+)
create mode 100644 test/CodeGen/PowerPC/float-logic-ops.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 lld.
from 1d5f2f413 Remove redundant `Symtab->`.
new caf1f0853 Calculate an offset only once. NFC.
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:
ELF/Arch/Hexagon.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 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 gcc.
from 8577d349cee 2018-10-09 Tobias Burnus <burnus(a)net-b.de>
new a5db24aeb93 This is a follow-on to earlier commits for adding compatibi [...]
new ed163c46319 This is part 2/2 for contributing PPC64LE support for X86 S [...]
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 | 5 +
gcc/config.gcc | 1 +
gcc/config/rs6000/pmmintrin.h | 162 ++++++++++++++
gcc/testsuite/ChangeLog | 15 ++
gcc/testsuite/gcc.target/powerpc/pr37191.c | 102 +++++++++
gcc/testsuite/gcc.target/powerpc/sse3-addsubpd.c | 203 +++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-addsubps.c | 215 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-check.h | 86 ++++++++
gcc/testsuite/gcc.target/powerpc/sse3-haddpd.c | 200 +++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-haddps.c | 215 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-hsubpd.c | 202 +++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-hsubps.c | 215 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-lddqu.c | 159 ++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-movddup.c | 269 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-movshdup.c | 195 ++++++++++++++++
gcc/testsuite/gcc.target/powerpc/sse3-movsldup.c | 195 ++++++++++++++++
16 files changed, 2439 insertions(+)
create mode 100644 gcc/config/rs6000/pmmintrin.h
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr37191.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-addsubpd.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-addsubps.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-check.h
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-haddpd.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-haddps.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-hsubpd.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-hsubps.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-lddqu.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-movddup.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-movshdup.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/sse3-movsldup.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-llvm-kernel-baseline-armv8l-release-mainline-allmodconfig
in repository toolchain/linux-next.
from 0854ba5ff5c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
adds 00a99339f0a3 ARCv2: build: use mcpu=hs38 iso generic mcpu=archs
adds 615f64458ad8 ARC: build: Get rid of toolchain check
adds 7c2020c3022d ARC: fix spelling mistake "entires" -> "entries"
adds 40660f1fcee8 ARC: build: Don't set CROSS_COMPILE in arch's Makefile
adds c58a584f05e3 ARC: clone syscall to setp r25 as thread pointer
new 64c5e530ac2c Merge tag 'arc-4.19-rc8' of git://git.kernel.org/pub/scm/l [...]
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:
arch/arc/Kconfig | 2 +-
arch/arc/Makefile | 26 ++------------------------
arch/arc/kernel/process.c | 20 ++++++++++++++++++++
3 files changed, 23 insertions(+), 25 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 lld.
from 60159a729 Simplify. NFC.
new 1d5f2f413 Remove redundant `Symtab->`.
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:
ELF/SymbolTable.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 compiler-rt.
from 11ebc682d Mark intercept-rethrow-exception.cc as XFAIL on NetBSD
new 69ee6a32f [compiler-rt] Remove unused formal parameters from allocateOn [...]
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/profile/InstrProfilingValue.c | 5 ++---
1 file changed, 2 insertions(+), 3 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 lld.
from c64d64c0b Remove a use of template to make code less abstracted.
new 60159a729 Simplify. NFC.
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:
ELF/SymbolTable.cpp | 9 ++++-----
ELF/Symbols.h | 7 -------
2 files changed, 4 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.