This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from db6d613 [AVX512] The 128 and 256-bit vplzcnt builtins require avx512c [...]
new a66fce3 [AST] Use ArrayRef in more interfaces
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/AST/DeclTemplate.h | 50 +++-----
lib/AST/ASTContext.cpp | 5 +-
lib/AST/DeclTemplate.cpp | 200 +++++++++++++------------------
lib/Sema/SemaDeclCXX.cpp | 5 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 15 +--
5 files changed, 111 insertions(+), 164 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 1ba9724 Delete some dead code, NFC
new db6d613 [AVX512] The 128 and 256-bit vplzcnt builtins require avx512c [...]
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/Basic/BuiltinsX86.def | 8 ++++----
1 file changed, 4 insertions(+), 4 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 4ba030a [OpenMP] remove outdated comment (NFC)
new 1ba9724 Delete some dead code, NFC
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 | 10 ----------
1 file changed, 10 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 af4951f Daily bump.
new ce39306 Fix MPX tests on systems with MPX disabled
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/mpx/mpx-check.h | 12 +++++++++++-
2 files changed, 16 insertions(+), 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 86421bc Daily bump.
new 1126965 * config/rs6000/rs6000.md ('type' attribute): Add htmsimple/ [...]
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 | 54 +++++
gcc/config/rs6000/crypto.md | 2 +-
gcc/config/rs6000/dfp.md | 52 ++---
gcc/config/rs6000/htm.md | 14 +-
gcc/config/rs6000/power6.md | 2 +-
gcc/config/rs6000/power7.md | 2 +-
gcc/config/rs6000/power8.md | 2 +-
gcc/config/rs6000/power9.md | 477 ++++++++++++++++++++++++++++++++++++++++++++
gcc/config/rs6000/rs6000.c | 322 ++++++++++++++++++++++++++----
gcc/config/rs6000/rs6000.md | 76 ++++---
gcc/config/rs6000/t-rs6000 | 1 +
11 files changed, 907 insertions(+), 97 deletions(-)
create mode 100644 gcc/config/rs6000/power9.md
--
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 1131266 Allows "experimental" settings that will either route to thei [...]
new 9c957e6 Fix Linux 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:
source/Core/UserSettingsController.cpp | 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 lldb.
from 8ea617d Warning about debugging optimized code was not happening with [...]
new 1131266 Allows "experimental" settings that will either route to thei [...]
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/Core/UserSettingsController.h | 14 ++++++++++++++
source/Core/UserSettingsController.cpp | 24 ++++++++++++++++++++++++
source/Interpreter/OptionValueProperties.cpp | 19 +++++++++++++++++--
3 files changed, 55 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 llvm.
from 02af278 [CFLAA] Split the CFL graph out from CFLSteens. NFC.
new cc48e0f [CFLAA] Split out more things from CFLSteens. NFC.
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/Analysis/AliasAnalysisSummary.cpp | 105 ++++++++++++++++
lib/Analysis/AliasAnalysisSummary.h | 158 ++++++++++++++++++++++++
lib/Analysis/CFLGraph.h | 17 ++-
lib/Analysis/CFLSteensAliasAnalysis.cpp | 209 +++++++-------------------------
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/StratifiedSets.h | 28 ++---
6 files changed, 322 insertions(+), 196 deletions(-)
create mode 100644 lib/Analysis/AliasAnalysisSummary.cpp
create mode 100644 lib/Analysis/AliasAnalysisSummary.h
--
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 a3d4e37 [MSSA] Fix typo. NFC.
new 02af278 [CFLAA] Split the CFL graph out from CFLSteens. NFC.
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/Analysis/CFLAndersAliasAnalysis.cpp | 2 +
lib/Analysis/CFLGraph.h | 151 ++++++++++++++++++++++++++++++++
lib/Analysis/CFLSteensAliasAnalysis.cpp | 124 +-------------------------
lib/Analysis/StratifiedSets.h | 2 +
4 files changed, 157 insertions(+), 122 deletions(-)
create mode 100644 lib/Analysis/CFLGraph.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.