This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8965b5dc749 [X86] Pull out target constant splat helper function. NFCI.
new 097be3b516e [X86][SSE] combineIncDecVector - use isConstantSplat
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 | 4 +---
test/CodeGen/X86/vector-tzcnt-128.ll | 8 ++++----
test/CodeGen/X86/vector-tzcnt-256.ll | 6 ++++--
3 files changed, 9 insertions(+), 9 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 7ecda486e97 Pull out repeated getOperand(). NFCI.
new 8965b5dc749 [X86] Pull out target constant splat helper function. NFCI.
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 | 44 +++++++++++++++++++++++---------------
1 file changed, 27 insertions(+), 17 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 linux.
from f8ccb14fd6c9 ubifs: Fix WARN_ON logic in exit path
new 853c110982ea KVM: x86: support CONFIG_KVM_AMD=y with CONFIG_CRYPTO_DEV_ [...]
new ec876f4b252c ARM: KVM: Correctly order SGI register entries in the cp15 array
new 4cebf459b6eb Merge tag 'kvmarm-fixes-for-4.19-2' of git://git.kernel.or [...]
new 5f8bb004bca4 KVM: vmx: hyper-v: don't pass EPT configuration info to vm [...]
new 7ec21823634d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
The 5 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:
arch/arm/kvm/coproc.c | 8 ++++----
arch/x86/kvm/svm.c | 6 +++++-
arch/x86/kvm/vmx.c | 6 +++++-
3 files changed, 14 insertions(+), 6 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 3b18a97f3ac [X86][SSE] Improve CTTZ lowering when CTLZ is legal
new 1a9bbe2528f Remove unused variable. NFCI.
new 7ecda486e97 Pull out repeated getOperand(). NFCI.
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/X86/X86ISelLowering.cpp | 6 ++----
1 file changed, 2 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 binutils-gdb.
from 2bf2bf23da ELF ld -r scripts
new 0930cb3021 _bfd_clear_contents bounds checking
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/ChangeLog | 20 ++++++++++++++++++++
bfd/cofflink.c | 2 +-
bfd/elf-bfd.h | 2 +-
bfd/elf32-arc.c | 2 +-
bfd/elf32-i386.c | 2 +-
bfd/elf32-metag.c | 2 +-
bfd/elf32-nds32.c | 8 ++++----
bfd/elf32-ppc.c | 2 +-
bfd/elf32-visium.c | 2 +-
bfd/elf64-ppc.c | 2 +-
bfd/elf64-x86-64.c | 2 +-
bfd/libbfd-in.h | 4 ++--
bfd/libbfd.h | 4 ++--
bfd/reloc.c | 19 +++++++++++++------
14 files changed, 50 insertions(+), 23 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 e76d7099025 [X86][SSE] Change CTTZ vector lowering to cttz(x) = ctpop(~ [...]
new 3b18a97f3ac [X86][SSE] Improve CTTZ lowering when CTLZ is legal
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 | 24 +++---
test/CodeGen/X86/vector-tzcnt-128.ll | 137 ++++++++++++++++++++---------------
test/CodeGen/X86/vector-tzcnt-256.ll | 92 +++++++----------------
test/CodeGen/X86/vector-tzcnt-512.ll | 114 +++++++----------------------
4 files changed, 146 insertions(+), 221 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 0f13604417a [X86][AVX] Add lowerVectorShuffleAsLanePermuteAndPermute fo [...]
new e76d7099025 [X86][SSE] Change CTTZ vector lowering to cttz(x) = ctpop(~ [...]
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 | 20 +-
test/CodeGen/X86/vec_ctbits.ll | 82 +-
test/CodeGen/X86/vector-tzcnt-128.ll | 1593 ++++++++++++++++------------------
test/CodeGen/X86/vector-tzcnt-256.ll | 924 +++++++++-----------
test/CodeGen/X86/vector-tzcnt-512.ll | 526 +++++------
5 files changed, 1413 insertions(+), 1732 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 952b7309b14 [AArch64] Swap comparison operands if that enables some folding.
new 0f13604417a [X86][AVX] Add lowerVectorShuffleAsLanePermuteAndPermute fo [...]
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 | 60 +++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-shuffle-256-v4.ll | 16 ++++-----
2 files changed, 66 insertions(+), 10 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 c45bebb5ee9 Daily bump.
new a833e2b0229 Fix compilation failure with C++98 compilers
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/opt-problem.h | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.