This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 088d53ac92f [AMDGPU][MC] Incorrect parsing of flat/global atomic modifiers
new 8994bbee8a1 [X86][SSE] Match PSHUFLW/PSHUFHW + PSHUFD vXi16 shuffle pat [...]
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 | 72 ++-
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 8 +-
test/CodeGen/X86/avx-splat.ll | 4 +-
.../CodeGen/X86/avx512-shuffles/partial_permute.ll | 77 +--
.../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 32 +-
.../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 32 +-
test/CodeGen/X86/bitcast-int-to-vector-bool.ll | 8 +-
test/CodeGen/X86/cast-vsel.ll | 24 +-
test/CodeGen/X86/memset-nonzero.ll | 20 +-
test/CodeGen/X86/oddshuffles.ll | 2 +-
test/CodeGen/X86/psubus.ll | 24 +-
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 16 +-
test/CodeGen/X86/vec_set-H.ll | 4 +-
test/CodeGen/X86/vector-shift-ashr-128.ll | 8 +-
test/CodeGen/X86/vector-shift-lshr-128.ll | 8 +-
test/CodeGen/X86/vector-shift-shl-128.ll | 8 +-
test/CodeGen/X86/vector-shuffle-128-v16.ll | 104 ++--
test/CodeGen/X86/vector-shuffle-128-v8.ll | 227 +++++---
test/CodeGen/X86/vector-shuffle-256-v16.ll | 604 ++++++++++++++-------
test/CodeGen/X86/vector-shuffle-256-v32.ll | 26 +-
test/CodeGen/X86/widened-broadcast.ll | 24 +-
21 files changed, 817 insertions(+), 515 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 a13b62fd5f5 * g++.old-deja/g++.ext/namedret2.C (f): Return a value.
new aa6615fa03f 2017-12-28 Paul Thomas <pault(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/trans-expr.c | 3 ++-
1 file changed, 2 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 649870608ee [PowerPC] Fix for PR35688 - handle out-of-range values for [...]
new 088d53ac92f [AMDGPU][MC] Incorrect parsing of flat/global atomic modifiers
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 40 ++++++++++++++++++++-
test/MC/AMDGPU/flat-gfx9.s | 48 +++++++++++++++++++++++++
test/MC/Disassembler/AMDGPU/flat_gfx9.txt | 12 +++++++
3 files changed, 99 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 glibc.
from 2bd86632b7 elf: remove redundant is_path argument
new f8aa69be44 tst-realloc: do not check for errno on success [BZ #22611]
new 54e4efc287 manual: clarify errno value on success [BZ #22615]
new 72f29e3aab scandir: fix wrong assumption about errno [BZ #17804]
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:
ChangeLog | 18 ++++++++++++++++++
dirent/scandir-tail.c | 13 ++++++++-----
malloc/tst-realloc.c | 4 ----
manual/errno.texi | 28 ++++++++++++++--------------
4 files changed, 40 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 2e7d056b717 [SCEV] Missing depth propagation in recursive call
new 649870608ee [PowerPC] Fix for PR35688 - handle out-of-range values for [...]
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/PowerPC/PPCInstrInfo.cpp | 86 +-
lib/Target/PowerPC/PPCInstrInfo.h | 2 +
lib/Target/PowerPC/PPCMIPeephole.cpp | 2 +-
lib/Target/PowerPC/PPCPreEmitPeephole.cpp | 2 +-
.../convert-rr-to-ri-instrs-out-of-range.mir | 1329 ++++++++++++++++++++
test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir | 120 ++
test/CodeGen/PowerPC/pr35688.ll | 34 +
7 files changed, 1552 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/PowerPC/convert-rr-to-ri-instrs-out-of-range.mir
create mode 100644 test/CodeGen/PowerPC/pr35688.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 7b473667855 Daily bump.
new bec136a4e83 * g++.old-deja/g++.ext/namedret1.C (f): Return a value.
new a13b62fd5f5 * g++.old-deja/g++.ext/namedret2.C (f): Return a value.
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:
gcc/testsuite/ChangeLog | 31 ++++++++++++++------------
gcc/testsuite/g++.old-deja/g++.ext/namedret2.C | 2 +-
2 files changed, 18 insertions(+), 15 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 2959168a548 Fix incorrect operand sizes for some MMX instructions: punp [...]
new 2e7d056b717 [SCEV] Missing depth propagation in recursive call
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 | 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 llvm.
from ffbb3d026a6 [PM] pass -debug-pass-manager flag into FunctionToLoopPassA [...]
new 2959168a548 Fix incorrect operand sizes for some MMX instructions: punp [...]
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/X86InstrMMX.td | 14 +++++++++-----
test/MC/X86/intel-syntax-error.s | 10 ++++++++++
test/MC/X86/intel-syntax.s | 8 ++++++++
test/MC/X86/x86_64-asm-match.s | 4 ++--
4 files changed, 29 insertions(+), 7 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 d08f4172a2c Avoid modifying DbgInfo while looping in salvageDebuginfo
new ffbb3d026a6 [PM] pass -debug-pass-manager flag into FunctionToLoopPassA [...]
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/Transforms/Scalar/LoopPassManager.h | 7 ++-
lib/Passes/PassBuilder.cpp | 17 +++---
test/Other/loop-pm-invalidation.ll | 72 ++++++++++++++++++++++++
test/Other/new-pass-manager.ll | 4 ++
test/Other/new-pm-defaults.ll | 20 +++++++
test/Other/new-pm-thinlto-defaults.ll | 20 +++++++
test/Transforms/LoopRotate/pr35210.ll | 4 ++
7 files changed, 134 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 clang.
from ef699b2164 [NFC] Modernize enum Declarator::TheContext to a type-safe s [...]
new 6bea6f7d49 Revert r321504 "[X86] Don't accidentally enable PKU on canno [...]
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/X86.cpp | 7 ++-----
test/Preprocessor/predefined-arch-macros.c | 12 ++++++------
2 files changed, 8 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.