This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 3e99c8b [libc++] Fix support for multibyte thousands_sep and decimal_ [...]
new b61c998 Fix count_new.hpp to work w/o dynamic exception specifications
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:
test/support/count_new.hpp | 24 ++++++++++++++++++++----
1 file changed, 20 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 dbbc2b8 [X86] Fix a comment to say 'an FMA' instead of 'a FMA'. NFC
new f3e3617 [AVX-512][InstCombine] Add 512-bit vpermilvar intrinsics to I [...]
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/Transforms/InstCombine/InstCombineCalls.cpp | 20 +++---
.../InstCombine/{x86-avx.ll => x86-vpermil.ll} | 72 ++++++++++++++++++++++
2 files changed, 82 insertions(+), 10 deletions(-)
rename test/Transforms/InstCombine/{x86-avx.ll => x86-vpermil.ll} (63%)
--
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 a3219da [libc++abi] Add _LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS
new 0b610fe Workaround the removal of dynamic exception specifications in C++17
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:
test/libcxxabi/test/config.py | 6 +++++-
1 file changed, 5 insertions(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from a6dba14 [AVR] Fix a signed vs unsigned compiler warning
new 2d270b3 [X86] Remove masking from 512-bit VPERMIL intrinsics in prepa [...]
new dbbc2b8 [X86] Fix a comment to say 'an FMA' instead of 'a FMA'. NFC
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 | 9 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Target/X86/X86IntrinsicsInfo.h | 6 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 59 ++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 126 ++++++++++++++++++--------
6 files changed, 160 insertions(+), 56 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 f2ba17e [AVX-512] Remove masking from 512-bit pshufb builtin. The bac [...]
new 5074e7e [AVX-512] Remove masking from 512-bit vpermil builtins. The b [...]
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/clang/Basic/BuiltinsX86.def | 4 +--
lib/Headers/avx512fintrin.h | 54 ++++++++++++++-----------------------
test/CodeGen/avx512f-builtins.c | 16 ++++++-----
3 files changed, 32 insertions(+), 42 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 8c11e2c [AVR] Remove incorrect comment
new 7c8796b [X86][InstCombine] Teach InstCombineCalls to turn pshufb intr [...]
new a6dba14 [AVR] Fix a signed vs unsigned compiler warning
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:
lib/Target/AVR/AVRExpandPseudoInsts.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 5 +-
test/Transforms/InstCombine/x86-pshufb.ll | 149 ++++++++++++++++++++++++
3 files changed, 153 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 libcxx.
from eae7e51 [libcxx] [test] Fix string_view tests.
new 3e99c8b [libc++] Fix support for multibyte thousands_sep and decimal_ [...]
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/locale.cpp | 133 ++++++++++++++-------
.../decimal_point.pass.cpp | 21 ++--
.../thousands_sep.pass.cpp | 29 +++--
.../locale.numpunct.byname/grouping.pass.cpp | 13 +-
.../locale.numpunct.byname/thousands_sep.pass.cpp | 14 ++-
5 files changed, 140 insertions(+), 70 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 df9e980 [X86] Remove masking from 512-bit PSHUFB intrinsics in prepar [...]
new 8c11e2c [AVR] Remove incorrect comment
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/AVR/AVRISelDAGToDAG.cpp | 2 --
1 file changed, 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 binutils-gdb.
from 4783ebb Automatic date update in version.in
new ec6f610 Automatic date update in version.in
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:
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.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from ceae311 Automatic date update in version.in
new 0ce8264 Automatic date update in version.in
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:
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.