This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from aa228ef4a35 [X86] Remove mask arguments from permvar builtins/intrinsic [...]
new 1181c40e0e2 [LLVM-C] Improve Bindings For Aliases
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-c/Core.h | 50 +++++++++++++++++++++++
lib/IR/Core.cpp | 45 +++++++++++++++++++++
test/Bindings/llvm-c/echo.ll | 6 +++
tools/llvm-c-test/echo.cpp | 94 +++++++++++++++++++++++++++++++++++++++++---
4 files changed, 189 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 f1617020035 Revert 332750, llvm part (see comment on D46910).
new aa228ef4a35 [X86] Remove mask arguments from permvar builtins/intrinsic [...]
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 | 48 +-
lib/IR/AutoUpgrade.cpp | 40 +-
lib/Target/X86/X86ISelLowering.cpp | 14 +-
lib/Target/X86/X86IntrinsicsInfo.h | 46 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 32 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 80 +++
test/CodeGen/X86/avx512-intrinsics.ll | 72 ++-
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 30 ++
test/CodeGen/X86/avx512bw-intrinsics.ll | 28 +-
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 40 ++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 36 +-
test/CodeGen/X86/avx512vbmi-intrinsics-upgrade.ll | 21 +
test/CodeGen/X86/avx512vbmi-intrinsics.ll | 25 +-
.../CodeGen/X86/avx512vbmivl-intrinsics-upgrade.ll | 42 ++
test/CodeGen/X86/avx512vbmivl-intrinsics.ll | 40 +-
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 40 ++
test/CodeGen/X86/avx512vl-intrinsics.ll | 40 +-
test/CodeGen/X86/stack-folding-fp-avx512.ll | 10 +-
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 6 +-
test/CodeGen/X86/stack-folding-int-avx512.ll | 26 +-
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 12 +-
.../X86/vector-shuffle-combining-avx512bw.ll | 90 ++--
.../X86/vector-shuffle-combining-avx512bwvl.ll | 1 -
.../X86/vector-shuffle-combining-avx512vbmi.ll | 3 -
test/Transforms/InstCombine/X86/x86-avx512.ll | 596 +++++++++++++--------
25 files changed, 925 insertions(+), 493 deletions(-)
create mode 100644 test/CodeGen/X86/avx512vbmi-intrinsics-upgrade.ll
create mode 100644 test/CodeGen/X86/avx512vbmivl-intrinsics-upgrade.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 f229fdd1fe Revert 332750, clang part (see comment on D46910).
new 4029c7ddda [X86] Remove mask arguments from permvar builtins/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/clang/Basic/BuiltinsX86.def | 24 +++++-----
lib/Headers/avx512bwintrin.h | 19 +++-----
lib/Headers/avx512fintrin.h | 88 ++++++++++++++-----------------------
lib/Headers/avx512vbmiintrin.h | 19 +++-----
lib/Headers/avx512vbmivlintrin.h | 38 ++++++----------
lib/Headers/avx512vlbwintrin.h | 38 ++++++----------
lib/Headers/avx512vlintrin.h | 42 +++++++-----------
test/CodeGen/avx512bw-builtins.c | 8 ++--
test/CodeGen/avx512f-builtins.c | 32 +++++++++-----
test/CodeGen/avx512vbmi-builtins.c | 8 ++--
test/CodeGen/avx512vbmivl-builtin.c | 16 ++++---
test/CodeGen/avx512vl-builtins.c | 14 +++---
test/CodeGen/avx512vlbw-builtins.c | 16 ++++---
13 files changed, 163 insertions(+), 199 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 e7c11b70931 [mips] Add microMIPSR6 ll/sc instructions.
new f1617020035 Revert 332750, llvm part (see comment on D46910).
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/GetHostTriple.cmake | 8 ++++----
lib/Support/Unix/Host.inc | 2 +-
lib/Support/Windows/Host.inc | 2 +-
3 files changed, 6 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 clang.
from 4d415cd5b3 Sema: diagnose invalid catch parameter in ObjC
new f229fdd1fe Revert 332750, clang part (see comment on D46910).
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/Frontend/CompilerInvocation.cpp | 3 +--
1 file changed, 1 insertion(+), 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 clang.
from b212149560 Print the qualified name when dumping deserialized decls.
new 4d415cd5b3 Sema: diagnose invalid catch parameter in ObjC
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/SemaDeclObjC.cpp | 11 ++++++++---
test/SemaObjC/catch-invalid.m | 9 +++++++++
2 files changed, 17 insertions(+), 3 deletions(-)
create mode 100644 test/SemaObjC/catch-invalid.m
--
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 42ebf193bc9 [InstCombine] choose 1 form of abs and nabs as canonical
new e7c11b70931 [mips] Add microMIPSR6 ll/sc instructions.
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/Mips/Disassembler/MipsDisassembler.cpp | 2 +-
lib/Target/Mips/MicroMips32r6InstrFormats.td | 18 ++++++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 29 +++++++++++++++++++++++
lib/Target/Mips/MicroMipsInstrInfo.td | 12 +++++-----
lib/Target/Mips/MipsISelLowering.cpp | 16 ++++++-------
lib/Target/Mips/MipsSERegisterInfo.cpp | 2 ++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 4 ++++
test/MC/Mips/micromips32r6/invalid-wrong-error.s | 4 ++++
test/MC/Mips/micromips32r6/invalid.s | 8 +++++++
test/MC/Mips/micromips32r6/valid.s | 2 ++
10 files changed, 82 insertions(+), 15 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 04e4adf9682 [cmake] Add a switch to enable/disable bindings.
new 42ebf193bc9 [InstCombine] choose 1 form of abs and nabs as canonical
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/InstCombine/InstCombineSelect.cpp | 51 +++++++
test/Transforms/InstCombine/abs-1.ll | 42 +++---
test/Transforms/InstCombine/abs_abs.ll | 166 +++++++++++------------
test/Transforms/InstCombine/icmp.ll | 4 +-
test/Transforms/InstCombine/max-of-nots.ll | 4 +-
test/Transforms/InstCombine/select_meta.ll | 15 +-
test/Transforms/InstSimplify/call-callconv.ll | 8 +-
7 files changed, 171 insertions(+), 119 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 fa3202c56 Implement deduction guides for forward_list
new d4c79d0bb Deduction guides for list
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/list | 26 +++++-
.../deque.cons => list/list.cons}/deduct.fail.cpp | 12 +--
.../sequences/list/list.cons/deduct.pass.cpp | 103 +++++++++++++++++++++
3 files changed, 133 insertions(+), 8 deletions(-)
copy test/std/containers/sequences/{deque/deque.cons => list/list.cons}/deduct.fai [...]
create mode 100644 test/std/containers/sequences/list/list.cons/deduct.pass.cpp
--
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 6b2fbf833d [Driver] Temporarily remove test for LLVM findNearest
new b212149560 Print the qualified name when dumping deserialized decls.
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/Frontend/FrontendAction.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.