This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 83f3a27 [Analysis] Refactor as promised in r290397.
new 3500d08 [Analysis] Ignore `nobuiltin` on `allocsize` function calls.
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/Analysis/MemoryBuiltins.cpp | 25 +++++++++++++++----------
test/Transforms/InstCombine/allocsize.ll | 13 +++++++++++++
2 files changed, 28 insertions(+), 10 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 48ee9a8 [AVX-512] Remove masked pmuldq and pmuludq intrinsics and aut [...]
new 83f3a27 [Analysis] Refactor as promised in r290397.
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/Analysis/MemoryBuiltins.cpp | 38 ++++++++++++++++++++++----------------
1 file changed, 22 insertions(+), 16 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 621133b Emit CCEDiags when evaluating a const variable.
new 5aafadd Work around a standard defect: template argument deduction fo [...]
new 2f25e95 Add reference/non-reference mismatch test.
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:
lib/Sema/SemaTemplate.cpp | 8 +++++++-
lib/Sema/SemaTemplateDeduction.cpp | 19 +++++++++++-------
test/SemaTemplate/temp_arg_nontype.cpp | 30 ++++++++++++++++++++++++++++
test/SemaTemplate/temp_arg_nontype_cxx1z.cpp | 6 ++++++
4 files changed, 55 insertions(+), 8 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 3f4d13d [LCG] Teach the LazyCallGraph to handle visiting the blockadd [...]
new b7ae55e [InstCombine][X86] Add DemandedElts support for 512-bit PMULD [...]
new 48ee9a8 [AVX-512] Remove masked pmuldq and pmuludq intrinsics and aut [...]
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/IR/IntrinsicsX86.td | 18 --
lib/IR/AutoUpgrade.cpp | 26 +++
lib/Target/X86/X86IntrinsicsInfo.h | 12 --
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +-
.../InstCombine/InstCombineSimplifyDemanded.cpp | 4 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 213 ++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics.ll | 214 ---------------------
test/Transforms/InstCombine/x86-muldq.ll | 29 +++
8 files changed, 274 insertions(+), 246 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 ad84b64 [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins [...]
new 621133b Emit CCEDiags when evaluating a const variable.
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/AST/ExprConstant.cpp | 5 ++++-
test/SemaCXX/constant-expression-cxx11.cpp | 2 +-
test/SemaCXX/constant-expression-cxx1y.cpp | 19 +++++++++++--------
3 files changed, 16 insertions(+), 10 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 b8c9ebc [AVX-512] Add 512-bit unmasked intrinsics for pmuldq and pmul [...]
new 3f4d13d [LCG] Teach the LazyCallGraph to handle visiting the blockadd [...]
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/Analysis/LazyCallGraph.h | 10 ++++++++++
unittests/Analysis/LazyCallGraphTest.cpp | 31 +++++++++++++++++++++++++++++++
2 files changed, 41 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 clang.
from ece2a94 [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins [...]
new 21cc71f Factor out repeated code for deducing a non-type template par [...]
new 1c57288 Add a test for `const` folding introduced by r290297. NFC.
new 18a1699 Revert r290575 "[AVX-512] Replace masked 512-bit pmuldq and p [...]
new 1892b3e Revert r290574 "foo"
new ad84b64 [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins [...]
The 5 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/SemaTemplateDeduction.cpp | 119 +++++++++--------------------
test/SemaCXX/constant-expression-cxx1y.cpp | 17 +++++
2 files changed, 55 insertions(+), 81 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 fd0dd18 [Inliner] Modernize all of the inliner tests that were using grep.
new 4c00278 [PM] Teach the inliner in the new PM to merge attributes afte [...]
new b8c9ebc [AVX-512] Add 512-bit unmasked intrinsics for pmuldq and pmul [...]
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/IR/IntrinsicsX86.td | 4 +
lib/Target/X86/X86IntrinsicsInfo.h | 2 +
lib/Transforms/IPO/Inliner.cpp | 3 +
test/CodeGen/X86/avx512-intrinsics.ll | 238 ++++++++++++++++++++++++++++++++++
test/Transforms/Inline/attributes.ll | 3 +-
5 files changed, 249 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 clang.
from da27c15 Driver: switch Windows to static RelocModel
new efb9925 foo
new ece2a94 [AVX-512] Replace masked 512-bit pmuldq and pmuludq builtins [...]
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/clang/Basic/BuiltinsX86.def | 4 ++--
lib/Headers/avx512fintrin.h | 48 ++++++++++++++-----------------------
test/CodeGen/avx512f-builtins.c | 24 +++++++++++++++----
3 files changed, 40 insertions(+), 36 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 compiler-rt.
from 0d5b5ff [tsan] Fix string to bool conversion warnings in tsan tests
new c0e0924 test: filter out -fPIE/-pie 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/asan/TestCases/sanity_check_pure_c.c | 2 +-
test/asan/TestCases/suppressions-library.cc | 2 +-
test/asan/lit.cfg | 9 +++++++++
3 files changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.