This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f7624abeb1f [llvm-objcopy] Add --strip-unneeded option
new 6e21f264951 [X86] Remove 128/256-bit cvtdq2ps, cvtudq2ps, cvtqq2pd, cvt [...]
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 | 40 ----
lib/IR/AutoUpgrade.cpp | 57 +++---
lib/Target/X86/X86IntrinsicsInfo.h | 14 --
test/CodeGen/X86/avx-intrinsics-fast-isel.ll | 3 +-
test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll | 11 +
test/CodeGen/X86/avx-intrinsics-x86.ll | 16 --
.../CodeGen/X86/avx512dqvl-intrinsics-fast-isel.ll | 225 +++++++++++++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 64 ++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 64 ------
test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll | 75 +++----
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 32 +++
test/CodeGen/X86/avx512vl-intrinsics.ll | 32 ---
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 3 +-
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 11 +
test/CodeGen/X86/sse2-intrinsics-x86.ll | 45 ++---
15 files changed, 431 insertions(+), 261 deletions(-)
create mode 100644 test/CodeGen/X86/avx512dqvl-intrinsics-fast-isel.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 llvm.
from 07a4eb640cf Revert r332907 "[GlobalISel] Improving InstructionSelect's [...]
new f7624abeb1f [llvm-objcopy] Add --strip-unneeded option
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:
.../{weaken-all.test => strip-unneeded.test} | 78 +++++++++++++++++-----
tools/llvm-objcopy/ObjcopyOpts.td | 2 +
tools/llvm-objcopy/Object.cpp | 16 ++++-
tools/llvm-objcopy/Object.h | 16 ++++-
tools/llvm-objcopy/llvm-objcopy.cpp | 9 +++
5 files changed, 99 insertions(+), 22 deletions(-)
copy test/tools/llvm-objcopy/{weaken-all.test => strip-unneeded.test} (56%)
--
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 lldb.
from 0cbc8c87a Enable Python API for OpenBSD.
new ee62bfa87 Fix the Xcode project for the refactoring of the DWARF reader.
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:
lldb.xcodeproj/project.pbxproj | 18 ++++++++++++++++++
1 file changed, 18 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 clang.
from bf4bd4f4fa Add missing x86-registered-target.
new d110138294 Add missing include for cstdint to Visibility.h
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/Visibility.h | 1 +
1 file changed, 1 insertion(+)
--
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 122b53ea6a Remove output_command_const
new 98553ad33e Remove fake operand handling for extended mnemonics.
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:
gas/ChangeLog | 9 +
gas/config/tc-ppc.c | 16 +-
gas/testsuite/gas/ppc/common.d | 375 +++++++++++++++---------------
gas/testsuite/gas/ppc/common.s | 6 +
gas/testsuite/gas/ppc/spe.d | 517 +++++++++++++++++++++--------------------
gas/testsuite/gas/ppc/spe.s | 2 +
include/ChangeLog | 4 +
include/opcode/ppc.h | 8 -
opcodes/ChangeLog | 14 ++
opcodes/ppc-dis.c | 6 -
opcodes/ppc-opc.c | 205 ++++++++--------
11 files changed, 597 insertions(+), 565 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 7625b981c5d Fix warning from r332654 with LLVM_ATTRIBUTE_USED
new 07a4eb640cf Revert r332907 "[GlobalISel] Improving InstructionSelect's [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 25 +-
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 22 +-
test/TableGen/GlobalISelEmitter.td | 1388 ++++++++++----------
utils/TableGen/GlobalISelEmitter.cpp | 865 +++++-------
4 files changed, 1049 insertions(+), 1251 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 6e0e0759900 [GlobalISel] Improving InstructionSelect's performance by r [...]
new 8cc89d08e58 Unbreak kaleidoscope example.
new 7625b981c5d Fix warning from r332654 with LLVM_ATTRIBUTE_USED
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:
examples/Kaleidoscope/Chapter8/toy.cpp | 2 +-
lib/Transforms/Vectorize/VPlanVerifier.cpp | 4 ++--
2 files changed, 3 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 clang.
from 76f4af39f6 Fix another make_unique ambiguity.
new 098ec4061c [X86] Remove a builtin that should have been removed in r332882.
new bf4bd4f4fa Add missing x86-registered-target.
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/clang/Basic/BuiltinsX86.def | 1 -
test/CodeGen/builtins-x86.c | 1 -
test/Misc/cc1as-split-dwarf.s | 1 +
3 files 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 llvm.
from 6a15b1928a0 [DAGCombiner] isAllOnesConstantOrAllOnesSplatConstant(): lo [...]
new 6e0e0759900 [GlobalISel] Improving InstructionSelect's performance by r [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 25 +-
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 22 +-
test/TableGen/GlobalISelEmitter.td | 1388 ++++++++++----------
utils/TableGen/GlobalISelEmitter.cpp | 865 +++++++-----
4 files changed, 1251 insertions(+), 1049 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 4f6bfc6f7d [X86] Remove masking from pternlog llvm intrinsics and use a [...]
new 76f4af39f6 Fix another make_unique ambiguity.
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/CodeGen/BackendUtil.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.