This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d2d3e54 * download_ecj: Remove.
new aba0134 PR tree-optimization/78913 - Probably misleading error report [...]
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 | 14 ++++
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c.opt | 9 +++
gcc/doc/invoke.texi | 75 +++++++++++++-------
gcc/fortran/ChangeLog | 8 +++
gcc/fortran/trans-common.c | 2 +-
gcc/fortran/trans-types.c | 2 +-
gcc/gimple-ssa-sprintf.c | 81 +++++++++++++---------
gcc/graphite-sese-to-poly.c | 4 +-
gcc/testsuite/ChangeLog | 9 +++
gcc/testsuite/gcc.dg/format/pr78569.c | 2 +-
.../gcc.dg/tree-ssa/builtin-snprintf-warn-1.c | 73 +++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-snprintf-warn-2.c | 70 +++++++++++++++++++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-6.c | 19 +++--
gcc/tree.c | 4 +-
15 files changed, 304 insertions(+), 73 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-snprintf-warn-2.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.
unknown user pushed a change to branch master
in repository clang.
from 3a07c87 Use the correct ObjC EH personality
new c900a4b [index] Introduce SymbolSubKind for reporting language-specif [...]
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/Index/IndexSymbol.h | 9 +++++++++
lib/Index/IndexSymbol.cpp | 18 +++++++++++++++++-
test/Index/Core/index-source.cpp | 11 +++++++++++
tools/c-index-test/core_main.cpp | 2 ++
4 files 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 64f15d6 PR31514: Add recursive self-instantiation check during templa [...]
new 3a07c87 Use the correct ObjC EH personality
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/CGCleanup.h | 2 ++
lib/CodeGen/CGException.cpp | 8 ++++++++
2 files changed, 10 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.
unknown user pushed a change to branch master
in repository clang.
from d9fddb6 PR30305: Implement proposed DR resolution to prevent slicing [...]
new 64f15d6 PR31514: Add recursive self-instantiation check during templa [...]
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/Sema/SemaTemplateInstantiate.cpp | 75 ++++++++++++++++++++---------------
test/SemaTemplate/alias-templates.cpp | 10 +++++
test/SemaTemplate/deduction.cpp | 2 +-
3 files changed, 55 insertions(+), 32 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 7b2b2ad2 [MemDep] NFC walk invariant.group graph only down
new 8839e0c CommandLine option: Relax the assertion introduced in r290467 [...]
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/Support/CommandLine.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 llvm.
from c489a86 [AVX-512] If avx512dq is available use vpmovm2d/vpmovm2q inst [...]
new 2ab4f6e [LCSSA] Fix some typos. NFCI.
new 7b2b2ad2 [MemDep] NFC walk invariant.group graph only down
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/Analysis/LoopInfo.cpp | 6 ++--
lib/Analysis/MemoryDependenceAnalysis.cpp | 42 ++++++++++---------------
test/Transforms/GVN/invariant.group.ll | 52 +++++++++++++++++++++++++++++++
test/Transforms/NewGVN/invariant.group.ll | 52 +++++++++++++++++++++++++++++++
4 files changed, 123 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 clang.
from 81f1ca9 [cxx1z-constexpr-lambda] Make conversion function constexpr, [...]
new d9fddb6 PR30305: Implement proposed DR resolution to prevent slicing [...]
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/DiagnosticSemaKinds.td | 3 +++
include/clang/Sema/Overload.h | 4 +++
lib/Sema/SemaOverload.cpp | 31 ++++++++++++++++++++++
.../basic.namespace/namespace.udecl/p15.cpp | 30 ++++++++++++++++++---
test/CXX/drs/dr19xx.cpp | 9 ++++---
5 files changed, 70 insertions(+), 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 llvm.
from fd00f62 [SCCP] Unknown instructions are sent to overdefined anyway. NFCI.
new 3137125 [X86] Add avx512bw and avx512dq command lines to the vector c [...]
new c489a86 [AVX-512] If avx512dq is available use vpmovm2d/vpmovm2q inst [...]
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/Target/X86/X86ISelLowering.cpp | 22 +-
test/CodeGen/X86/vector-compare-results.ll | 6216 +++++++++++++++++++++-------
2 files changed, 4703 insertions(+), 1535 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 c103185 [Orc][RPC] Lock the pending results data structure when insta [...]
new fd00f62 [SCCP] Unknown instructions are sent to overdefined anyway. NFCI.
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/SCCP.cpp | 18 ------------------
1 file changed, 18 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 8204fd7 llvm-objdump: speed up -objc-meta-data
new c103185 [Orc][RPC] Lock the pending results data structure when insta [...]
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/ExecutionEngine/Orc/RPCUtils.h | 73 ++++++++++++++++++++---------
1 file changed, 51 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.