This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6568ff6 Use std::call_once on Windows
new 75ebce9 Undef MemoryFence, which is defined to _mm_mfence by winnt.h
new 33ee99a [LICM] Make store promotion work in the face of unordered atomics
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/Support/Atomic.h | 5 ++
lib/Transforms/Scalar/LICM.cpp | 32 ++++++--
test/Transforms/LICM/atomics.ll | 146 ++++++++++++++++++++++++++++++++-
test/Transforms/LICM/scalar-promote.ll | 27 ++++++
4 files changed, 203 insertions(+), 7 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 7211c53 [MC] Fix some Clang-tidy modernize and Include What You Use w [...]
new 6568ff6 Use std::call_once 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:
include/llvm/Support/Threading.h | 9 +++++++--
1 file changed, 7 insertions(+), 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 5b38d71 [c++1z] Synthesize implicit deduction guides from constructor [...]
new cc8bc8a [MS ABI] Correctly mangling vbase destructors
new ee8fbfe [c++1z] Add some more tests for class template argument deduc [...]
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/AST/MicrosoftMangle.cpp | 33 ++++++++++++++--------
lib/Frontend/InitPreprocessor.cpp | 2 ++
test/CXX/over/over.match/over.match.best/p1.cpp | 24 +++++++++++++++-
.../temp.deduct/temp.deduct.call/p3-0x.cpp | 17 +++++++++++
test/CodeGenCXX/debug-info-ms-dtor-thunks.cpp | 6 ++--
test/CodeGenCXX/exceptions-cxx-new.cpp | 4 +--
test/CodeGenCXX/inheriting-constructor.cpp | 16 +++++------
test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp | 2 +-
test/CodeGenCXX/microsoft-abi-structors.cpp | 10 +++----
test/CodeGenCXX/microsoft-abi-throw.cpp | 2 +-
.../microsoft-abi-virtual-inheritance.cpp | 6 ++--
test/CodeGenCXX/regcall.cpp | 4 +--
test/Lexer/cxx-features.cpp | 8 ++++++
.../cxx1z-class-template-argument-deduction.cpp | 20 +++++++++++++
www/cxx_status.html | 4 +--
15 files changed, 119 insertions(+), 39 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 ef37b0f Fixup for r293885: Update external.cc testcase to include the [...]
new c57f0f5 Add cmake build support for lsan on OS X
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/config-ix.cmake | 17 ++++++++++++++++-
lib/asan/CMakeLists.txt | 6 ++++++
lib/lsan/CMakeLists.txt | 38 ++++++++++++++++++++++++++++++--------
lib/lsan/lsan_common.h | 5 +++--
lib/lsan/weak_symbols.txt | 2 ++
5 files changed, 57 insertions(+), 11 deletions(-)
create mode 100644 lib/lsan/weak_symbols.txt
--
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 8e38d8d FunctionAttrs: Factor out a function for querying memory acce [...]
new 7211c53 [MC] Fix some Clang-tidy modernize and Include What You Use w [...]
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/CodeGen/AsmPrinter.h | 65 +++++++-------
include/llvm/MC/MCContext.h | 74 ++++++++++------
include/llvm/MC/MCDwarf.h | 46 +++++-----
include/llvm/MC/MCSectionELF.h | 9 +-
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 101 +++++++++++++++-------
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp | 21 +++--
lib/MC/MCContext.cpp | 33 +++----
lib/MC/MCDwarf.cpp | 46 +++++++---
lib/MC/MCObjectFileInfo.cpp | 1 +
lib/MC/MCSectionELF.cpp | 10 +--
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 30 +++++--
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 18 ++--
lib/Target/Mips/MCTargetDesc/MipsOptionRecord.cpp | 10 ++-
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp | 5 +-
lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.h | 8 +-
15 files changed, 299 insertions(+), 178 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 9058781 Silence redundant semicolon warnings. NFC.
new 8e38d8d FunctionAttrs: Factor out a function for querying memory acce [...]
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/Transforms/IPO/FunctionAttrs.h | 13 ++++++++++
lib/Transforms/IPO/FunctionAttrs.cpp | 37 ++++++++++++++++-------------
2 files changed, 34 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 515451d When the new expr's array size is an ICE, emit it as a consta [...]
new 5b38d71 [c++1z] Synthesize implicit deduction guides from constructor [...]
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 | 2 +
include/clang/AST/DeclTemplate.h | 1 +
include/clang/Sema/Sema.h | 5 +
lib/AST/ASTContext.cpp | 65 ++--
lib/Sema/SemaInit.cpp | 70 +++--
lib/Sema/SemaLookup.cpp | 10 +-
lib/Sema/SemaOverload.cpp | 8 +
lib/Sema/SemaTemplate.cpp | 344 +++++++++++++++++++++
lib/Sema/SemaTemplateDeduction.cpp | 82 +++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 17 +
test/CXX/expr/expr.post/expr.type.conv/p1.cpp | 2 +-
.../over.match.class.deduct/p3.cpp | 28 +-
.../temp.deduct/temp.deduct.call/p3-0x.cpp | 36 ++-
.../cxx1z-class-template-argument-deduction.cpp | 28 +-
14 files changed, 564 insertions(+), 134 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 glibc.
from b987917 ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]
new b4e4172 Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.
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:
ChangeLog | 9 +++++++++
math/libm-test-driver.c | 3 +++
math/libm-test-support.c | 2 --
math/libm-test-support.h | 1 -
4 files changed, 12 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 gcc.
from 53f7384 PR sanitizer/79341 * c-c++-common/ubsan/float-cast-overflow [...]
new e515c29 Daily bump.
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:
gcc/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from c45b465 PR c++/79296 - ICE mangling localized template instantiation [...]
new e9096cb2 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.