This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e87fd12 Require effective target global_constructor for two testcases
new 829d561 2017-03-24 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 | 8 ++++++++
gcc/graphite-isl-ast-to-gimple.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/graphite/pr80167.c | 24 ++++++++++++++++++++++++
4 files changed, 41 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr80167.c
--
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/jenkins-scripts.
from 44acb07 tcwg-llvm-build.sh: Change filesever URL to .tcwglab
new f08817d tcwg-llvm-build.sh: Adding new toolchain parameter
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:
tcwg-llvm-build.sh | 40 +++++++++++++++++++++++++++++++++++++++-
1 file changed, 39 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 master
in repository clang.
from 03276d3 [analyzer] Add MisusedMovedObjectChecker for detecting use-af [...]
new 903855e [analyzer] MisusedMovedObject: Remove deprecated callback. 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/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp | 7 -------
1 file changed, 7 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 bcd9120 Revert r298491 and r298494 which changed Clang's handling of [...]
new 4560844 [libclang] Bury dead TemporaryFiles
new 03276d3 [analyzer] Add MisusedMovedObjectChecker for detecting use-af [...]
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/clang/StaticAnalyzer/Checkers/Checkers.td | 5 +
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/MisusedMovedObjectChecker.cpp | 488 ++++++++++++++++
test/Analysis/MisusedMovedObject.cpp | 619 +++++++++++++++++++++
tools/libclang/CIndexCodeCompletion.cpp | 6 -
5 files changed, 1113 insertions(+), 6 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp
create mode 100644 test/Analysis/MisusedMovedObject.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 87d555c [clang-tidy] Fix treating non-space whitespaces in checks list.
new d6fb946 [clangd] Add support for vscode extension configuration
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:
clangd/clients/clangd-vscode/package.json | 23 ++++++++++++++++++++++-
clangd/clients/clangd-vscode/src/extension.ts | 18 ++++++++++++++----
2 files changed, 36 insertions(+), 5 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 830dfeb Fix handling of initialization from parenthesized initializer list.
new bcd9120 Revert r298491 and r298494 which changed Clang's handling of [...]
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/ASTContext.h | 4 +-
include/clang/Basic/Builtins.def | 60 ++++++++++++-------------
lib/AST/ASTContext.cpp | 44 +++++++------------
lib/CodeGen/CGCall.cpp | 90 ++++++++++++++------------------------
test/CodeGen/function-attributes.c | 14 ------
test/CodeGen/nonnull.c | 84 -----------------------------------
6 files changed, 77 insertions(+), 219 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 lldb.
from bb76009 Fix warnings from clang build on macOS.
new 56c15fd The expression text in AppleObjCRuntimeV1::CreateObjectChecke [...]
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:
.../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 5 +++--
1 file changed, 3 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 38c9e29 NewGVN: Small cleanup of two dominance related functions to m [...]
new a7af2e0 Revert "[ScalarEvolution] Re-enable Predicate implication fro [...]
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/Analysis/ScalarEvolution.h | 17 --
lib/Analysis/ScalarEvolution.cpp | 175 +----------
.../ScalarEvolution/implied-via-addition.ll | 27 --
.../ScalarEvolution/implied-via-division.ll | 331 ---------------------
4 files changed, 16 insertions(+), 534 deletions(-)
delete mode 100644 test/Analysis/ScalarEvolution/implied-via-addition.ll
delete mode 100644 test/Analysis/ScalarEvolution/implied-via-division.ll
--
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 8229f1d [ScalarEvolution] Re-enable Predicate implication from operations
new 12e2dcc NewGVN: Small cleanup of useless expression deletion, and don [...]
new 38c9e29 NewGVN: Small cleanup of two dominance related functions to m [...]
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/Transforms/Scalar/NewGVN.cpp | 85 +++++++++++++++++++++++++++-------------
1 file changed, 58 insertions(+), 27 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-6-branch
in repository gcc.
from 146455e Daily bump.
new 1002f1f Backport "Add missing dg-require-effective-target alloca in g [...]
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 | 9 +++++++++
gcc/testsuite/gcc.dg/torture/pr71881.c | 1 +
gcc/testsuite/gcc.dg/torture/pr78742.c | 1 +
3 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.