This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a6c37a9 [x86][inline-asm][llvm] accept 'v' constraint
new 115e76c [AVX-512] Add an AVX512VL/BW command line to sse41-pmovxrm.ll [...]
new 21c40c6 [AVX-512] Add test cases for AVX512 sign/zero extend instruct [...]
new a9268c4 [AVX-512] Add missing pattern sext or zext from bytes to quad [...]
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:
lib/Target/X86/X86InstrAVX512.td | 2 +
test/CodeGen/X86/avx2-pmovxrm.ll | 6 +-
test/CodeGen/X86/avx512-pmovxrm.ll | 211 +++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/sse41-pmovxrm.ll | 5 +-
4 files changed, 220 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-pmovxrm.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 libcxx.
from a244bb9 Provide a constexpr addressof with GCC 7.
new a54229f Cleanup CMake status output
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:
benchmarks/CMakeLists.txt | 6 +++++-
cmake/Modules/HandleOutOfTreeLLVM.cmake | 3 ---
2 files 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 llvm.
from 82ef6d6 [AVR] Enable generation of the TableGen assembly writer tables
new a6c37a9 [x86][inline-asm][llvm] accept 'v' constraint
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/X86ISelLowering.cpp | 15 +++
.../X86/inline-asm-avx-v-constraint-32bit.ll | 136 ++++++++++++++++++++
test/CodeGen/X86/inline-asm-avx-v-constraint.ll | 136 ++++++++++++++++++++
.../CodeGen/X86/inline-asm-avx512f-v-constraint.ll | 72 +++++++++++
.../X86/inline-asm-avx512vl-v-constraint-32bit.ll | 138 +++++++++++++++++++++
.../X86/inline-asm-avx512vl-v-constraint.ll | 121 ++++++++++++++++++
6 files changed, 618 insertions(+)
create mode 100644 test/CodeGen/X86/inline-asm-avx-v-constraint-32bit.ll
create mode 100644 test/CodeGen/X86/inline-asm-avx-v-constraint.ll
create mode 100644 test/CodeGen/X86/inline-asm-avx512f-v-constraint.ll
create mode 100644 test/CodeGen/X86/inline-asm-avx512vl-v-constraint-32bit.ll
create mode 100644 test/CodeGen/X86/inline-asm-avx512vl-v-constraint.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 clang.
from b8dba12 When optimizing for size, enable loop rerolling by default
new 348a1f4 [x86][inline-asm][clang] accept 'v' constraint
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/Basic/Targets.cpp | 2 ++
test/CodeGen/x86-inline-asm-v-constraint.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 test/CodeGen/x86-inline-asm-v-constraint.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.
unknown user pushed a change to branch master
in repository libcxx.
from 0515938 Workaround missing C++14 constexpr semantics in filesystem
new a244bb9 Provide a constexpr addressof with GCC 7.
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/type_traits | 2 +-
test/libcxx/test/config.py | 1 +
.../specialized.addressof/constexpr_addressof.pass.cpp | 2 +-
3 files changed, 3 insertions(+), 2 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 libcxx.
from fd0e761 Remove use of int128_t inside the filesystem implementation
new 0515938 Workaround missing C++14 constexpr semantics in filesystem
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:
src/experimental/filesystem/operations.cpp | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 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 zorg.
from 8fe23c0 Add temporary workaround for libc++ UBSAN link failures
new f047a7b Remove workaround for libc++ UBSAN link failures
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:
buildbot/osuosl/master/config/builders.py | 4 +---
1 file changed, 1 insertion(+), 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 gcc.
from ba9e190 Daily bump.
new ef86dfc 2016-10-09 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
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 | 8 ++++++++
gcc/config/rs6000/rs6000.c | 26 ++++++++++++++++++++++----
gcc/config/rs6000/rs6000.h | 3 +++
3 files changed, 33 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 libcxx.
from 8bddff7 Remove debug output from gen_linker_script.py
new fd0e761 Remove use of int128_t inside the filesystem implementation
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:
src/experimental/filesystem/operations.cpp | 148 +++++++++++++++++++++++------
1 file changed, 118 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.