This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0a21d7d [X86][AVX512] Add patterns for all variants of VMOVSS/VMOVSD [...]
new 061d58f [X86][AVX512] Removing llvm x86 intrinsics for _mm_mask_move_ [...]
new 2bae973 [X86][SSE] Add additional test case for PR30845
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:
include/llvm/IR/IntrinsicsX86.td | 14 ----
lib/IR/AutoUpgrade.cpp | 17 ++++
lib/Target/X86/X86IntrinsicsInfo.h | 4 -
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 48 +++++++++++
test/CodeGen/X86/pmul.ll | 111 ++++++++++++++++++++++++++
5 files changed, 176 insertions(+), 18 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 libcxxabi.
from 4d14bc0 [CMake] Check runtimes subdir when looking for libcxx and libuwind
new 6962eb3 [CMake] Fix libc++abi arm build w/o libunwind.
new cc4f512 arm: Fix ttype encoding assertion failure.
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:
CMakeLists.txt | 2 +-
src/cxa_personality.cpp | 10 ++-
test/lit.cfg | 2 +-
test/lit.site.cfg.in | 2 +
test/native/arm-linux-eabi/lit.local.cfg | 6 ++
.../arm-linux-eabi/ttype-encoding-00.pass.sh.s | 97 ++++++++++++++++++++++
.../arm-linux-eabi/ttype-encoding-90.pass.sh.s | 96 +++++++++++++++++++++
7 files changed, 211 insertions(+), 4 deletions(-)
create mode 100644 test/native/arm-linux-eabi/lit.local.cfg
create mode 100644 test/native/arm-linux-eabi/ttype-encoding-00.pass.sh.s
create mode 100644 test/native/arm-linux-eabi/ttype-encoding-90.pass.sh.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 llvm.
from e59ef16 [InstCombine][AVX-512] Teach InstCombineCalls to handle the n [...]
new 0a21d7d [X86][AVX512] Add patterns for all variants of VMOVSS/VMOVSD [...]
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/X86/X86InstrAVX512.td | 87 ++++++++++++++++
lib/Target/X86/X86InstrFragmentsSIMD.td | 4 +
test/CodeGen/X86/avx512-intrinsics.ll | 66 -------------
test/CodeGen/X86/avx512-load-store.ll | 169 ++++++++++++++++++++++++++++++++
4 files changed, 260 insertions(+), 66 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-load-store.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 gcc.
from 1f302f2 2016-11-13 Janus Weil <janus(a)gcc.gnu.org>
new ca3d9c9 PR target/78336 * config/rs6000/rs6000.c (rs6 [...]
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 2 ++
2 files changed, 8 insertions(+)
--
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 binutils-gdb.
from 3f47df7 Assemble 'bad' moxie instruction
new b612f41 add missing ChangeLog entry
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:
gas/ChangeLog | 4 ++++
1 file changed, 4 insertions(+)
--
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 binutils-gdb.
from 75d6c74 Automatic date update in version.in
new 3f47df7 Assemble 'bad' moxie instruction
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:
gas/config/tc-moxie.c | 7 +++++++
1 file changed, 7 insertions(+)
--
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 abfb4be 2016-11-13 Janus Weil <janus(a)gcc.gnu.org>
new 1f302f2 2016-11-13 Janus Weil <janus(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:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/typebound_proc_34.f90 | 26 +++++++++++++++++++++++++
4 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/typebound_proc_34.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 gcc.
from 50909e9 CWG 2233 - default arg and parameter pack
new abfb4be 2016-11-13 Janus Weil <janus(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:
gcc/fortran/ChangeLog | 7 +++++++
gcc/fortran/decl.c | 13 +++++++++++--
gcc/fortran/resolve.c | 13 -------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/class_57.f90 | 2 +-
gcc/testsuite/gfortran.dg/class_60.f90 | 33 +++++++++++++++++++++++++++++++++
6 files changed, 58 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/class_60.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 9027123 [AMDGPU] Add f16 support (VI+)
new 2460663 [AVX-512] Add unmasked intrinsics for variable shifts of dwor [...]
new e59ef16 [InstCombine][AVX-512] Teach InstCombineCalls to handle the n [...]
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:
include/llvm/IR/IntrinsicsX86.td | 27 ++
lib/Target/X86/X86IntrinsicsInfo.h | 8 +
lib/Transforms/InstCombine/InstCombineCalls.cpp | 22 +-
test/CodeGen/X86/avx512-intrinsics.ll | 216 +++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 76 ++++++
test/Transforms/InstCombine/x86-vector-shifts.ll | 326 +++++++++++++++++++++++
6 files changed, 671 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 clang.
from 264382d Bitcode: Change module reader functions to return an llvm::Expected.
new d8afcb0 [X86] Remove extra escaped new lines in intrinsic headers lef [...]
new ecc2fba [AVX-512] Replace masked dword and qword variable shift built [...]
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:
include/clang/Basic/BuiltinsX86.def | 16 +--
lib/Headers/avx512bwintrin.h | 48 +++----
lib/Headers/avx512fintrin.h | 242 +++++++++++++++---------------------
lib/Headers/avx512vlbwintrin.h | 96 +++++++-------
lib/Headers/avx512vlintrin.h | 54 +++-----
test/CodeGen/avx512f-builtins.c | 48 ++++---
test/CodeGen/avx512vl-builtins.c | 16 ++-
7 files changed, 239 insertions(+), 281 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.