This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b06a386 [AVX512] Add KADD/KAND/KOR/KXOR to X86InstrInfo::isAssociativ [...]
new d504c85 [ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android [...]
new 4052e72 [X86] Fix test checks to include leading 'v' on avx mnemonic names.
new c9ba7aa [AVX512] Add EVEX versions of scalar ADD/SUB/MUL/DIV to load [...]
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:
include/llvm/Target/TargetLowering.h | 5 +
lib/Target/ARM/ARMFastISel.cpp | 7 ++
lib/Target/ARM/ARMISelLowering.cpp | 1 +
lib/Target/ARM/ARMISelLowering.h | 6 ++
lib/Target/X86/X86InstrInfo.cpp | 38 +++++--
test/CodeGen/ARM/divmod-eabi.ll | 117 +++++++++++++++++++---
test/CodeGen/X86/stack-folding-fp-avx1.ll | 26 ++---
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 137 ++++++++++++++++++++++++++
8 files changed, 302 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/X86/stack-folding-fp-avx512vl.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 93324fe [GVNHoist] Change the key for VNtoInsns to a pair
new 92763c0 [X86] Fix 80-column violations. NFC
new 0c4677f [AVX512] Use VMOVAPSZ128rr/VMOVAPS256rr for VR128X/VR256X phy [...]
new e70f2b6 [X86] Add more opcodes to isFrameLoadOpcode/isFrameStoreOpcod [...]
new 3305a40 [X86] Add AVX512 load opcodes and a couple AVX load opcodes t [...]
new 224d146 [X86] Add more AVX512 instructions to X86InstrInfo::isHighLat [...]
new 4388ffc [X86] Add AVX512 instructions to X86InstrInfo::isAssociativeA [...]
new 81c3344 [X86] Add floating point packed logical ops to X86InstrInfo:: [...]
new fefffbf [X86] Add VPADD instructions to X86InstrInfo::isAssociativeAn [...]
new ad7e1da [X86] Add VPMULLW/D/Q instructions to X86InstrInfo::isAssocia [...]
new b06a386 [AVX512] Add KADD/KAND/KOR/KXOR to X86InstrInfo::isAssociativ [...]
The 10 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/X86InstrInfo.cpp | 605 +++++++++++++++++++++--
test/CodeGen/X86/WidenArith.ll | 2 +-
test/CodeGen/X86/avx2-intrinsics-x86.ll | 2 +-
test/CodeGen/X86/avx512-arith.ll | 22 +-
test/CodeGen/X86/avx512-calling-conv.ll | 25 +-
test/CodeGen/X86/avx512-fma.ll | 48 +-
test/CodeGen/X86/avx512-gather-scatter-intrin.ll | 28 +-
test/CodeGen/X86/avx512-intel-ocl.ll | 8 +-
test/CodeGen/X86/avx512-mask-op.ll | 40 +-
test/CodeGen/X86/avx512-mask-spills.ll | 40 +-
test/CodeGen/X86/avx512-vbroadcast.ll | 4 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 228 ++++-----
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 62 +--
test/CodeGen/X86/avx512ifmavl-intrinsics.ll | 32 +-
test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 12 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 60 +--
test/CodeGen/X86/avx512vl-intrinsics.ll | 154 +++---
test/CodeGen/X86/avx512vl-vbroadcast.ll | 6 +-
test/CodeGen/X86/fma_patterns.ll | 36 +-
test/CodeGen/X86/masked_gather_scatter.ll | 52 +-
test/CodeGen/X86/masked_memop.ll | 242 ++++-----
test/CodeGen/X86/pmul.ll | 72 ++-
test/CodeGen/X86/sad.ll | 553 +++++++++++----------
test/CodeGen/X86/shrink_vmul.ll | 5 +-
test/CodeGen/X86/unaligned-spill-folding.ll | 2 +-
test/CodeGen/X86/v8i1-masks.ll | 4 +-
test/CodeGen/X86/vector-bitreverse.ll | 552 ++++++++++-----------
test/CodeGen/X86/vector-sext.ll | 4 +-
test/CodeGen/X86/vector-trunc-math.ll | 200 ++++----
test/CodeGen/X86/x86-32-vector-calling-conv.ll | 24 +-
30 files changed, 1861 insertions(+), 1263 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 b9c2032 [libcxx][filesystem] Remove setgid from parent before testing [...]
new 066feb8 Remove locale tests that depend on enviroment variables.
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:
.../category.ctype/locale.ctype.byname/types.pass.cpp | 17 -----------------
1 file changed, 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 llvm.
from 4893e1f [llvm-cov] Attempt to fix a test failure on Windows
new 93324fe [GVNHoist] Change the key for VNtoInsns to a pair
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/Transforms/Scalar/GVNHoist.cpp | 22 +++++++++++++---------
test/Transforms/GVN/hoist.ll | 8 ++++----
2 files changed, 17 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 libcxx.
from 5432e3b Rework libatomic handling in CMake and LIT.
new b9c2032 [libcxx][filesystem] Remove setgid from parent before testing [...]
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:
.../fs.op.create_directory/create_directory_with_attributes.pass.cpp | 3 +++
1 file changed, 3 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 libcxx.
from 755baa9 Improve ABI tests for std::pair.
new 5432e3b Rework libatomic handling in CMake and LIT.
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:
cmake/Modules/CheckLibcxxAtomic.cmake | 2 +-
lib/CMakeLists.txt | 2 +-
test/CMakeLists.txt | 1 +
test/libcxx/test/config.py | 3 +++
test/lit.site.cfg.in | 4 +++-
5 files changed, 9 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 llvm.
from 7358595 Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer [...]
new 4893e1f [llvm-cov] Attempt to fix a test failure on Windows
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/tools/llvm-cov/demangle.test | 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 libcxx.
from f5750d5 Add checkpoint diagnostics to help diagnose buildbot failures.
new 755baa9 Improve ABI tests for std::pair.
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:
...pass.cpp => non_trivial_copy_move_ABI.pass.cpp} | 10 +-
.../pairs.pair/trivial_copy_move_ABI.pass.cpp | 147 +++++++++++++++++++++
2 files changed, 152 insertions(+), 5 deletions(-)
rename test/libcxx/utilities/utility/pairs/pairs.pair/{trivial_copy_move.pass.cpp [...]
create mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/trivial_copy_mov [...]
--
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 a6f9e21 [GVNHoist] Sink HoistedCtr into GVNHoist
new 7358595 Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer [...]
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/Transforms/IPO/FunctionAttrs.cpp | 50 ----------------------
.../FunctionAttrs/2009-01-02-LocalStores.ll | 2 +-
test/Transforms/FunctionAttrs/nocapture.ll | 6 +--
test/Transforms/FunctionAttrs/readattrs.ll | 4 +-
4 files changed, 6 insertions(+), 56 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 b1e12d6 test: add missing triple to test
new 56d5bb9 Revert r275678, "Revert "Revert r275027 - Let FuncAttrs infer [...]
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/CodeGen/ppc64-struct-onevect.c | 2 +-
test/CodeGenCXX/wasm-args-returns.cpp | 4 ++--
test/CodeGenOpenCL/as_type.cl | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.