This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 7499938 [analyzer] Speculative fix for r271907.
new 9ab2c54 Revert "[analyzer] Reapply r271907 (2nd try)."
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 -
.../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 22 --
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 3 -
.../Checkers/MPI-Checker/MPIBugReporter.cpp | 112 -------
.../Checkers/MPI-Checker/MPIBugReporter.h | 110 -------
.../Checkers/MPI-Checker/MPIChecker.cpp | 190 ------------
.../Checkers/MPI-Checker/MPIChecker.h | 110 -------
.../Checkers/MPI-Checker/MPIFunctionClassifier.cpp | 291 ------------------
.../Checkers/MPI-Checker/MPIFunctionClassifier.h | 97 ------
lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h | 68 ----
lib/StaticAnalyzer/Core/MemRegion.cpp | 59 ----
test/Analysis/MPIMock.h | 55 ----
test/Analysis/MemRegion.cpp | 47 ---
test/Analysis/mpichecker.cpp | 342 ---------------------
test/Analysis/mpicheckernotes.cpp | 34 --
15 files changed, 1548 deletions(-)
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.h
delete mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
delete mode 100644 test/Analysis/MPIMock.h
delete mode 100644 test/Analysis/MemRegion.cpp
delete mode 100644 test/Analysis/mpichecker.cpp
delete mode 100644 test/Analysis/mpicheckernotes.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 llvm.
from 47f90f5 [LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/
new 6e00ec1 [pdb] Use MappedBlockStream to parse the PDB directory.
new 804dc35 [pdb] Fix broken unit tests after r271982.
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/CodeView/StreamArray.h | 2 +
include/llvm/DebugInfo/CodeView/StreamReader.h | 14 ++
include/llvm/DebugInfo/PDB/Raw/IPDBFile.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/IPDBStreamData.h | 38 +++++
include/llvm/DebugInfo/PDB/Raw/IndexedStreamData.h | 34 +++++
include/llvm/DebugInfo/PDB/Raw/InfoStream.h | 5 +-
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 12 +-
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 7 +-
include/llvm/DebugInfo/PDB/Raw/SymbolStream.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 4 +-
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 11 +-
lib/DebugInfo/PDB/Raw/IndexedStreamData.cpp | 25 ++++
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 4 +-
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 25 ++--
lib/DebugInfo/PDB/Raw/ModStream.cpp | 7 +-
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 155 ++++++++-------------
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 4 +-
lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 6 +-
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 10 +-
lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej | 11 ++
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 7 +-
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 24 ++--
24 files changed, 260 insertions(+), 154 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/IPDBStreamData.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/IndexedStreamData.h
create mode 100644 lib/DebugInfo/PDB/Raw/IndexedStreamData.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/TpiStream.cpp.rej
--
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 48ff9d6 ARM: correct TLS access on WoA
new ef07357 [LibFuzzer] Disable building and running LSan tests on Apple [...]
new 47f90f5 [LibFuzzer] s/dataflow sanitizer/DataflowSanitizer/
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:
lib/Fuzzer/test/CMakeLists.txt | 14 ++++++++++++--
lib/Fuzzer/test/fuzzer-leak.test | 1 +
lib/Fuzzer/test/lit.cfg | 6 ++++++
lib/Fuzzer/test/lit.site.cfg.in | 1 +
4 files changed, 20 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 clang.
from fd6ec60 [OPENCL] Fix wrongly vla error for OpenCL array.
new 7499938 [analyzer] Speculative fix for r271907.
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/MPI-Checker/MPIBugReporter.h | 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 clang.
from 3a29813 [analyzer] Reapply r271907 (2nd try).
new fd6ec60 [OPENCL] Fix wrongly vla error for OpenCL array.
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/AST/ExprConstant.cpp | 5 ++++-
lib/Sema/SemaType.cpp | 3 ++-
test/CodeGenOpenCL/vla.cl | 18 ++++++++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenOpenCL/vla.cl
--
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 de3b5e4 Revert [Coverage] Fix an assertion failure if the definition [...]
new 3a29813 [analyzer] Reapply r271907 (2nd try).
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 +
.../StaticAnalyzer/Core/PathSensitive/MemRegion.h | 22 ++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 3 +
.../Checkers/MPI-Checker/MPIBugReporter.cpp | 112 +++++++
.../Checkers/MPI-Checker/MPIBugReporter.h | 110 +++++++
.../Checkers/MPI-Checker/MPIChecker.cpp | 190 ++++++++++++
.../Checkers/MPI-Checker/MPIChecker.h | 110 +++++++
.../Checkers/MPI-Checker/MPIFunctionClassifier.cpp | 291 ++++++++++++++++++
.../Checkers/MPI-Checker/MPIFunctionClassifier.h | 97 ++++++
lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h | 68 ++++
lib/StaticAnalyzer/Core/MemRegion.cpp | 59 ++++
test/Analysis/MPIMock.h | 55 ++++
test/Analysis/MemRegion.cpp | 47 +++
test/Analysis/mpichecker.cpp | 342 +++++++++++++++++++++
test/Analysis/mpicheckernotes.cpp | 34 ++
15 files changed, 1548 insertions(+)
create mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.cpp
create mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIBugReporter.h
create mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.cpp
create mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIChecker.h
create mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.cpp
create mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPIFunctionClassifier.h
create mode 100644 lib/StaticAnalyzer/Checkers/MPI-Checker/MPITypes.h
create mode 100644 test/Analysis/MPIMock.h
create mode 100644 test/Analysis/MemRegion.cpp
create mode 100644 test/Analysis/mpichecker.cpp
create mode 100644 test/Analysis/mpicheckernotes.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.
from 2ed087e Revert "[OPENCL] Fix wrongly vla error for OpenCL array."
new de3b5e4 Revert [Coverage] Fix an assertion failure if the definition [...]
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/CoverageMappingGen.cpp | 42 +++++++------------------
test/CoverageMapping/Inputs/ends_a_scope_only | 1 -
test/CoverageMapping/Inputs/starts_a_scope_only | 1 -
test/CoverageMapping/unused_function.cpp | 37 ----------------------
4 files changed, 11 insertions(+), 70 deletions(-)
delete mode 100644 test/CoverageMapping/Inputs/ends_a_scope_only
delete mode 100644 test/CoverageMapping/Inputs/starts_a_scope_only
delete mode 100644 test/CoverageMapping/unused_function.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.
from 9a7212e [OPENCL] Fix wrongly vla error for OpenCL array.
new 2ed087e Revert "[OPENCL] Fix wrongly vla error for OpenCL array."
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/AST/ExprConstant.cpp | 5 +----
lib/Sema/SemaType.cpp | 3 +--
test/CodeGenOpenCL/vla.cl | 18 ------------------
3 files changed, 2 insertions(+), 24 deletions(-)
delete mode 100644 test/CodeGenOpenCL/vla.cl
--
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 8d0ee94 [sanitizer] Initial implementation of a Hardened Allocator
new 4da96fc ARM: normalise space in the patterns
new 7fe5e92 ARM: clang-format a couple of switches, add comments
new 48ff9d6 ARM: correct TLS access on WoA
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:
lib/Target/ARM/ARMAsmPrinter.cpp | 17 ++++++++----
lib/Target/ARM/ARMConstantPoolValue.cpp | 17 ++++++++----
lib/Target/ARM/ARMConstantPoolValue.h | 11 ++++----
lib/Target/ARM/ARMISelLowering.cpp | 14 ++++++++--
lib/Target/ARM/ARMInstrThumb2.td | 15 +++++------
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 10 +++++--
test/CodeGen/ARM/Windows/tls.ll | 44 ++++++++++++++++++++-----------
7 files changed, 86 insertions(+), 42 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 f962670 [Coverage] Fix an assertion failure if the definition of an u [...]
new 9a7212e [OPENCL] Fix wrongly vla error for OpenCL array.
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/AST/ExprConstant.cpp | 5 ++++-
lib/Sema/SemaType.cpp | 3 ++-
test/CodeGenOpenCL/vla.cl | 18 ++++++++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenOpenCL/vla.cl
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.