This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c90b63920d8 compiler: no nil check needed for closure var dereferences
new aee0d4e2b5f Enable VNNI support [1/5]
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/ChangeLog | 13 +++++++++++++
gcc/common/config/i386/i386-common.c | 17 +++++++++++++++++
gcc/config/i386/cpuid.h | 1 +
gcc/config/i386/driver-i386.c | 5 ++++-
gcc/config/i386/i386-c.c | 2 ++
gcc/config/i386/i386.c | 2 ++
gcc/config/i386/i386.h | 2 ++
gcc/config/i386/i386.opt | 4 ++++
8 files changed, 45 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 02ef0610a9e Revert r319691: [globalisel][tablegen] Split atomic load/st [...]
new 07b0498e27d [X86] Use vector widening to support sign extend from i1 wh [...]
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 | 51 ++++++++++++--------
test/CodeGen/X86/avg-mask.ll | 8 ++--
test/CodeGen/X86/avx512-calling-conv.ll | 20 ++++----
test/CodeGen/X86/avx512-cvt.ll | 12 ++---
test/CodeGen/X86/avx512-mask-op.ll | 20 ++++----
test/CodeGen/X86/avx512-vec-cmp.ll | 4 +-
test/CodeGen/X86/avx512vl-vec-masked-cmp.ll | 72 ++++++++++-------------------
test/CodeGen/X86/setcc-lowering.ll | 5 +-
test/CodeGen/X86/sse-fsignum.ll | 6 +--
test/CodeGen/X86/vector-compare-results.ll | 20 ++++----
test/CodeGen/X86/vector-sext.ll | 23 +++++----
test/CodeGen/X86/vector-shuffle-v1.ll | 10 ++--
12 files changed, 121 insertions(+), 130 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 a83daa1f6a0 Disable detect_leaks in the ASanified build of LLVM when us [...]
new 02ef0610a9e Revert r319691: [globalisel][tablegen] Split atomic load/st [...]
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:
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 2 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 24 --
include/llvm/CodeGen/TargetOpcodes.def | 6 -
include/llvm/Target/GenericOpcodes.td | 22 --
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 22 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 21 -
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 32 --
lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 +
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 8 -
lib/Target/ARM/ARMInstructionSelector.cpp | 6 +
lib/Target/X86/X86InstructionSelector.cpp | 5 +
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 20 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 12 +-
.../GlobalISel/legalize-atomic-load-store.mir | 91 -----
.../AArch64/GlobalISel/select-atomic-load.mir | 431 ---------------------
test/TableGen/GlobalISelEmitter.td | 2 +
utils/TableGen/GlobalISelEmitter.cpp | 131 ++-----
17 files changed, 99 insertions(+), 742 deletions(-)
delete mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-atomic-load-store.mir
delete mode 100644 test/CodeGen/AArch64/GlobalISel/select-atomic-load.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 95465ed3d16 [X86] Fix a crash if avx512bw and xop are both enabled when [...]
new a83daa1f6a0 Disable detect_leaks in the ASanified build of LLVM when us [...]
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:
utils/lit/lit/llvm/config.py | 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 a7574026a1a AMDGPU: Fix missing subtarget feature initializer
new 95465ed3d16 [X86] Fix a crash if avx512bw and xop are both enabled when [...]
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 | 5 +++--
test/CodeGen/X86/vector-bitreverse.ll | 3 +++
2 files changed, 6 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 f7d0fecf3 Add issue 2587, which was missed
new df68ebc39 Land D28253 which fixes PR28929 (which we mistakenly marked a [...]
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/memory | 10 ++++++++++
.../make_shared.private.fail.cpp} | 15 +++++++++------
.../make_shared.protected.fail.cpp} | 18 +++++++-----------
3 files changed, 26 insertions(+), 17 deletions(-)
copy test/std/utilities/memory/{specialized.algorithms/specialized.addressof/addre [...]
copy test/std/utilities/memory/util.smartptr/{util.smartptr.shared.atomic/atomic_i [...]
--
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 99ba11f395 [libclang] Store unsaved file hashes when recording parsing [...]
new 6b5f9b882e AMDGPU: Don't add fp64 feature to r600 subtargets
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/AMDGPU.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 libcxx.
from 94ab5eb37 Commit tests for changes in revision 319710
new f7d0fecf3 Add issue 2587, which was missed
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:
www/cxx1z_status.html | 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 llvm.
from a50e269370e AMDGPU: Fix crash when scheduling DBG_VALUE
new a7574026a1a AMDGPU: Fix missing subtarget feature initializer
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/AMDGPUSubtarget.cpp | 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 llvm.
from eb94f55b0d0 [X86] Use vector widening to support zero extend from i1 wh [...]
new a50e269370e AMDGPU: Fix crash when scheduling DBG_VALUE
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/GCNSchedStrategy.cpp | 6 +-
test/CodeGen/AMDGPU/sched-crash-dbg-value.mir | 333 ++++++++++++++++++++++++++
2 files changed, 338 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.