This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f94a00c Reverted 274613 due to compilation failue.
new 96303e0 [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). 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/ARM/ARM.td | 19 +++++++++++++++++++
lib/Target/ARM/ARMHazardRecognizer.cpp | 3 +--
lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 2 +-
lib/Target/ARM/ARMSubtarget.h | 17 +++++++++++++++++
lib/Target/ARM/ARMTargetTransformInfo.cpp | 6 ++----
5 files changed, 40 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 0a272cb AVX-512: Optimization for patterns with i1 scalar type
new f94a00c Reverted 274613 due to compilation failue.
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/X86FastISel.cpp | 3 -
lib/Target/X86/X86ISelLowering.cpp | 62 ++----
lib/Target/X86/X86InstrAVX512.td | 66 +++---
test/CodeGen/X86/avx512-cmp.ll | 2 +
test/CodeGen/X86/avx512-ext.ll | 325 +++++++++++++++---------------
test/CodeGen/X86/avx512-insert-extract.ll | 1 +
test/CodeGen/X86/avx512-intrinsics.ll | 12 +-
test/CodeGen/X86/avx512-mask-op.ll | 60 ++----
test/CodeGen/X86/avx512dq-intrinsics.ll | 4 +
test/CodeGen/X86/masked_gather_scatter.ll | 102 +++++-----
test/CodeGen/X86/pr27591.ll | 49 ++---
test/CodeGen/X86/pr28173.ll | 20 +-
test/CodeGen/X86/xaluo.ll | 2 +-
13 files changed, 329 insertions(+), 379 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 a2a1a4f AMDGPU: Fix return of non-void-returning shaders
new 0a272cb AVX-512: Optimization for patterns with i1 scalar 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:
lib/Target/X86/X86FastISel.cpp | 3 +
lib/Target/X86/X86ISelLowering.cpp | 62 ++++--
lib/Target/X86/X86InstrAVX512.td | 66 +++---
test/CodeGen/X86/avx512-cmp.ll | 2 -
test/CodeGen/X86/avx512-ext.ll | 325 +++++++++++++++---------------
test/CodeGen/X86/avx512-insert-extract.ll | 1 -
test/CodeGen/X86/avx512-intrinsics.ll | 12 +-
test/CodeGen/X86/avx512-mask-op.ll | 60 ++++--
test/CodeGen/X86/avx512dq-intrinsics.ll | 4 -
test/CodeGen/X86/masked_gather_scatter.ll | 102 +++++-----
test/CodeGen/X86/pr27591.ll | 49 +++--
test/CodeGen/X86/pr28173.ll | 20 +-
test/CodeGen/X86/xaluo.ll | 2 +-
13 files changed, 379 insertions(+), 329 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 1e2705d lib/common.sh: use case/esac for package version rather than [...]
new 0a801c3 jenkins.sh: Deploy custom QEMU only when running on x86_64
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:
jenkins.sh | 14 ++++++++------
1 file changed, 8 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 8c21fe9 Vector GEP test: renamed + some comments
new a2a1a4f AMDGPU: Fix return of non-void-returning shaders
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/SILowerControlFlow.cpp | 10 ++++------
test/CodeGen/AMDGPU/ret_jump.ll | 3 ++-
2 files changed, 6 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.
christophe.lyon pushed a change to branch master
in repository toolchain/cross-build-tools.
from e563fcf Add myarm-sim.exp and make site-qemu.exp use it.
new 805401b Allow reservation of 50GB when running aarch64-linux test: as [...]
new ede6aa7 build GCC with --enable-checking
new a19e335 Add more debug information when killed by a signal.
new 40d92d0 Switch to kernel 3.17.2 for aarch64.
new 859abb3 Make sure proot copy is named proot. Call proot --version.
new c078d3c Increase ulimit for AArch64, to help ASAN testing.
new b121167 Support build on RH6
new 248d340 Use --disable-tls for bare-metal configs.
new b2484e8 upgrade to qemu-2.4.1 on rh6
new a2012bc Add support for simulated CPU selection.
new 5bcd18c disable libcilkrts until it works better on arm and qemu
new 813ab9d Upgrade qemu to 2.6.0
new ecec43f Try to workaround for 'missing separator' parallel make problems.
new 067d81b Add debugging info for host-wide-int transient problem.
new 8daa47c redirect stderr to logfile too
new 8a94b5a Track spurious build failures in gcc1 stage too.
new 8a8ad58 Add more traces for HOST_WIDE_INT transcient problem.
new c457917 Remove additional traces, causing the build jobs to fail beca [...]
new c0e7834 Add PROOT_FOR_BUILD.
new 468f69b invoke GCC make install with no parallelism to avoid race conditions
new 04cce8f When the gcc3 build fails, restart it at -j1 to have better logs
new c4ab2d8 restart make with -j1 in case of GCC[1-3] build failure, to h [...]
new 72efbdb Force exit code 9 when there is a build error. Report exit co [...]
new 086f2c9 Add forgotten PROOT_FOR_BUILD support.
new a3d7dac Dump traces from ulimit
new 1f92bd0 Fix indentation
The 26 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:
build-cross-gcc.sh | 208 ++++++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 168 insertions(+), 40 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 99cec95 [X86] Remove GCC builtin names from sse/avx packed fp cmp int [...]
new 8c21fe9 Vector GEP test: renamed + some comments
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:
.../Transforms/SLPVectorizer/X86/{crash_knl.ll => vector_gep.ll} | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
rename test/Transforms/SLPVectorizer/X86/{crash_knl.ll => vector_gep.ll} (77%)
--
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 4ba2579 S/390: Fix vecinit expansion.
new 1137da9 [1/7] Remove unnecessary peeling for gaps check
new a13a9a3 [2/7] Clean up vectorizer load/store costs
new 4162782 [3/7] Fix load/store costs for strided groups
new cf60da0 [4/7] Add a gather_scatter_info structure
new bc691ae [5/7] Move the fix for PR65518
new 85b53a1 [6/7] Explicitly classify vector loads and stores
new 989ceec [7/7] Add negative and zero strides to vect_memory_access_type
The 7 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 | 77 +++
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.dg/vect/group-no-gaps-1.c | 108 ++++
gcc/tree-vect-data-refs.c | 65 +-
gcc/tree-vect-loop.c | 4 +-
gcc/tree-vect-slp.c | 13 +-
gcc/tree-vect-stmts.c | 911 +++++++++++++++-------------
gcc/tree-vectorizer.h | 78 ++-
8 files changed, 807 insertions(+), 453 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/group-no-gaps-1.c
--
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 259aee9 [X86] Use native IR for immediate values 0-7 of packed fp cmp [...]
new e2855b9 Add negative test for TBAA
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/tbaa.cpp | 4 ++++
1 file changed, 4 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 binutils-gdb.
from 42d9401 Allow subscripting raw pointers
new 1040b97 [ARM] Fix endless recursion on calculating CPRC candidate
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:
gdb/ChangeLog | 5 +++++
gdb/arm-tdep.c | 7 +++++--
2 files changed, 10 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.