This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 9de2cee PR c++/78774 - [6/7 Regression] ICE in constexpr string liter [...]
new 519bbcc PR middle-end/78519 - missing warning for sprintf %s with nul [...]
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/gimple-ssa-sprintf.c | 55 +++++++++++--
gcc/testsuite/ChangeLog | 5 ++
.../gcc.dg/tree-ssa/builtin-sprintf-warn-8.c | 93 ++++++++++++++++++++++
4 files changed, 156 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-warn-8.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 5d99c39 [c++1z] Permit constant evaluation of a call through a functi [...]
new 7365ea6 Fix os_log formating with arbitrary precision and field width
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/OSLog.cpp | 29 +++++++++++++++++++++++++++--
test/CodeGen/builtins.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 76 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 lld.
from 550f3e9 Rename functions as per post commit review for r289072.
new 8efbda1 COFF: Open and map input files asynchronously on Windows.
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:
COFF/Driver.cpp | 270 ++++++++++++++++++++++++++++++++++-----------------
COFF/Driver.h | 21 +++-
COFF/InputFiles.cpp | 27 +-----
COFF/InputFiles.h | 8 +-
COFF/SymbolTable.cpp | 34 +++----
COFF/SymbolTable.h | 6 --
COFF/Symbols.h | 5 +
test/COFF/order.test | 2 +-
8 files changed, 224 insertions(+), 149 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 c441ca8 Fix iterator-invalidation issue
new d941d3f [AVX-512][InstCombine] Add masked scalar FMA intrinsics to Si [...]
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/InstCombine/InstCombineCalls.cpp | 10 +
.../InstCombine/InstCombineSimplifyDemanded.cpp | 35 ++
test/Transforms/InstCombine/x86-avx512.ll | 390 +++++++++++++++++++++
3 files changed, 435 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 llvm.
from bffeba4 Remove the AssumptionCache
new c441ca8 Fix iterator-invalidation issue
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/ScalarEvolution.cpp | 4 +++-
1 file changed, 3 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 lld.
from 86abf4c Rename this variable.
new 550f3e9 Rename functions as per post commit review for r289072.
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:
ELF/Target.cpp | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 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 e0ee81e compiler: remove unneeded zero-length slice value init
new 9de2cee PR c++/78774 - [6/7 Regression] ICE in constexpr string liter [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/pt.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/pr78774.C | 9 +++++++++
4 files changed, 24 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr78774.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 llvm.
from f378ca7 Add testcases for some shuffle bugs.
new fe647d2 Make processing @llvm.assume more efficient by using operand bundles
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:
docs/LangRef.rst | 9 ++
include/llvm/Analysis/ScalarEvolution.h | 7 ++
lib/Analysis/CodeMetrics.cpp | 36 +++----
lib/Analysis/LazyValueInfo.cpp | 12 ++-
lib/Analysis/ScalarEvolution.cpp | 92 +++++++++++++----
lib/Analysis/ValueTracking.cpp | 109 ++++++++++-----------
lib/Transforms/InstCombine/InstCombineCalls.cpp | 72 ++++++++++++++
lib/Transforms/Scalar/AlignmentFromAssumptions.cpp | 9 +-
.../ScalarEvolution/no-wrap-unknown-becount.ll | 4 +-
test/Analysis/ScalarEvolution/nsw-offset-assume.ll | 2 +-
.../CorrelatedValuePropagation/conflict.ll | 4 +-
test/Transforms/InstCombine/assume-redundant.ll | 2 +-
test/Transforms/InstCombine/assume.ll | 26 ++---
test/Transforms/InstCombine/assume2.ll | 22 ++---
test/Transforms/InstSimplify/add-mask.ll | 2 +-
test/Transforms/JumpThreading/assume-edge-dom.ll | 4 +-
test/Transforms/JumpThreading/assume.ll | 4 +-
test/Transforms/NaryReassociate/NVPTX/nary-gep.ll | 4 +-
test/Transforms/SimplifyCFG/switch-dead-default.ll | 8 +-
19 files changed, 279 insertions(+), 149 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 26a006d Move checks for creation of objects of abstract class type fr [...]
new 5d99c39 [c++1z] Permit constant evaluation of a call through a functi [...]
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 ++++
lib/AST/ASTContext.cpp | 8 ++++++++
lib/AST/ExprConstant.cpp | 5 ++++-
lib/Sema/SemaDecl.cpp | 31 ++++++++++--------------------
test/SemaCXX/constant-expression-cxx1z.cpp | 2 ++
5 files changed, 28 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.