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 1d99d5229a9 Daily bump.
new 0c90e345365 Backport from mainline 2018-08-11 John David Anglin <da [...]
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 | 18 ++++
gcc/config/pa/pa.md | 197 ++++++----------------------------------
libgcc/ChangeLog | 15 +++
libgcc/config/pa/linux-atomic.c | 66 ++++++--------
4 files changed, 90 insertions(+), 206 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 lnt.
from 4ee8ed0 [LNT] In command-line tool expand tilde when resolving commands.
new 8bb101d [LNT] In command-line tool allow to use relative path for tes [...]
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:
lnt/tests/test_suite.py | 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 709fda69699 [AST][Tests] Clarify what each test is doing
adds 68cedc8ad59 [DebugCounters] don't do redundant map lookups; NFC
adds dc7a8880207 [llvm-objcopy] Implement -G/--keep-global-symbol(s).
No new revisions were added by this update.
Summary of changes:
lib/Support/DebugCounter.cpp | 12 ++-
.../keep-global-symbols-mix-globalize.test | 51 ++++++++++++
test/tools/llvm-objcopy/keep-global-symbols.test | 95 ++++++++++++++++++++++
tools/llvm-objcopy/ObjcopyOpts.td | 18 ++++
tools/llvm-objcopy/llvm-objcopy.cpp | 36 ++++++++
5 files changed, 208 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-objcopy/keep-global-symbols-mix-globalize.test
create mode 100644 test/tools/llvm-objcopy/keep-global-symbols.test
--
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 709fda69699 [AST][Tests] Clarify what each test is doing
new 68cedc8ad59 [DebugCounters] don't do redundant map lookups; NFC
new dc7a8880207 [llvm-objcopy] Implement -G/--keep-global-symbol(s).
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/Support/DebugCounter.cpp | 12 ++-
.../keep-global-symbols-mix-globalize.test | 51 ++++++++++++
test/tools/llvm-objcopy/keep-global-symbols.test | 95 ++++++++++++++++++++++
tools/llvm-objcopy/ObjcopyOpts.td | 18 ++++
tools/llvm-objcopy/llvm-objcopy.cpp | 36 ++++++++
5 files changed, 208 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-objcopy/keep-global-symbols-mix-globalize.test
create mode 100644 test/tools/llvm-objcopy/keep-global-symbols.test
--
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 lnt.
from b3b8033 Add ability to track linker memory usage
new 4ee8ed0 [LNT] In command-line tool expand tilde when resolving commands.
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:
lnt/testing/util/commands.py | 2 ++
1 file changed, 2 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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/clang.
from 9af34252a3 [analyzer] [NFC] Minor refactoring of ISL-specific code in R [...]
adds 24c9731717 Don't warn on returning the address of a label from a statem [...]
adds b14b766b1c [ObjC] Error out when using forward-declared protocol in a @ [...]
No new revisions were added by this update.
Summary of changes:
include/clang/Basic/DiagnosticGroups.td | 3 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 4 ++--
lib/CodeGen/CGObjCMac.cpp | 5 +++--
lib/Sema/SemaExpr.cpp | 10 ----------
lib/Sema/SemaExprObjC.cpp | 6 +++++-
lib/Sema/SemaInit.cpp | 4 ++++
test/CodeGenObjC/forward-declare-protocol-gnu.m | 10 ++++++----
test/CodeGenObjC/forward-protocol-metadata-symbols.m | 6 +++---
test/CodeGenObjC/hidden-visibility.m | 2 +-
test/CodeGenObjC/link-errors.m | 2 +-
test/CodeGenObjC/protocol-comdat.m | 4 ++--
test/CodeGenObjC/protocols-lazy.m | 19 ++++++++++++++-----
test/CodeGenObjC/protocols.m | 3 ++-
test/PCH/objc_exprs.h | 4 +++-
test/Parser/objc-cxx-keyword-identifiers.mm | 4 +++-
test/Sema/statements.c | 9 +++++++++
test/SemaObjC/protocol-expr-neg-1.m | 6 +++---
17 files changed, 63 insertions(+), 38 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 9af34252a3 [analyzer] [NFC] Minor refactoring of ISL-specific code in R [...]
new 24c9731717 Don't warn on returning the address of a label from a statem [...]
new b14b766b1c [ObjC] Error out when using forward-declared protocol in a @ [...]
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/Basic/DiagnosticGroups.td | 3 ++-
include/clang/Basic/DiagnosticSemaKinds.td | 4 ++--
lib/CodeGen/CGObjCMac.cpp | 5 +++--
lib/Sema/SemaExpr.cpp | 10 ----------
lib/Sema/SemaExprObjC.cpp | 6 +++++-
lib/Sema/SemaInit.cpp | 4 ++++
test/CodeGenObjC/forward-declare-protocol-gnu.m | 10 ++++++----
test/CodeGenObjC/forward-protocol-metadata-symbols.m | 6 +++---
test/CodeGenObjC/hidden-visibility.m | 2 +-
test/CodeGenObjC/link-errors.m | 2 +-
test/CodeGenObjC/protocol-comdat.m | 4 ++--
test/CodeGenObjC/protocols-lazy.m | 19 ++++++++++++++-----
test/CodeGenObjC/protocols.m | 3 ++-
test/PCH/objc_exprs.h | 4 +++-
test/Parser/objc-cxx-keyword-identifiers.mm | 4 +++-
test/Sema/statements.c | 9 +++++++++
test/SemaObjC/protocol-expr-neg-1.m | 6 +++---
17 files changed, 63 insertions(+), 38 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 4b947be3ed6 doc: Use @ref, not @xref, in the middle of a sentence
new 3cad0e37167 C++: -Wwrite-strings: use location of string constant
new 17ed9f91586 PR testsuite/86996
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:
gcc/cp/ChangeLog | 5 +++++
gcc/cp/typeck.c | 10 +++++----
gcc/testsuite/ChangeLog | 9 ++++++++
gcc/testsuite/g++.dg/conversion/Wwrite-strings.C | 24 ++++++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 7 ++++---
5 files changed, 48 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/conversion/Wwrite-strings.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.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-aarch64-tested
in repository toolchain/llvm/llvm.
from 803952bdf02 [AST[Tests] Shorten tests using noalias params
adds 709fda69699 [AST][Tests] Clarify what each test is doing
No new revisions were added by this update.
Summary of changes:
test/Analysis/AliasSet/argmemonly.ll | 43 +++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 20 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 803952bdf02 [AST[Tests] Shorten tests using noalias params
new 709fda69699 [AST][Tests] Clarify what each test is doing
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:
test/Analysis/AliasSet/argmemonly.ll | 43 +++++++++++++++++++-----------------
1 file changed, 23 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.