This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8dc751f Clean up redundant isa<T> before getAs<T>. NFC.
new e781b71 Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerIn [...]
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:
examples/clang-interpreter/main.cpp | 2 +-
include/clang/Frontend/ASTUnit.h | 27 +++++-----
include/clang/Frontend/CompilerInstance.h | 4 +-
include/clang/Frontend/CompilerInvocation.h | 2 +-
include/clang/Frontend/Utils.h | 6 +--
include/clang/Sema/CodeCompleteConsumer.h | 17 +++----
include/clang/Tooling/Tooling.h | 8 +--
lib/ARCMigrate/ARCMT.cpp | 4 +-
lib/Frontend/ASTUnit.cpp | 63 +++++++++++-------------
lib/Frontend/ChainedIncludesSource.cpp | 2 +-
lib/Frontend/CompilerInstance.cpp | 14 +++---
lib/Frontend/CompilerInvocation.cpp | 11 ++---
lib/Frontend/CreateInvocationFromCommandLine.cpp | 10 ++--
lib/StaticAnalyzer/Frontend/ModelInjector.cpp | 5 +-
lib/Tooling/Tooling.cpp | 15 +++---
tools/c-index-test/core_main.cpp | 5 +-
tools/clang-import-test/clang-import-test.cpp | 2 +-
tools/diagtool/ShowEnabledWarnings.cpp | 4 +-
tools/libclang/CIndex.cpp | 9 ++--
tools/libclang/CIndexCodeCompletion.cpp | 19 ++++---
tools/libclang/CXTranslationUnit.h | 3 +-
tools/libclang/Indexing.cpp | 29 ++++++-----
unittests/AST/ExternalASTSourceTest.cpp | 4 +-
unittests/Frontend/CodeGenActionTest.cpp | 4 +-
unittests/Frontend/FrontendActionTest.cpp | 20 ++++----
25 files changed, 142 insertions(+), 147 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 a09220a Revert "Fix for shared_ptrification in Clang"
new 8739742 Reapply "Fix for shared_ptrification in Clang"
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-fixer/IncludeFixer.cpp | 5 +++--
include-fixer/IncludeFixer.h | 2 +-
2 files changed, 4 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 compiler-rt.
from d615dc8 [sancov] introducing SANCOV_OPTIONS
new 0aad13b [sanitizer] Track which modules are instrumented in LoadedMod [...]
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.cc | 5 ++-
lib/sanitizer_common/sanitizer_common.h | 9 ++++--
lib/sanitizer_common/sanitizer_procmaps.h | 1 +
lib/sanitizer_common/sanitizer_procmaps_mac.cc | 44 ++++++++++++++++++--------
4 files changed, 42 insertions(+), 17 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 e760878 [InstCombine] add a vector version of a test added in r291262; NFC
new 4bdd2c5 AArch64CollectLOH: Rewrite as block-local analysis.
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/AArch64/AArch64CollectLOH.cpp | 1123 +++++---------------
.../AArch64/arm64-collect-loh-garbage-crash.ll | 2 +-
test/CodeGen/AArch64/arm64-collect-loh-str.ll | 2 +-
test/CodeGen/AArch64/arm64-collect-loh.ll | 17 +-
test/CodeGen/AArch64/loh.mir | 193 ++++
5 files changed, 486 insertions(+), 851 deletions(-)
create mode 100644 test/CodeGen/AArch64/loh.mir
--
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 9fcfdd0 [builtins] Implement __floattitf() & __floatuntitf()
new d615dc8 [sancov] introducing SANCOV_OPTIONS
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/CMakeLists.txt | 1 +
lib/sanitizer_common/sancov_flags.cc | 60 ++++++++++++++++++++++
lib/sanitizer_common/sancov_flags.h | 40 +++++++++++++++
lib/sanitizer_common/sancov_flags.inc | 21 ++++++++
.../sanitizer_coverage_libcdep_new.cc | 17 ++++--
.../TestCases/sanitizer_coverage_symbolize.cc | 34 ++++++++++++
6 files changed, 169 insertions(+), 4 deletions(-)
create mode 100644 lib/sanitizer_common/sancov_flags.cc
create mode 100644 lib/sanitizer_common/sancov_flags.h
create mode 100644 lib/sanitizer_common/sancov_flags.inc
create mode 100644 test/sanitizer_common/TestCases/sanitizer_coverage_symbolize.cc
--
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 6435c8a [InstCombine] move and add tests for icmp + shl nsw; NFC
new e760878 [InstCombine] add a vector version of a test added in r291262; 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:
test/Transforms/InstCombine/icmp-shl-nsw.ll | 13 +++++++++++++
1 file changed, 13 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 clang.
from 1c63251 [OpenMP] fix typo - the standalone 'distribute' pragma should [...]
new 8dc751f Clean up redundant isa<T> before getAs<T>. 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/CodeGen/CGCall.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 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 lld.
from 4da58c3 Fix test now that --reproduce takes a full filename.
new 0252450 Revert r291221.
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/lld/Core/Reproduce.h | 3 +++
lib/Core/Reproduce.cpp | 12 +++++++++++-
2 files changed, 14 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 2d3796d [DWARF] Null out the debug locs of (loop invariant) instructi [...]
new 6435c8a [InstCombine] move and add tests for icmp + shl nsw; 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:
test/Transforms/InstCombine/icmp-shl-nsw.ll | 205 ++++++++++++++++++++++++++++
test/Transforms/InstCombine/icmp.ll | 63 ---------
2 files changed, 205 insertions(+), 63 deletions(-)
create mode 100644 test/Transforms/InstCombine/icmp-shl-nsw.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 91d69c3 [CUDA] Add a host target triple to cuda-version-check.cu
new 1c63251 [OpenMP] fix typo - the standalone 'distribute' pragma should [...]
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/OpenMP/teams_distribute_collapse_messages.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.