This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0666890a33f [wasm] Fix test after r304117.
new bcabbd57dcd Don't destroy ManagedStatics in a unit test.
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:
unittests/Support/ManagedStatic.cpp | 6 ------
1 file changed, 6 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 17d6632403b Stat hack representation * name-lookup.c (STAT_HACK_P, ST [...]
new 87229d1ec3b PR c++/80891 (#4) * ptree.c (cxx_print_xnode): Show inter [...]
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/cp/ChangeLog | 4 ++++
gcc/cp/ptree.c | 7 ++-----
gcc/cp/tree.c | 4 ++--
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/lookup/pr80891-4.C | 13 +++++++++++++
5 files changed, 24 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/pr80891-4.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 llvm.
from 3259254476a [X86] Don't fold away the memory operand of an xchg.
new 0666890a33f [wasm] Fix test after r304117.
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/CodeGen/WebAssembly/negative-base-reg.ll | 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 98be03e2e2a [Docs] Add VectorizationPlan to docs/Proposals.
new 3259254476a [X86] Don't fold away the memory operand of an xchg.
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/CodeGen/X86/xchg-nofold.ll | 37 +++++++++++++++++++++++++++++++++
utils/TableGen/X86FoldTablesEmitter.cpp | 9 +++++++-
2 files changed, 45 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/xchg-nofold.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 ab4ea45701 [analyzer] Initial commit for the upcoming refactoring of th [...]
new 1f7848d7f2 [analyzer] Support partially tainted records.
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:
.../Core/PathSensitive/ProgramState.h | 15 +++
.../Core/PathSensitive/TaintManager.h | 10 ++
.../Checkers/GenericTaintChecker.cpp | 83 +++++------------
lib/StaticAnalyzer/Core/ProgramState.cpp | 103 +++++++++++++++++----
lib/StaticAnalyzer/Core/RegionStore.cpp | 5 +-
test/Analysis/taint-generic.c | 41 ++++++--
6 files changed, 167 insertions(+), 90 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 107c8c925ef Try to work around MSVC being buggy. Attempt #1.
new 98be03e2e2a [Docs] Add VectorizationPlan to docs/Proposals.
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/Proposals/VectorizationPlan.rst | 182 +++++++++++++++++++++++++++++++++++
docs/Vectorizers.rst | 11 +++
docs/index.rst | 3 +
3 files changed, 196 insertions(+)
create mode 100644 docs/Proposals/VectorizationPlan.rst
--
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 1e698dbb9d [analyzer] PthreadLockChecker: model failed pthread_mutex_de [...]
new ab4ea45701 [analyzer] Initial commit for the upcoming refactoring of th [...]
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/StaticAnalyzer/Checkers/Checkers.td | 8 +-
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 2 +-
lib/StaticAnalyzer/Checkers/IteratorChecker.cpp | 833 ++++++++++++++++++++
.../Checkers/IteratorPastEndChecker.cpp | 840 ---------------------
test/Analysis/Inputs/system-header-simulator-cxx.h | 387 ++++++++--
test/Analysis/diagnostics/explicit-suppression.cpp | 2 +-
test/Analysis/iterator-past-end.cpp | 205 -----
test/Analysis/iterator-range.cpp | 19 +
8 files changed, 1201 insertions(+), 1095 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp
delete mode 100644 test/Analysis/iterator-past-end.cpp
create mode 100644 test/Analysis/iterator-range.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 gcc.
from 9f7241245df PR c++/80891 (#1) * pt.c (most_specialized_instantiation) [...]
new 17d6632403b Stat hack representation * name-lookup.c (STAT_HACK_P, ST [...]
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/cp/ChangeLog | 23 +++++
gcc/cp/name-lookup.c | 249 +++++++++++++++++++++++++++++++--------------------
2 files changed, 175 insertions(+), 97 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 ec038a4a53 clang-format: [JS] do not clean up duplicated commas.
new 1e698dbb9d [analyzer] PthreadLockChecker: model failed pthread_mutex_de [...]
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/Checkers/PthreadLockChecker.cpp | 146 +++++++++++++++++++--
test/Analysis/pthreadlock.c | 79 +++++++++++
2 files changed, 212 insertions(+), 13 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 lldb.
from bcefbd1a3 Replaced StructuredData::Type with eStructuredDataType
new ca7314a76 Replace forward decl with include to unbreak the build.
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/lldb/Utility/Log.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.