This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d332921 Only substitute into type of non-type template parameter once [...]
new 5d286f2 Move generation of injected template arguments for a template [...]
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/ASTContext.h | 6 +++++
lib/AST/ASTContext.cpp | 38 ++++++++++++++++++++++++++++++
lib/AST/DeclTemplate.cpp | 52 +++++++-----------------------------------
3 files changed, 52 insertions(+), 44 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 c9ccece KillTheDoctor.cpp: Appease cases on case-senstitive host, lik [...]
new 124a091 Fix some DOS-style line endings that I suspect snuck in from [...]
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/Transforms/GVN/fold-const-expr.ll | 198 ++++++++++++++---------------
test/Transforms/NewGVN/fold-const-expr.ll | 200 +++++++++++++++---------------
2 files changed, 199 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 clang.
from 4066cb5 When merging two deduced non-type template arguments for the [...]
new d332921 Only substitute into type of non-type template parameter once [...]
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 | 61 +++++++++++++++++---------------------
1 file changed, 27 insertions(+), 34 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 d4a4c08 Don't consider allocsize functions to be allocation functions.
new 3abadf4 Enable '-Wstring-conversion' and fix some bad asserts that it [...]
new 0b79f4e KillTheDoctor: Add a required system lib, psapi. KillTheDocto [...]
new c9ccece KillTheDoctor.cpp: Appease cases on case-senstitive host, lik [...]
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:
cmake/modules/HandleLLVMOptions.cmake | 3 +++
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 2 +-
lib/Transforms/Scalar/NewGVN.cpp | 2 +-
utils/KillTheDoctor/CMakeLists.txt | 5 ++++-
utils/KillTheDoctor/KillTheDoctor.cpp | 6 +++---
5 files changed, 12 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 d0ca163 Cleanup the handling of noinline function attributes, -fno-in [...]
new 4066cb5 When merging two deduced non-type template arguments for the [...]
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/TemplateBase.h | 4 ++
include/clang/Basic/DiagnosticSemaKinds.td | 6 ++-
lib/AST/TemplateBase.cpp | 25 ++++++++++
lib/Sema/SemaOverload.cpp | 20 +++++++-
lib/Sema/SemaTemplateDeduction.cpp | 69 +++++++++++++++-----------
test/CXX/temp/temp.fct.spec/temp.deduct/p9.cpp | 5 +-
test/SemaTemplate/deduction.cpp | 65 +++++++++++++++++++++++-
7 files changed, 161 insertions(+), 33 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 adf4cb6 NFC code motion in ImplicitNullChecks
new d4a4c08 Don't consider allocsize functions to be allocation functions.
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 | 51 +++++++++++++++++--------------
unittests/Analysis/CMakeLists.txt | 1 +
unittests/Analysis/MemoryBuiltinsTest.cpp | 50 ++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+), 23 deletions(-)
create mode 100644 unittests/Analysis/MemoryBuiltinsTest.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 compiler-rt.
from 7b94904 Fix interceptors setup broken after r290382
new 9823a0b [compiler-rt] Define COMMON_INTERCEPT_FUNCTION_MEMCPY for tsa [...]
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/sanitizer_common/sanitizer_common_interceptors.inc | 4 ++++
1 file changed, 4 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 llvm.
from 2feb23f [ObjectYAML] Fixing a compiler warning
new 2f275ef Reimplement depedency tracking in the ImplicitNullChecks pass
new adf4cb6 NFC code motion in ImplicitNullChecks
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/CodeGen/ImplicitNullChecks.cpp | 412 +++++++++++++++---------------
test/CodeGen/X86/implicit-null-checks.mir | 61 +++++
2 files changed, 268 insertions(+), 205 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.