This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dba2ece2a4f PR tree-optimization/86401 * fold-const.c (fold_binary_lo [...]
new b88c25691cf gcc/ChangeLog:
new af73b08aa7b gcc/ChangeLog:
new a75cc7d98e7 gcc/ChangeLog:
The 3 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 | 16 ++++
gcc/gimplify.c | 2 +-
gcc/gimplify.h | 1 +
gcc/testsuite/ChangeLog | 14 +++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-16.c | 12 +++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-17.c | 12 +++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-18.c | 14 +++
gcc/testsuite/gcc.dg/tree-ssa/phi-opt-19.c | 15 ++++
gcc/testsuite/gcc.dg/tree-ssa/popcount3.c | 15 ++++
gcc/testsuite/gcc.dg/tree-ssa/pr64183.c | 2 +-
gcc/testsuite/gcc.target/i386/pr85073.c | 2 +-
gcc/tree-scalar-evolution.c | 12 +++
gcc/tree-ssa-loop-niter.c | 7 +-
gcc/tree-ssa-phiopt.c | 136 +++++++++++++++++++++++++++++
14 files changed, 256 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-16.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-17.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-18.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/phi-opt-19.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/popcount3.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 ca9c12e96d9 Fix DIExpression::ExprOperand::appendToVector
new ec4a235223d [PDB] memicmp only exists on Windows, use StringRef::compar [...]
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/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 4 ++--
1 file changed, 2 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 clang.
from 5137aa79b9 [OPENMP] Fix PR38026: Link -latomic when -fopenmp is used.
new 2ffe81c7bf [ASTMatchers] A matcher for Objective-C @autoreleasepool
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/LibASTMatchersReference.html | 74 ++++++++++++++++++++++++---
include/clang/ASTMatchers/ASTMatchers.h | 13 +++++
lib/ASTMatchers/ASTMatchersInternal.cpp | 2 +
lib/ASTMatchers/Dynamic/Registry.cpp | 1 +
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 12 +++++
5 files changed, 94 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 gcc.
from 93711a35c57 gcc/ PR target/86324 * target.def (translate_mode_attribu [...]
new dba2ece2a4f PR tree-optimization/86401 * fold-const.c (fold_binary_lo [...]
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 | 9 ++
gcc/fold-const.c | 209 ++++++++++++++----------------
gcc/fold-const.h | 3 +
gcc/match.pd | 54 ++++++++
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/c-c++-common/rotate-9.c | 19 +++
gcc/testsuite/gcc.dg/tree-ssa/pr86401-1.c | 48 +++++++
gcc/testsuite/gcc.dg/tree-ssa/pr86401-2.c | 48 +++++++
8 files changed, 282 insertions(+), 115 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/rotate-9.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr86401-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr86401-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 llvm.
from c779b36d254 [PDB] One more fix for hasing GSI records.
new 21926ea0e19 Remove a redundant null-check in DIExpression::prepend, NFC
new ca9c12e96d9 Fix DIExpression::ExprOperand::appendToVector
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/llvm/IR/DebugInfoMetadata.h | 2 +-
lib/IR/DebugInfoMetadata.cpp | 29 +++++++++++++----------------
2 files changed, 14 insertions(+), 17 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 8980f32f68 [OPENMP] Make clauses closing loc point to right bracket.
new 5137aa79b9 [OPENMP] Fix PR38026: Link -latomic when -fopenmp is used.
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/Driver/ToolChains/Gnu.cpp | 6 +++++-
test/OpenMP/linking.c | 16 ++++++++--------
2 files changed, 13 insertions(+), 9 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 138bc798deb RISC-V: Initial riscv linux Ada port.
new 93711a35c57 gcc/ PR target/86324 * target.def (translate_mode_attribu [...]
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 | 11 +++++++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-attribs.c | 4 ++++
gcc/config/rs6000/rs6000.c | 15 +++++++++++++++
gcc/doc/tm.texi | 8 ++++++++
gcc/doc/tm.texi.in | 2 ++
gcc/target.def | 10 ++++++++++
gcc/targhooks.c | 8 ++++++++
gcc/targhooks.h | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/powerpc/pr86324-1.c | 10 ++++++++++
gcc/testsuite/gcc.target/powerpc/pr86324-2.c | 10 ++++++++++
12 files changed, 91 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86324-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr86324-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 llvm.
from c2801b16401 Use Type::isIntOrPtrTy where possible, NFC
new c779b36d254 [PDB] One more fix for hasing GSI records.
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/DebugInfo/PDB/Native/GSIStreamBuilder.cpp | 35 ++++++---
tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp | 2 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 88 +++++++++++++++++++++++
tools/llvm-pdbutil/llvm-pdbutil.h | 2 +
4 files changed, 118 insertions(+), 9 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 b35c33424 [ELF] - Add test for empty version in a symbol name.
new 179ce08aa [PDB] One more fix for hasing GSI records.
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/COFF/Inputs/globals-dia-func-collision3.obj | Bin 0 -> 5392 bytes
test/COFF/pdb-globals-dia-func-collision3.test | 81 +++++++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 test/COFF/Inputs/globals-dia-func-collision3.obj
create mode 100644 test/COFF/pdb-globals-dia-func-collision3.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 lldb.
from 34e508b43 Remove a bunch more references to _LIBCPP_INLINE_VISIBILITY a [...]
new a4cbdb288 [test-suite] Add a decorator for the lack of libstdcxx on the [...]
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:
packages/Python/lldbsuite/test/decorators.py | 12 ++++++++++++
.../libstdcpp/iterator/TestDataFormatterStdIterator.py | 3 +--
.../libstdcpp/list/TestDataFormatterStdList.py | 3 +--
.../libstdcpp/map/TestDataFormatterStdMap.py | 4 +---
.../libstdcpp/smart_ptr/TestDataFormatterStdSmartPtr.py | 4 +---
.../libstdcpp/string/TestDataFormatterStdString.py | 3 +--
.../libstdcpp/tuple/TestDataFormatterStdTuple.py | 4 +---
.../libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py | 4 +---
.../libstdcpp/vbool/TestDataFormatterStdVBool.py | 6 +-----
.../libstdcpp/vector/TestDataFormatterStdVector.py | 4 +---
10 files changed, 21 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.