This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bda0adb3834 GlobalISel: Don't call changingInstruction before giving up
new 8927be488e3 GlobalISel: Implement narrowScalar for bswap
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/GlobalISel/LegalizerHelper.cpp | 25 +++++
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 6 +-
test/CodeGen/AMDGPU/GlobalISel/legalize-bswap.mir | 125 ++++++++++++++++++++++
3 files changed, 155 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-bswap.mir
--
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 d08f66450d9 GlobalISel: Allow bitcount ops to have different result type
new bda0adb3834 GlobalISel: Don't call changingInstruction before giving up
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/GlobalISel/LegalizerHelper.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 b2d28d4c345 GlobalISel: Use helper function for MMO splitting
new d08f66450d9 GlobalISel: Allow bitcount ops to have different result type
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/CodeGen/GlobalISel/LegalizerHelper.h | 6 ++
include/llvm/Target/GenericOpcodes.td | 10 +--
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 34 ++++++++-
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 15 ++--
lib/Target/ARM/ARMLegalizerInfo.cpp | 12 ++-
.../GlobalISel/legalizer-info-validation.mir | 10 +--
.../AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir | 88 ++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir | 88 ++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-ctpop.mir | 88 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/legalize-cttz-zero-undef.mir | 88 ++++++++++++++++++++++
test/CodeGen/AMDGPU/GlobalISel/legalize-cttz.mir | 88 ++++++++++++++++++++++
.../CodeGen/GlobalISel/LegalizerHelperTest.cpp | 80 ++++++++++++--------
12 files changed, 551 insertions(+), 56 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz-zero-undef.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-ctlz.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-ctpop.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-cttz-zero-undef.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-cttz.mir
--
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 31a756d96b6 GlobalISel: Fix creating MMOs with align 0
new 0d8191b84fd [InstCombine] Expand testing for Windows (NFC)
new e424cc64f5a [libFuzzer] update docs
new b2d28d4c345 GlobalISel: Use helper function for MMO splitting
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:
docs/LibFuzzer.rst | 11 +--
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 24 +++---
lib/CodeGen/MachineFunction.cpp | 23 +++---
test/Transforms/InstCombine/pow-1.ll | 115 +++++++++++++++++------------
4 files changed, 94 insertions(+), 79 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 a679da115c2 [X86] Add a 32-bit command line to avx512-intrinsics.ll. Mo [...]
new 31a756d96b6 GlobalISel: Fix creating MMOs with align 0
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/GlobalISel/IRTranslator.cpp | 6 +-
lib/CodeGen/MachineOperand.cpp | 2 +-
lib/Target/AArch64/AArch64CallLowering.cpp | 5 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 4 +-
lib/Target/ARM/ARMCallLowering.cpp | 6 +-
lib/Target/Mips/MipsCallLowering.cpp | 16 ++-
lib/Target/X86/X86CallLowering.cpp | 4 +-
.../AArch64/GlobalISel/arm64-callingconv-ios.ll | 10 +-
.../AArch64/GlobalISel/call-translator-cse.ll | 4 +-
.../AArch64/GlobalISel/call-translator-ios.ll | 16 +--
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 22 ++--
.../AArch64/GlobalISel/varargs-ios-translator.ll | 2 +-
test/CodeGen/AArch64/GlobalISel/vastart.ll | 4 +-
test/CodeGen/ARM/GlobalISel/arm-legalize-vfp4.mir | 6 +-
.../Mips/GlobalISel/irtranslator/extend_args.ll | 24 ++--
.../Mips/GlobalISel/irtranslator/pointers.ll | 2 +-
.../Mips/GlobalISel/irtranslator/split_args.ll | 14 +-
.../Mips/GlobalISel/irtranslator/stack_args.ll | 4 +-
.../X86/GlobalISel/irtranslator-callingconv.ll | 146 ++++++++++-----------
19 files changed, 154 insertions(+), 143 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 compiler-rt.
from 1292fed3c [libFuzzer] Set default sanitizer options in fuzzer tests
new c2cbf86c5 [libFuzzer] set libFuzzer's own SEGV handler even one is alre [...]
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/fuzzer/FuzzerDriver.cpp | 4 +---
lib/fuzzer/FuzzerInternal.h | 1 -
lib/fuzzer/FuzzerLoop.cpp | 9 ++++-----
lib/fuzzer/FuzzerUtilPosix.cpp | 17 +++++++++++++----
test/fuzzer/large.test | 1 +
5 files changed, 19 insertions(+), 13 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 compiler-rt.
from 11c441a42 [libFuzzer] experimental performance optimization -lazy_count [...]
new 1292fed3c [libFuzzer] Set default sanitizer options in fuzzer tests
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/fuzzer/FuzzerLoop.cpp | 5 +++--
test/fuzzer/fuzzer-segv.test | 4 ++--
test/fuzzer/large.test | 2 +-
test/fuzzer/lit.cfg | 7 +++++++
test/fuzzer/minimize_two_crashes.test | 2 +-
test/fuzzer/strncmp-oob.test | 2 +-
6 files changed, 15 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 binutils-2_32-branch
in repository binutils-gdb.
from cd6b4a5c33 Automatic date update in version.in
new 580e7b1586 Document ld -t behaviour
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:
ld/ChangeLog | 5 +++++
ld/NEWS | 6 ++++++
ld/ld.texi | 6 +++++-
3 files changed, 16 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 lldb.
from a7551c890 [Python] Fix gdb-remote and lldb-server utilities to work with Py3.
new a0ad73f58 [testsuite] Fix TestAppleSimulator so that it works with Python 3.
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:
packages/Python/lldbsuite/test/decorators.py | 2 +-
.../lldbsuite/test/tools/lldb-server/TestAppleSimulatorOSType.py | 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 binutils-gdb.
from 061e12709b Automatic date update in version.in
new 4f4690cd42 Document ld -t behaviour
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:
ld/ChangeLog | 5 +++++
ld/NEWS | 6 ++++++
ld/ld.texi | 6 +++++-
3 files changed, 16 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.