This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6010757 regenerate checks
new b17db4c [InstCombine] limit icmp transform to ConstantInt (PR28011)
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/Transforms/InstCombine/InstCombineCompares.cpp | 8 ++++---
.../2004-11-27-SetCCForCastLargerAndConstant.ll | 28 ++++++++++++++++++++++
2 files changed, 33 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 clang.
from fc018f2 [analyzer] Add checker for correct usage of MPI API in C and C++.
new c593f93 Revert "[analyzer] Add checker for correct usage of MPI API i [...]
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 | 66 ----
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, 1546 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 newlib.
from 0177f12 Add release message for select(2) changes
new ffac52c Add release message for commit 7239bb7b3ded5ab961dc56dc346d8a [...]
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:
winsup/cygwin/release/2.5.2 | 3 +++
1 file changed, 3 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 4b4dd18 Use LLVM_SVNUSER in the checkout link
new 188efc5 [monitor] Add installation script
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:
monitor/install.sh | 103 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 103 insertions(+)
create mode 100755 monitor/install.sh
--
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 23c6d52 [docs] Clarify limitations section of SourceBasedCodeCoverage.rst
new fc018f2 [analyzer] Add checker for correct usage of MPI API in C and C++.
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 | 66 ++++
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, 1546 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 compiler-rt.
from 0bdc521 [profile] in-process mergeing support (part-2)
new 13389a4 [asan] Reenable ASan tests in "check-all"
new 377ec60 [tsan] On OS X, optimize main thread’s ThreadState accesses
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/tsan/rtl/tsan_platform_mac.cc | 12 +++++-------
test/asan/CMakeLists.txt | 4 ++--
2 files changed, 7 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 gcc.
from 837679b [3/3][RTL ifcvt] PR middle-end/37780: Conditional expression [...]
new cacfd0f Support allocators in tuples of zero size. * include/std/tu [...]
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:
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/include/std/tuple | 8 ++++++++
.../testsuite/20_util/tuple/cons/allocators.cc | 22 ++++++++++++++++++++++
3 files changed, 38 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 gcc.
from 93377bf [2/3][AArch64] Keep CTZ components together until after reload
new 837679b [3/3][RTL ifcvt] PR middle-end/37780: Conditional expression [...]
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/ChangeLog | 10 +++++
gcc/ifcvt.c | 34 ++++++++++++++++
gcc/simplify-rtx.c | 56 +++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 7 ++++
gcc/testsuite/gcc.c-torture/execute/pr37780.c | 49 +++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr37780_1.c | 46 ++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr37780_1.c | 47 ++++++++++++++++++++++
7 files changed, 249 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr37780.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr37780_1.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr37780_1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.