This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4b32941328 Change dyn_cast<CXXMethodDecl>(FD) to isa<CXXMethodDecl>(FD) [NFC]
new 1aaf4d6efd [analyzer] Delete SMTContext. NFC.
new 420fb7b516 [analyzer] Templatefy SMTConstraintManager so more generic c [...]
new 60783c8623 [analyzer] Moved all CSA code from the SMT API to a new head [...]
new e29bf81102 [analyzer] added cache for SMT queries in the SMTConstraintManager
The 4 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:
.../Core/PathSensitive/SMTConstraintManager.h | 235 ++++++-
.../StaticAnalyzer/Core/PathSensitive/SMTContext.h | 31 -
.../StaticAnalyzer/Core/PathSensitive/SMTConv.h | 750 +++++++++++++++++++++
.../StaticAnalyzer/Core/PathSensitive/SMTSolver.h | 690 +------------------
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 16 +-
lib/StaticAnalyzer/Core/CMakeLists.txt | 1 -
lib/StaticAnalyzer/Core/SMTConstraintManager.cpp | 181 -----
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 80 +--
8 files changed, 994 insertions(+), 990 deletions(-)
delete mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/SMTContext.h
create mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
delete mode 100644 lib/StaticAnalyzer/Core/SMTConstraintManager.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 clang-tools-extra.
from 203f435e [clangd] Move function argument snippet disable mechanism fro [...]
new dfe83d13 [clangd] Suggest code-completions for overriding base class v [...]
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/CodeComplete.cpp | 109 ++++++++++++++++++++++++++++++---
unittests/clangd/CodeCompleteTests.cpp | 25 ++++++++
2 files changed, 125 insertions(+), 9 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 e6df27459b Removed unused variable [NFC]
new 4b32941328 Change dyn_cast<CXXMethodDecl>(FD) to isa<CXXMethodDecl>(FD) [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/StaticAnalyzer/Core/RetainSummaryManager.cpp | 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 binutils-gdb.
from 44c2eb6680 Document setting experimental on release branch.
new 7dd36a6f1c Prune BFD warnings for unknown GNU properties
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:
binutils/ChangeLog | 15 +++++++++
binutils/Makefile.am | 9 +++++-
binutils/Makefile.in | 9 +++++-
binutils/testsuite/binutils-all/objcopy.exp | 9 ++++++
binutils/testsuite/lib/binutils-common.exp | 47 +++++++++++++++++++++++++++++
gas/ChangeLog | 8 +++++
gas/Makefile.am | 8 ++++-
gas/Makefile.in | 7 ++++-
ld/ChangeLog | 13 ++++++++
ld/Makefile.am | 8 ++++-
ld/Makefile.in | 9 ++++--
ld/testsuite/ld-bootstrap/bootstrap.exp | 1 +
ld/testsuite/ld-elf/shared.exp | 4 +--
ld/testsuite/ld-plugin/lto.exp | 1 +
ld/testsuite/lib/ld-lib.exp | 23 --------------
15 files changed, 139 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 binutils-gdb.
from 38cf70ca4d Replace unworkable code in HPPA relocs handelr with an assertion.
new 44c2eb6680 Document setting experimental on release branch.
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:
binutils/ChangeLog | 5 +++++
binutils/README-how-to-make-a-release | 5 +++--
2 files changed, 8 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 llvm.
from 2234b901e15 [SCCP] Remove unused variable added in r340525.
new 271b93a6055 [DWARF] Unify warning callbacks. NFC.
new 36609924999 [GVN] Invalidate cached info for phis when setting dead pre [...]
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/DebugInfo/DWARF/DWARFContext.h | 3 ++
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 26 ++++++++----------
lib/DebugInfo/DWARF/DWARFContext.cpp | 28 +++++++++----------
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 6 ----
lib/Transforms/Scalar/GVN.cpp | 2 ++
test/Transforms/GVN/unreachable-predecessor.ll | 38 ++++++++++++++++++++++++++
tools/dsymutil/DwarfLinker.cpp | 4 +--
7 files changed, 70 insertions(+), 37 deletions(-)
create mode 100644 test/Transforms/GVN/unreachable-predecessor.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 gcc.
from 4d2d968027a Fix C++11-ism in C++98 member function
new a80c47f0d8c Fix recent bug in canonicalize_comparison (PR87026)
new 7d82e91b9df [AARCH64] use "arch_enabled" attribute for aarch64.
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:
gcc/ChangeLog | 36 +++++++++
gcc/config/aarch64/aarch64-simd.md | 26 +++----
gcc/config/aarch64/aarch64.md | 151 ++++++++++++++++++-------------------
gcc/expmed.c | 4 +
4 files changed, 123 insertions(+), 94 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 0e3d725 tcwg-bisect-llvm-kernel.sh: New job script
new fbf0b7a tcwg-bisect-llvm-kernel.sh: New job script
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (0e3d725)
\
N -- N -- N refs/heads/llvm-kernel-v2 (fbf0b7a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-bisect-llvm-kernel.sh | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 334d4ced42 Prevent illegal memory access when processing COFF auxillary [...]
new 38cf70ca4d Replace unworkable code in HPPA relocs handelr with an assertion.
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/ChangeLog | 5 +++++
bfd/elf64-hppa.c | 33 ++++++---------------------------
2 files changed, 11 insertions(+), 27 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 ffae2786 [clangd] Increase the timeouts in TUScheduler tests to 10 seconds.
new 203f435e [clangd] Move function argument snippet disable mechanism fro [...]
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/CodeComplete.cpp | 31 ++++++++--------
unittests/clangd/CodeCompleteTests.cpp | 64 ++++++++++++----------------------
2 files changed, 38 insertions(+), 57 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.