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 c4f374ed3 Plug dlerror() leak for swift_demangle
new 7880b25a1 Detect thread termination in LSan/NetBSD
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/lsan/lsan_interceptors.cc | 19 +++++++++++++++++++
1 file changed, 19 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 llvm.
from 0d7d3a3c325 [SCEV] NFC : Removing unnecessary check on outgoing branche [...]
new a897faafb78 [x86][icelake]GFNI galois field arithmetic (GF(2^8)) insns: [...]
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/llvm/IR/IntrinsicsX86.td | 51 +++++
lib/Support/Host.cpp | 1 +
lib/Target/X86/X86.td | 7 +-
lib/Target/X86/X86ISelLowering.cpp | 3 +
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86InstrAVX512.td | 52 +++++
lib/Target/X86/X86InstrFragmentsSIMD.td | 5 +
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86InstrSSE.td | 79 +++++++
lib/Target/X86/X86IntrinsicsInfo.h | 22 +-
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/avx-gfni-intrinsics.ll | 63 +++++
test/CodeGen/X86/avx512-gfni-intrinsics.ll | 183 +++++++++++++++
test/CodeGen/X86/gfni-intrinsics.ll | 33 +++
test/MC/X86/avx512gfni-encoding.s | 178 +++++++++++++++
test/MC/X86/avx512vl_gfni-encoding.s | 354 +++++++++++++++++++++++++++++
test/MC/X86/gfni-encoding.s | 254 +++++++++++++++++++++
18 files changed, 1291 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/avx-gfni-intrinsics.ll
create mode 100644 test/CodeGen/X86/avx512-gfni-intrinsics.ll
create mode 100644 test/CodeGen/X86/gfni-intrinsics.ll
create mode 100644 test/MC/X86/avx512gfni-encoding.s
create mode 100644 test/MC/X86/avx512vl_gfni-encoding.s
create mode 100644 test/MC/X86/gfni-encoding.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 libcxx.
from e29f3f1fa Fix copy/paste bug in test where we were putting a '3' into a [...]
new c72032be6 More of P0600; marking allocation routines as [[nodiscard]]
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/memory | 11 ++++-----
include/scoped_allocator | 8 +++----
.../allocate_size.fail.cpp} | 22 +++++++++---------
.../allocate_size_hint.fail.cpp} | 22 +++++++++---------
.../{allocate.pass.cpp => allocate.fail.cpp} | 26 ++++++++++++----------
.../allocator.members/allocate.fail.cpp} | 15 +++++++------
6 files changed, 56 insertions(+), 48 deletions(-)
copy test/std/{language.support/support.dynamic/ptr.launder/launder.nodiscard.fail [...]
copy test/std/{language.support/support.dynamic/ptr.launder/launder.nodiscard.fail [...]
copy test/std/utilities/memory/allocator.traits/allocator.traits.members/{allocate [...]
copy test/std/{language.support/support.dynamic/ptr.launder/launder.nodiscard.fail [...]
--
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 d4027e09f4a Remove dead code
new 0d7d3a3c325 [SCEV] NFC : Removing unnecessary check on outgoing branche [...]
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/Analysis/ScalarEvolution.cpp | 3 +--
1 file changed, 1 insertion(+), 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 4746c1ee0 Fix installation of cxxabi.h through libc++.
new e29f3f1fa Fix copy/paste bug in test where we were putting a '3' into a [...]
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/std/containers/sequences/vector.bool/size.pass.cpp | 4 ++--
1 file changed, 2 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 gcc.
from bd281991ddc PR rtl-optimization/81553 * combine.c (simplify_if_then_e [...]
new a155c7aa67a Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from ebd0d702310 Daily bump.
new 881ec7ac53f Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 632bf329f0b Daily bump.
new 2ee5dcba9ae Daily bump.
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/DATESTAMP | 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 master
in repository binutils-gdb.
from 0e5457dca1 Adding ChangeLog entry for the last commit.
new e5a8dd426d 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-8.0-branch
in repository binutils-gdb.
from 355f55e755 Automatic date update in version.in
new 63e59ef84e 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.