This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2f32d38 [AVX512] Remove gcc builtin name from masked load intrinsics [...]
new 7720e47 Fix intrinsic vbroadcast{i32|f32}x2 lowering.
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 | 15 ++++++++++
lib/Target/X86/X86InstrAVX512.td | 46 ++++++++++++++-----------------
lib/Target/X86/X86IntrinsicsInfo.h | 22 +++++++--------
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 9 ++++--
test/CodeGen/X86/avx512vl-intrinsics.ll | 12 ++++----
5 files changed, 59 insertions(+), 45 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 gcc-6-branch
in repository gcc.
from db1cabc Daily bump.
new 7bcf553 backport "Handle 3-arg phi in copy_bb_and_scalar_dependences"
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 | 9 +++++++++
gcc/graphite-isl-ast-to-gimple.c | 11 +++++------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/graphite/pr69068.c | 14 ++++++++++++++
4 files changed, 36 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr69068.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 gcc.
from b68f645 Daily bump.
new 7a51c70 Handle 3-arg phi in copy_bb_and_scalar_dependences
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 | 6 ++++++
gcc/graphite-isl-ast-to-gimple.c | 11 +++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr69068.c | 14 ++++++++++++++
4 files changed, 30 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr69068.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 c8dc8c5 [MSVC] Fix stack overflow in unqualified type lookup logic, b [...]
new 37145f1 [AVX512] Convert masked load builtins to generic masked load [...]
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/CGBuiltin.cpp | 67 ++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512bw-builtins.c | 8 ++---
test/CodeGen/avx512f-builtins.c | 30 ++++++++---------
test/CodeGen/avx512vl-builtins.c | 64 ++++++++++++++++++------------------
test/CodeGen/avx512vlbw-builtins.c | 16 ++++-----
5 files changed, 126 insertions(+), 59 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 acc7ed7 [AVX512] Remove masked store intrinsics. Clang now emits gene [...]
new 2f32d38 [AVX512] Remove gcc builtin name from masked load intrinsics [...]
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 | 30 ------------------------------
1 file changed, 30 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 3ca4f71 [X86] Use unaligned load intrinsics to implement other intrin [...]
new c8dc8c5 [MSVC] Fix stack overflow in unqualified type lookup logic, b [...]
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/Sema/SemaDecl.cpp | 16 ++++++++----
.../ms-lookup-template-base-classes.cpp | 29 ++++++++++++++++++++++
2 files changed, 40 insertions(+), 5 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 5d7e1c9 [AVX512] Emit generic masked store instrinsics instead of usi [...]
new 3ca4f71 [X86] Use unaligned load intrinsics to implement other intrin [...]
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/Headers/avxintrin.h | 25 ++++++-------------------
1 file changed, 6 insertions(+), 19 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 57c164f Add tests that got missed in r271247.
new 8a8c114 Mark LWG issue 2520 as complete
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:
.../unique.ptr.runtime.ctor/pointer_deleter02.pass.cpp | 6 ++++++
.../unique.ptr.runtime.ctor/pointer_deleter03.pass.cpp | 5 +++++
.../unique.ptr.runtime.ctor/pointer_deleter04.pass.cpp | 5 +++++
www/cxx1z_status.html | 2 +-
4 files changed, 17 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 692eabe [llvm-pdbdump-fuzzer] Add a fuzzer for llvm-pdbdump
new a2bdb6d X86: permit using SjLj EH on x86 targets as an option
new acc7ed7 [AVX512] Remove masked store intrinsics. Clang now emits gene [...]
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/llvm/Analysis/EHPersonalities.h | 2 +
include/llvm/CodeGen/CommandFlags.h | 17 ++
include/llvm/IR/IntrinsicsX86.td | 130 ----------
include/llvm/MC/MCAsmInfo.h | 4 +
lib/Analysis/EHPersonalities.cpp | 2 +
lib/CodeGen/LLVMTargetMachine.cpp | 3 +
lib/IR/AutoUpgrade.cpp | 66 ++++++
lib/Target/X86/X86ISelLowering.cpp | 261 ++++++++++++++++++++-
lib/Target/X86/X86ISelLowering.h | 10 +
lib/Target/X86/X86InstrInfo.td | 7 +
lib/Target/X86/X86IntrinsicsInfo.h | 30 ---
.../InstCombine/InstructionCombining.cpp | 2 +
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 114 +++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 112 ---------
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 49 ++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 48 ----
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 58 +++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 56 -----
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 226 ++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 224 ------------------
test/CodeGen/X86/sjlj-eh.ll | 72 ++++++
21 files changed, 892 insertions(+), 601 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-intrinsics-upgrade.ll
create mode 100644 test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
create mode 100644 test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll
create mode 100644 test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
create mode 100644 test/CodeGen/X86/sjlj-eh.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 clang.
from 6d6598a [X86] Ensure load/store tests unaligned pointers really are align 1
new 5d7e1c9 [AVX512] Emit generic masked store instrinsics instead of usi [...]
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/CGBuiltin.cpp | 68 ++++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512bw-builtins.c | 4 +--
test/CodeGen/avx512f-builtins.c | 23 +++++++------
test/CodeGen/avx512vl-builtins.c | 32 +++++++++---------
test/CodeGen/avx512vlbw-builtins.c | 8 ++---
5 files changed, 103 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.