This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6071e3bbc00 [Support] json::Value construction from std::vector<T> and [...]
new 981ceb83bd0 [DA] DivergenceAnalysis for unstructured, reducible CFGs
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/ADT/PostOrderIterator.h | 3 +
include/llvm/Analysis/DivergenceAnalysis.h | 178 ++++++++++
include/llvm/Analysis/SyncDependenceAnalysis.h | 88 +++++
lib/Analysis/CMakeLists.txt | 2 +
lib/Analysis/DivergenceAnalysis.cpp | 425 ++++++++++++++++++++++++
lib/Analysis/SyncDependenceAnalysis.cpp | 380 ++++++++++++++++++++++
unittests/Analysis/CMakeLists.txt | 1 +
unittests/Analysis/DivergenceAnalysisTest.cpp | 431 +++++++++++++++++++++++++
8 files changed, 1508 insertions(+)
create mode 100644 include/llvm/Analysis/DivergenceAnalysis.h
create mode 100644 include/llvm/Analysis/SyncDependenceAnalysis.h
create mode 100644 lib/Analysis/DivergenceAnalysis.cpp
create mode 100644 lib/Analysis/SyncDependenceAnalysis.cpp
create mode 100644 unittests/Analysis/DivergenceAnalysisTest.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 fa774b5f Fix warning about unused variable [NFC]
new f3efd159 [clang-tidy] Ignore a case where the fix of make_unique check [...]
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:
clang-tidy/modernize/MakeSmartPtrCheck.cpp | 9 +++++++++
test/clang-tidy/modernize-make-unique.cpp | 13 +++++--------
2 files changed, 14 insertions(+), 8 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 gcc-8-branch
in repository gcc.
from 8b74bf5f757 Daily bump.
new 956a2d6aade 2018-10-18 Richard Biener <rguenther(a)suse.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:
gcc/ChangeLog | 10 ++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/graphite/pr84204.c | 2 ++
gcc/testsuite/gcc.dg/graphite/pr85935.c | 2 ++
gcc/testsuite/gcc.dg/torture/pr87087.c | 25 +++++++++++++++++++++++++
gcc/tree-chrec.c | 10 +++++++---
6 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr87087.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.