This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9c594c4 clang-format: [JS] post-fix non-null assertion operator.
new 3016fc9 [analyzer] Add checker to verify the correct usage of the MPI API
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 | 115 +++++++
.../Checkers/MPI-Checker/MPIBugReporter.h | 111 +++++++
.../Checkers/MPI-Checker/MPIChecker.cpp | 190 ++++++++++++
.../Checkers/MPI-Checker/MPIChecker.h | 107 +++++++
.../Checkers/MPI-Checker/MPIFunctionClassifier.cpp | 284 +++++++++++++++++
.../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, 1542 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 zorg.
from 14c863e Removed few obsolete builder modules.
new 5748cde [powerpc] Disable shared libs for powerpc64be
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:
buildbot/osuosl/master/config/builders.py | 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 2a6b57b Improved Visual Studio 2015 visualization of SmallVectorImpl
new 26778f9 [X86] Refactor some of the X86 autoupgrade code to split mask [...]
new dbd2629 [AVX512] Remove maksed pshufd, pshuflw, and phufhw intrinsics [...]
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/IR/IntrinsicsX86.td | 45 ------
lib/IR/AutoUpgrade.cpp | 167 ++++++++++++----------
lib/Target/X86/X86IntrinsicsInfo.h | 18 ---
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 19 +++
test/CodeGen/X86/avx512-intrinsics.ll | 20 ---
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 60 ++++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 60 --------
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 92 ++++++++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 92 ------------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 46 ++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 47 ------
11 files changed, 307 insertions(+), 359 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 binutils-2_26-branch
in repository binutils-gdb.
from f0de532 Automatic date update in version.in
new ea800aa objcopy add-symbol uninitialised struct
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 | 4 ++++
binutils/objcopy.c | 1 +
2 files changed, 5 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 llvm.
from 2292202 Untabify.
new 2a6b57b Improved Visual Studio 2015 visualization of SmallVectorImpl
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:
utils/LLVMVisualizers/llvm.natvis | 27 +++++++++++++++++++++++++--
1 file changed, 25 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 a068e1c Visual Studio Visualizer for PackExpansionType
new 9c594c4 clang-format: [JS] post-fix non-null assertion operator.
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/Format/TokenAnnotator.cpp | 5 +++++
unittests/Format/FormatTestJS.cpp | 9 +++++++++
2 files changed, 14 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 llvm.
from d92b0de Use 'auto' to avoid implicit copies.
new 2292202 Untabify.
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/llvm/ProfileData/InstrProfData.inc | 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 gcc.
from 0223509 * config/i386/i386.c (ix86_init_builtins): Calculate FLOAT1 [...]
new fb12f6b 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 4156e51 2016-06-12 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new ba2aeb0 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-5-branch
in repository gcc.
from c3a1087 2016-06-12 Dominique d'Humieres <dominiq(a)lps.ens.fr>
new cbc6b36 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.