This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d2346b1f669 2017-05-16 Sylvestre Ledru <sylvestre(a)debian.org>
new 0208a8aa63d plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637)
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 | 4 ++++
gcc/plugin.c | 5 ++++-
2 files changed, 8 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 gcc.
from 4a67cdcd602 Daily bump.
new d2346b1f669 2017-05-16 Sylvestre Ledru <sylvestre(a)debian.org>
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/objc/ChangeLog | 6 ++++++
gcc/objc/objc-runtime-shared-support.c | 6 +-----
2 files changed, 7 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 llvm.
from 9b42d75c410 NewGVN: Use StoreExpression StoredValue instead of looking [...]
new 1f5970481f1 [CorrelatedValuePropagation] Don't use -> to call a static [...]
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/Scalar/CorrelatedValuePropagation.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 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-tools-extra.
from a744789f Revert "[clang-tidy] modernize-use-emplace: Remove unnecessar [...]
new cbee4173 [clang-tidy] modernize-use-emplace: Remove unnecessary make_t [...]
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/UseEmplaceCheck.cpp | 49 +++++---
clang-tidy/modernize/UseEmplaceCheck.h | 2 +
docs/ReleaseNotes.rst | 6 +-
docs/clang-tidy/checks/modernize-use-emplace.rst | 34 ++++++
test/clang-tidy/modernize-use-emplace.cpp | 145 +++++++++++++++++++++--
5 files changed, 207 insertions(+), 29 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 84be2d3a3b1 Revert "[NewGVN] Replace predicate info leftovers."
new 158f63f59ef NewGVN: Formatting fixes
new 9b42d75c410 NewGVN: Use StoreExpression StoredValue instead of looking [...]
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 | 16 ++++++++--------
1 file changed, 8 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 master
in repository llvm.
from 7c0283272af [NewGVN] Replace predicate info leftovers.
new 84be2d3a3b1 Revert "[NewGVN] Replace predicate info leftovers."
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/Scalar/NewGVN.cpp | 4 ----
test/Transforms/NewGVN/pr32945.ll | 24 ------------------------
2 files changed, 28 deletions(-)
delete mode 100644 test/Transforms/NewGVN/pr32945.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 4ab9bae2928 AMDGPUCodeGen: Fix warnings in r303111. [-Wunused-variable]
new 7c0283272af [NewGVN] Replace predicate info leftovers.
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/Scalar/NewGVN.cpp | 4 ++++
test/Transforms/NewGVN/pr32945.ll | 24 ++++++++++++++++++++++++
2 files changed, 28 insertions(+)
create mode 100644 test/Transforms/NewGVN/pr32945.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 clang-tools-extra.
from e0898113 [clang-tidy] modernize-use-emplace: Remove unnecessary make_t [...]
new a744789f Revert "[clang-tidy] modernize-use-emplace: Remove unnecessar [...]
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/UseEmplaceCheck.cpp | 49 +++-----
clang-tidy/modernize/UseEmplaceCheck.h | 2 -
docs/ReleaseNotes.rst | 6 +-
docs/clang-tidy/checks/modernize-use-emplace.rst | 34 ------
test/clang-tidy/modernize-use-emplace.cpp | 145 ++---------------------
5 files changed, 29 insertions(+), 207 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 compiler-rt.
from 1f7b0d2bc [tsan] Update tsan test for r303084
new 5c1b8654b builtins: use reserved spelling (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/builtins/int_lib.h | 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 clang-tools-extra.
from ef5be379 [clang-tidy] Fix a typo: dequeue => deque
new e0898113 [clang-tidy] modernize-use-emplace: Remove unnecessary make_t [...]
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/UseEmplaceCheck.cpp | 49 +++++---
clang-tidy/modernize/UseEmplaceCheck.h | 2 +
docs/ReleaseNotes.rst | 6 +-
docs/clang-tidy/checks/modernize-use-emplace.rst | 34 ++++++
test/clang-tidy/modernize-use-emplace.cpp | 145 +++++++++++++++++++++--
5 files changed, 207 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.