This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 735b586 PR32010: Fix template argument depth mixup when forming impli [...]
new c6011fa When deducing an array bound from the length of an initialize [...]
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/SemaTemplateDeduction.cpp | 13 +++++--
.../cxx1z-class-template-argument-deduction.cpp | 10 +++---
test/SemaTemplate/deduction.cpp | 42 ++++++++++++++++++++++
3 files changed, 56 insertions(+), 9 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 97823bb [X86] Fix formatting. NFC
new 02e45aa [X86] Use SHLD with both inputs from the same register to imp [...]
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/X86.td | 12 +++++++++++-
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86InstrShiftRotate.td | 9 +++++++++
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 ++++
test/CodeGen/X86/rot32.ll | 9 +++++++++
test/CodeGen/X86/rot64.ll | 9 +++++++++
7 files changed, 44 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 d4c85a8 Add template parameter depth and index to -ast-dump output.
new 735b586 PR32010: Fix template argument depth mixup when forming impli [...]
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/AST/DeclTemplate.h | 1 +
include/clang/Sema/Template.h | 34 +++++++++++++---
lib/Sema/SemaTemplate.cpp | 8 +++-
lib/Sema/SemaTemplateInstantiate.cpp | 26 +++++++++---
lib/Sema/SemaTemplateInstantiateDecl.cpp | 46 +++++++++-------------
.../cxx1z-class-template-argument-deduction.cpp | 26 ++++++++++++
test/SemaTemplate/deduction.cpp | 13 ++++++
7 files changed, 113 insertions(+), 41 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 4d13821 [AVX-512] Use sse_load_f32/f64 in place of scalar_to_vector a [...]
new 97823bb [X86] Fix formatting. NFC
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 | 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 lldb.
from 0269b66 Fix a couple of corner cases in NameMatches
new 52cf150 Fix spelling mistake.
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:
source/Plugins/ExpressionParser/Clang/ClangUserExpression.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 llvm.
from 475a9ff [ValueTracking] clang-format a section I'm about to touch; NFC
new 962f06c [AVX-512] Fix the ExeDomain for vcmpss/vcmpsd.
new 7f8d328 [AVX-512] Add test cases showing failure to fold zero extendi [...]
new 4d13821 [AVX-512] Use sse_load_f32/f64 in place of scalar_to_vector a [...]
The 3 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/X86InstrAVX512.td | 35 ++++++++++--------
test/CodeGen/X86/avx512-memfold.ll | 73 ++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 15 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-memfold.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 llvm.
from 1cd3a6f ScheduleDAG: Cleanup; NFC
new 475a9ff [ValueTracking] clang-format a section I'm about to touch; NFC
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/ValueTracking.cpp | 128 ++++++++++++++++++++---------------------
1 file changed, 64 insertions(+), 64 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 d9b4f9f Factor out function to determine whether we're performing a t [...]
new d4c85a8 Add template parameter depth and index to -ast-dump output.
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/ASTDumper.cpp | 3 +++
test/Misc/ast-dump-decl.cpp | 8 ++++----
test/SemaTemplate/default-expr-arguments-3.cpp | 2 +-
3 files changed, 8 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 llvm.
from 81f0f46 Add a wrapper around copy_if in STLExtras; NFC
new 60202ab SubtargetFeature: Cleanup; NFC
new 1cd3a6f ScheduleDAG: Cleanup; NFC
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/CodeGen/ScheduleDAG.h | 398 ++++++++++++++++++-------------------
include/llvm/MC/SubtargetFeature.h | 73 ++++---
lib/CodeGen/ScheduleDAG.cpp | 317 +++++++++++++----------------
lib/MC/SubtargetFeature.cpp | 96 +++------
4 files changed, 387 insertions(+), 497 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 644e38e Sema: use PropertyDecl for property selector
new d9b4f9f Factor out function to determine whether we're performing a t [...]
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/Sema/Sema.h | 14 ++++++++++++++
lib/Sema/Sema.cpp | 13 ++++---------
lib/Sema/SemaChecking.cpp | 12 ++++++------
lib/Sema/SemaDecl.cpp | 24 ++++++++++++------------
lib/Sema/SemaDeclAttr.cpp | 2 +-
lib/Sema/SemaDeclCXX.cpp | 2 +-
lib/Sema/SemaExpr.cpp | 15 +++++++--------
lib/Sema/SemaExprCXX.cpp | 7 +++----
lib/Sema/SemaInit.cpp | 4 ++--
lib/Sema/SemaLambda.cpp | 2 +-
lib/Sema/SemaOverload.cpp | 2 +-
lib/Sema/SemaStmt.cpp | 2 +-
lib/Sema/SemaTemplate.cpp | 2 +-
lib/Sema/SemaType.cpp | 2 +-
14 files changed, 55 insertions(+), 48 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.