This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 51a9ac6b6eb Fix memory leak in selftest::test_expansion_to_rtl
new ba0f90e493b PR c++/86767 * constexpr.c (cxx_eval_statement_list): Han [...]
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 | 5 ++
gcc/cp/constexpr.c | 10 +++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-86767.C | 119 +++++++++++++++++++++++++++
4 files changed, 139 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-86767.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 gcc.
from c36a8b30136 * g++.dg/torture/pr86763.C (dg-additional-options): Add -l [...]
new 51a9ac6b6eb Fix memory leak in selftest::test_expansion_to_rtl
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 | 5 +++++
gcc/function-tests.c | 1 +
2 files changed, 6 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 273374717eb AMDGPU: Fold v_lshl_or_b32 with 0 src0
new 5b8a7e263c1 Fix raw_fd_ostream::write_impl hang due to an infinite loop [...]
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/raw_ostream.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 426d8cc286 [AST] Add individual size info for Types in -print-stats
new 1d1e4e257b [Fixed Point Arithmetic] Fix for FixedPointValueToString
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/Type.h | 5 +-
lib/AST/Expr.cpp | 2 +-
lib/AST/ExprConstant.cpp | 3 +-
lib/AST/Type.cpp | 31 +++++----
test/Frontend/fixed_point_to_string.c | 21 +++++++
unittests/Frontend/CMakeLists.txt | 1 +
unittests/Frontend/FixedPointString.cpp | 107 ++++++++++++++++++++++++++++++++
7 files changed, 153 insertions(+), 17 deletions(-)
create mode 100644 test/Frontend/fixed_point_to_string.c
create mode 100644 unittests/Frontend/FixedPointString.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 gcc.
from 2cac9fbe492 Enable clobber high for tls descs on Aarch64
new c36a8b30136 * g++.dg/torture/pr86763.C (dg-additional-options): Add -l [...]
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 | 5 +++++
gcc/testsuite/g++.dg/torture/pr86763.C | 1 +
2 files changed, 6 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 4e1ab5cbfb6 ValueTracking: Handle canonicalize in CannotBeNegativeZero
new 273374717eb AMDGPU: Fold v_lshl_or_b32 with 0 src0
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/Target/AMDGPU/SIFoldOperands.cpp | 13 +++++
test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir | 74 +++++++++++++++++++++++-
2 files changed, 86 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 ccaaf99880a S/390: Don't unroll memory blk op loops
new 2cac9fbe492 Enable clobber high for tls descs on Aarch64
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/config/aarch64/aarch64.md | 69 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 ++
.../gcc.target/aarch64/sve/tls_preserve_1.c | 19 ++++++
.../gcc.target/aarch64/sve/tls_preserve_2.c | 24 ++++++++
.../gcc.target/aarch64/sve/tls_preserve_3.c | 24 ++++++++
6 files changed, 134 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/tls_preserve_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/tls_preserve_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/tls_preserve_3.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 5edce4ca15d [NFC] Fixed unused function warnings
new c3263d7deef AMDGPU: Rename check prefixes in test
new 4e1ab5cbfb6 ValueTracking: Handle canonicalize in CannotBeNegativeZero
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/ValueTracking.cpp | 1 +
test/CodeGen/AMDGPU/fp-classify.ll | 68 +++++++++++++++----------------
test/Transforms/InstSimplify/fast-math.ll | 50 +++++++++++++++++++++++
3 files changed, 85 insertions(+), 34 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 175a16b0fa [ASTmporter] SourceRange-free function parameter checking fo [...]
new 426d8cc286 [AST] Add individual size info for Types in -print-stats
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/AST/ASTContext.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 llvm.
from 2813b7a46da [NFC] Fixed unused function warning
new 5b20e129cf9 Revert unused function fix
new 5edce4ca15d [NFC] Fixed unused function warnings
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/IPO/Inliner.cpp | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.