This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8fc981f [c++1z] Diagnose attempts to use variables with deduced class [...]
new fbe18a2 Don't let EvaluationModes dictate whether an invalid base is OK
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 | 94 +++++++++++++++++++++++++----------------
test/CodeGen/object-size.c | 19 +++++++++
test/Sema/builtin-object-size.c | 15 +++++++
3 files changed, 91 insertions(+), 37 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 f54319c Fix AddressSanitizer on s390 (31-bit)
new 7aa99dc s390 CVE-2016-2143 whitelist for RHEL kernels
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_linux_s390.cc | 24 ++++++++++++++++++++++++
1 file changed, 24 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 libcxx.
from ebf66a3 Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.
new 197b882 Fix a bug I introduced in the tests for experimental::lcm and [...]
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:
.../std/experimental/numeric/numeric.ops/numeric.ops.gcd/gcd.pass.cpp | 2 +-
.../std/experimental/numeric/numeric.ops/numeric.ops.lcm/lcm.pass.cpp | 4 ++--
2 files changed, 3 insertions(+), 3 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 53c27da [InstCombine] Move class into anonymous namespace. NFC.
new 446f8d7 IR: Function summary extensions for whole-program devirtualiz [...]
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/Bitcode/LLVMBitCodes.h | 22 +++++-
include/llvm/IR/ModuleSummaryIndex.h | 106 +++++++++++++++++++++++--
include/llvm/IR/ModuleSummaryIndexYAML.h | 6 +-
lib/Analysis/ModuleSummaryAnalysis.cpp | 125 +++++++++++++++++++++++++-----
lib/Bitcode/Reader/BitcodeReader.cpp | 44 ++++++++++-
lib/Bitcode/Writer/BitcodeWriter.cpp | 49 +++++++++++-
test/Bitcode/thinlto-type-vcalls.ll | 105 +++++++++++++++++++++++++
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 4 +
8 files changed, 426 insertions(+), 35 deletions(-)
create mode 100644 test/Bitcode/thinlto-type-vcalls.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 8a48c1d [c++1z] Require an initializer for deduced class template spe [...]
new 8fc981f [c++1z] Diagnose attempts to use variables with deduced class [...]
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/DiagnosticSemaKinds.td | 4 ++--
include/clang/Sema/DeclSpec.h | 2 +-
lib/Sema/SemaDecl.cpp | 8 ++++----
lib/Sema/SemaExpr.cpp | 4 +---
lib/Sema/SemaExprCXX.cpp | 2 +-
lib/Sema/SemaType.cpp | 2 +-
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1y.cpp | 6 +++---
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1z.cpp | 8 ++++++++
test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3.cpp | 10 +++++-----
test/Sema/auto-type.c | 2 +-
test/SemaCXX/cxx1y-deduced-return-type.cpp | 2 +-
11 files changed, 28 insertions(+), 22 deletions(-)
create mode 100644 test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p3-1z.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 llvm.
from 54c3fca [lib/LTO] Rework optimization remarkers setup.
new 53c27da [InstCombine] Move class into anonymous namespace. 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/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 2 ++
1 file changed, 2 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 compiler-rt.
from 44809bf s390x __tls_get_addr_internal vs. __tls_get_offset
new f54319c Fix AddressSanitizer on s390 (31-bit)
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_internal_defs.h | 5 +++++
1 file changed, 5 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 gcc.
from 2abeaa0 * doc/makefile.texi (profiledbootstrap): Refer to the insta [...]
new 6debdcc * doc/xml/manual/profile_mode.xml: Update a paper reference.
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:
libstdc++-v3/ChangeLog | 4 ++++
libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 +-
2 files changed, 5 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 ae4dfb9 [InstCombine] Silence unused variable warning in Release builds.
new bec084b [LTO] Make these tests robust across multiple iterations.
new 0746877 [PPC] Silence warning in Release builds.
new 54c3fca [lib/LTO] Rework optimization remarkers setup.
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:
include/llvm/LTO/legacy/LTOCodeGenerator.h | 3 +-
lib/LTO/LTOCodeGenerator.cpp | 35 ++++++++++++----------
lib/Target/PowerPC/PPCAsmPrinter.cpp | 3 +-
.../X86/diagnostic-handler-remarks-with-hotness.ll | 1 +
test/LTO/X86/diagnostic-handler-remarks.ll | 1 +
5 files changed, 24 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 compiler-rt.
from dcd2129 [XRay] Implement powerpc64le xray.
new 44809bf s390x __tls_get_addr_internal vs. __tls_get_offset
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:
.../sanitizer_common_interceptors.inc | 37 +++++++++++++++-------
1 file changed, 26 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.