This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from ece5f9435 [SymbolFilePDB] Use section contributions as another way to d [...]
new 5d0390eca [CommandObjectFrame] Remove dead code.
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:
source/Commands/CommandObjectFrame.cpp | 3 ---
1 file changed, 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 clang.
from 5fe5d44d7f Sink PrettyDeclStackTrace down to the AST library
new f466627bea [ARM] Add ARMv8.2-A FP16 vector intrinsic
new 05aba39f91 [analyzer] [NFC] Move worklist implementation to WorkList.cpp
new 4a8ed9adb5 [analyzer] Extend GCDAntipatternChecker to match group_enter [...]
new 1b19ec8be9 [analyzer] Trust _Nonnull annotations for system framework
new e8d80b7dba [Modules] Update test to mention it requires C++14.
The 5 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/arm_neon.td | 99 ++-
include/clang/StaticAnalyzer/Checkers/Checkers.td | 8 +
.../Core/PathSensitive/CheckerHelpers.h | 21 +
lib/CodeGen/CGBuiltin.cpp | 62 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/GCDAntipatternChecker.cpp | 147 ++-
lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp | 33 +-
.../Checkers/TrustNonnullChecker.cpp | 52 ++
lib/StaticAnalyzer/Core/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Core/CheckerHelpers.cpp | 29 +-
lib/StaticAnalyzer/Core/CoreEngine.cpp | 230 -----
lib/StaticAnalyzer/Core/WorkList.cpp | 252 ++++++
.../system-header-simulator-for-nullability.h | 9 +
test/Analysis/gcdantipatternchecker_test.m | 54 ++
test/Analysis/trustnonnullchecker_test.m | 43 +
test/CodeGen/arm-v8.2a-neon-intrinsics.c | 982 +++++++++++++++++++++
test/Modules/self-referencing-lambda.cpp | 2 +-
17 files changed, 1660 insertions(+), 365 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
create mode 100644 lib/StaticAnalyzer/Core/WorkList.cpp
create mode 100644 test/Analysis/trustnonnullchecker_test.m
create mode 100644 test/CodeGen/arm-v8.2a-neon-intrinsics.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 compiler-rt.
from 51461d68f [sanitizer] zx_vmo_write on Fuchsia takes only 4 arguments now
new abcc3f0e5 [sanitizer] Fix PPC bot
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.cc | 6 +++---
1 file 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 gcc.
from dc38f1d9eb4 2018-03-22 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 8f08c873213 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-7-branch
in repository gcc.
from 397f10d9172 xfail experimental/memory_resource/resource_adaptor.cc on 3 [...]
new e0295903922 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 cb357cb30da backport "[tail-merge] Don't merge bbs with bb_has_abnormal_pred"
new cd4fb6d62b7 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 master
in repository llvm.
from b9182a2b32b State that CFG is preserved in 'Falkor HW Prefetch Fix Late [...]
new 6394fed3dc8 For llvm-nm and Mach-O files also use function starts info [...]
new 729e2bc549a [TableGen] Don't capture returned std::vectors by const reference.
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:
.../X86/Inputs/Strip-N.hello.exe.macho-x86_64} | Bin 8752 -> 8320 bytes
test/tools/llvm-nm/X86/dyldinfo.test | 8 ++
tools/llvm-nm/llvm-nm.cpp | 92 ++++++++++++++++++++-
utils/TableGen/SubtargetEmitter.cpp | 20 ++---
4 files changed, 106 insertions(+), 14 deletions(-)
copy test/tools/{llvm-objdump/X86/Inputs/malformed-machos/mem-crup-0261.macho => l [...]
mode change 100644 => 100755
--
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 f4390379e3 Set dso_local on __ImageBase.
new 5fe5d44d7f Sink PrettyDeclStackTrace down to the AST library
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/{Sema => AST}/PrettyDeclStackTrace.h | 12 ++++++------
lib/AST/Decl.cpp | 19 +++++++++++++++++++
lib/Frontend/CompilerInstance.cpp | 5 +++++
lib/Parse/ParseDecl.cpp | 4 ++--
lib/Parse/ParseDeclCXX.cpp | 8 ++++----
lib/Parse/ParseObjc.cpp | 4 ++--
lib/Parse/ParseStmt.cpp | 6 +++---
lib/Sema/Sema.cpp | 20 +-------------------
lib/Sema/SemaTemplateInstantiate.cpp | 8 ++++----
lib/Sema/SemaTemplateInstantiateDecl.cpp | 10 +++++-----
lib/Serialization/ASTWriterDecl.cpp | 4 ++++
11 files changed, 55 insertions(+), 45 deletions(-)
rename include/clang/{Sema => AST}/PrettyDeclStackTrace.h (81%)
--
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 d794921df More OpenBSD fixes
new 51461d68f [sanitizer] zx_vmo_write on Fuchsia takes only 4 arguments now
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_fuchsia.cc | 11 +----------
1 file changed, 1 insertion(+), 10 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 binutils-gdb.
from 7a8f494c7b ppc: Fix stwux and stdux masks in skip_prologue
new 8ff5bf3db3 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.