This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f108b6c2dc5 [x86] add test for vector bitwise-logic-of-bswaps; NFC
new 6ef3ba7f921 [DAGCombiner] don't group bswap with casts in logic hoisting fold
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 21 +++++++++++++------
test/CodeGen/X86/bswap-vector.ll | 36 ++++++++++----------------------
2 files changed, 26 insertions(+), 31 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 482bd38ed89 PR c++/88136 - -Wdeprecated-copy false positives
new 7bacc9183cb [rs6000] x86-compat vector intrinsics fixes for BE, 32bit
new 84101beedd5 [rs6000] Fix x86-compat vector intrinsics testcases for BE, 32bit
new 36839963adb [rs6000] Enable x86-compat vector intrinsics testing
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:
gcc/ChangeLog | 55 +++++++++++
gcc/config.gcc | 2 +-
gcc/config/rs6000/emmintrin.h | 102 ++++++++-------------
gcc/config/rs6000/mmintrin.h | 48 +++++++---
gcc/config/rs6000/pmmintrin.h | 36 ++++----
gcc/config/rs6000/{x86intrin.h => smmintrin.h} | 43 ++++++---
gcc/config/rs6000/tmmintrin.h | 10 +-
gcc/config/rs6000/xmmintrin.h | 85 +++++++++--------
gcc/testsuite/ChangeLog | 25 +++++
gcc/testsuite/gcc.target/powerpc/bmi-check.h | 14 +--
gcc/testsuite/gcc.target/powerpc/bmi2-check.h | 16 +---
gcc/testsuite/gcc.target/powerpc/mmx-check.h | 18 +---
gcc/testsuite/gcc.target/powerpc/mmx-packssdw-1.c | 53 +++++++----
gcc/testsuite/gcc.target/powerpc/mmx-packsswb-1.c | 50 ++++++----
gcc/testsuite/gcc.target/powerpc/mmx-packuswb-1.c | 41 +++++++--
gcc/testsuite/gcc.target/powerpc/mmx-pmulhw-1.c | 11 +--
gcc/testsuite/gcc.target/powerpc/sse-check.h | 21 +----
.../gcc.target/powerpc/sse-cvtpi32x2ps-1.c | 6 +-
gcc/testsuite/gcc.target/powerpc/sse-cvtpu16ps-1.c | 6 +-
gcc/testsuite/gcc.target/powerpc/sse-cvtss2si-1.c | 12 ++-
gcc/testsuite/gcc.target/powerpc/sse-cvtss2si-2.c | 9 +-
gcc/testsuite/gcc.target/powerpc/sse2-check.h | 25 +----
gcc/testsuite/gcc.target/powerpc/sse2-pshufhw-1.c | 18 ++--
gcc/testsuite/gcc.target/powerpc/sse2-pshuflw-1.c | 18 ++--
gcc/testsuite/gcc.target/powerpc/sse3-check.h | 19 +---
25 files changed, 412 insertions(+), 331 deletions(-)
copy gcc/config/rs6000/{x86intrin.h => smmintrin.h} (57%)
--
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-allmodconfig
in repository toolchain/binutils-gdb.
from a52b73d14c Automatic date update in version.in
adds bf9201ee0e 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-arm-mainline-allyesconfig
in repository toolchain/gcc.
from ddff4efc7e2 2018-12-05 Richard Biener <rguenther(a)suse.de>
adds a33a15e5dc0 Daily bump.
adds a98d6f1891b backport r263580 to fix libstdc++ library symbol visibility [...]
adds fd7c80cb3ca backport r263583 to fix pr78544 on Darwin
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-1.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-2.c | 5 +++++
gcc/testsuite/gcc.dg/tree-prof/section-attr-3.c | 5 +++++
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/configure.host | 17 ++++++++++-------
7 files changed, 46 insertions(+), 8 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 clang.
from e7ed3c458e Allow forwarding -fdebug-compilation-dir to cc1as
new af19f20605 [analyzer] Fix an infinite recursion bug while checking pare [...]
new 53c578cc03 [attributes] Add an attribute os_consumes_this, with similar [...]
new 0959dfd10b [analyzer] Rely on os_consumes_this attribute to signify tha [...]
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:
include/clang/Basic/Attr.td | 14 +++++++++--
include/clang/Basic/AttrDocs.td | 9 ++++++-
.../StaticAnalyzer/Core/RetainSummaryManager.h | 4 ++++
lib/Sema/SemaDeclAttr.cpp | 3 +++
lib/StaticAnalyzer/Core/RetainSummaryManager.cpp | 5 +++-
test/Analysis/osobject-retain-release.cpp | 28 ++++++++++++++++++++++
test/Sema/attr-osobject.cpp | 8 ++++++-
7 files changed, 66 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.