This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 02fb715d1f [CUDA] Tweak CUDA wrappers to make cuda-9 work with libc++
new e0a9480f64 [AST] Fix some Clang-tidy modernize and Include What You Use [...]
new b44ae5f9b1 [clang] Use add_llvm_install_targets
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:
cmake/modules/AddClang.cmake | 16 +-
include/clang/AST/CXXInheritance.h | 93 ++++----
include/clang/AST/DeclLookups.h | 23 +-
include/clang/AST/ExprObjC.h | 477 +++++++++++++++++++++----------------
lib/AST/CXXInheritance.cpp | 57 +++--
lib/AST/ExprObjC.cpp | 12 +-
lib/Headers/CMakeLists.txt | 8 +-
runtime/CMakeLists.txt | 9 +-
tools/c-index-test/CMakeLists.txt | 8 +-
tools/libclang/CMakeLists.txt | 7 +-
10 files changed, 391 insertions(+), 319 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 af90f306af [OpenMP] Diagnose undeclared variables on declare target clause
new 02fb715d1f [CUDA] Tweak CUDA wrappers to make cuda-9 work with libc++
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/Headers/__clang_cuda_runtime_wrapper.h | 6 ++++++
1 file changed, 6 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 lld.
from cec651f4a Error on -no-define-common if the output is not relocatable.
new 41eb64c73 Add missing test. 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:
.../Inputs/provide-shared.s} | 3 ++-
test/ELF/linkerscript/provide-shared.s | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
copy test/ELF/{Inputs/copy-rel-large.s => linkerscript/Inputs/provide-shared.s} (57%)
create mode 100644 test/ELF/linkerscript/provide-shared.s
--
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 dbd3af20e6f [llvm] Add stripped installation targets
new 156f91323f9 [InlineCost] Prefer getFunction() to two calls to getParent().
new 7a991ca87c7 [memcpyopt] Teach memcpyopt to optimize across basic blocks
new c5a00e0fac4 [memcpyopt] Commit file missed in r319482.
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/Analysis/MemoryDependenceAnalysis.h | 6 ++
lib/Analysis/InlineCost.cpp | 6 +-
lib/Analysis/MemoryDependenceAnalysis.cpp | 8 ++
lib/Transforms/Scalar/MemCpyOptimizer.cpp | 31 +++++-
test/Transforms/MemCpyOpt/memcpy-invoke-memcpy.ll | 48 +++++++++
.../Transforms/MemCpyOpt/nonlocal-memcpy-memcpy.ll | 114 +++++++++++++++++++++
6 files changed, 207 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/MemCpyOpt/memcpy-invoke-memcpy.ll
create mode 100644 test/Transforms/MemCpyOpt/nonlocal-memcpy-memcpy.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 compiler-rt.
from c7e755744 Add powerpc64 to compiler-rt build infrastructure.
new 3594ba8e7 [msan] Fix return type of mbrtowc
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/msan/msan_interceptors.cc | 3 ++-
lib/msan/tests/msan_test.cc | 16 +++++++++-------
2 files changed, 11 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 c76543620ef [Hexagon] Implement HexagonSubtarget::useAA()
new dbd3af20e6f [llvm] Add stripped installation targets
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:
CMakeLists.txt | 7 +--
cmake/modules/AddLLVM.cmake | 66 +++++++++++++++++-----------
cmake/modules/CMakeLists.txt | 6 +--
cmake/modules/LLVMExternalProjectUtils.cmake | 9 ++--
tools/xcode-toolchain/CMakeLists.txt | 23 ++++------
5 files changed, 57 insertions(+), 54 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-tools-extra.
from 9892c71e [clangd] New conventions for JSON-marshalling functions, cent [...]
new dc7edfe9 [Documentation] Style fixes for Objective-C checks documentat [...]
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:
docs/ReleaseNotes.rst | 23 +++++++++-------------
.../google-objc-avoid-throwing-exception.rst | 3 ++-
.../google-objc-global-variable-declaration.rst | 12 +++++------
docs/clang-tidy/checks/objc-avoid-nserror-init.rst | 4 ++--
.../checks/objc-forbidden-subclassing.rst | 17 ++++++++--------
.../checks/objc-property-declaration.rst | 2 +-
6 files changed, 29 insertions(+), 32 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 0aba9567023 2017-11-30 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 0c864c7c700 gcc/
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/ChangeLog | 10 ++++++++++
gcc/asan.c | 28 +++++++++++++++++++---------
gcc/asan.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/asan/pr81697.c | 20 ++++++++++++++++++++
gcc/varasm.c | 13 ++++++++++++-
6 files changed, 67 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/pr81697.c
--
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-tools-extra.
from 0285b529 add new check to find NSError init invocation
new 9892c71e [clangd] New conventions for JSON-marshalling functions, cent [...]
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:
clangd/ClangdLSPServer.cpp | 4 +-
clangd/JSONExpr.h | 126 ++++++++-
clangd/Protocol.cpp | 563 ++++++++++++-------------------------
clangd/Protocol.h | 127 +++------
clangd/ProtocolHandlers.cpp | 10 +-
test/clangd/trace.test | 2 +-
unittests/clangd/JSONExprTests.cpp | 58 ++++
7 files changed, 411 insertions(+), 479 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.