This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch
in repository gcc.
from 72181f8a584 PR libstdc++/91012 fixfilesystem_error::what() string
new f055311955f PR libstdc++/85494 use rand_s in std::random_device
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:
libstdc++-v3/ChangeLog | 12 ++++++++++
libstdc++-v3/config/os/mingw32-w64/os_defines.h | 2 ++
libstdc++-v3/src/c++11/cow-string-inst.cc | 4 +++-
libstdc++-v3/src/c++11/random.cc | 26 +++++++++++++++++++++-
.../random/random_device/85494.cc} | 20 ++++++++---------
5 files changed, 52 insertions(+), 12 deletions(-)
copy libstdc++-v3/testsuite/{20_util/variant/89851.cc => 26_numerics/random/random [...]
--
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 gcc-7-branch
in repository gcc.
from f5a89156d4d Daily bump.
new f102b32fb20 [PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_with
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/ipa-cp.c | 1 -
2 files changed, 8 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 d56a9b86741 [X86][AVX] SimplifyDemandedVectorElts - combine PERMPD(x) - [...]
new 59fa40e2640 [X86][SSE] Regenerate v48 shuffle test on a variety of targets
new ffa5500e3ad [Attributor] Deducing existing nounwind attribute.
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/Transforms/IPO/Attributor.h | 17 +++++
lib/Transforms/IPO/Attributor.cpp | 95 ++++++++++++++++++++++++---
test/CodeGen/X86/vector-shuffle-v48.ll | 104 +++++++++++++++++++++++++-----
test/Transforms/FunctionAttrs/nounwind.ll | 99 ++++++++++++++++++++++++++++
4 files changed, 289 insertions(+), 26 deletions(-)
create mode 100644 test/Transforms/FunctionAttrs/nounwind.ll
--
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 2cb558589f0 [yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum [...]
new d56a9b86741 [X86][AVX] SimplifyDemandedVectorElts - combine PERMPD(x) - [...]
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/X86/X86ISelLowering.cpp | 16 ++++++++++++++++
test/CodeGen/X86/var-permute-128.ll | 20 ++++++++++----------
test/CodeGen/X86/vector-shuffle-256-v16.ll | 2 +-
test/CodeGen/X86/vector-shuffle-512-v32.ll | 2 +-
test/CodeGen/X86/vector-shuffle-v48.ll | 5 +++--
5 files changed, 31 insertions(+), 14 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-tools-extra.
from 31634011 BitStream reader: propagate errors
new cb3e79bc [clangd] Address limitations in SelectionTree:
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:
clangd/Selection.cpp | 154 ++++++++++++++++++++++++------------
clangd/unittests/SelectionTests.cpp | 61 +++++++++++++-
2 files changed, 164 insertions(+), 51 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 cygwin-3_0-branch
in repository newlib.
from fddcd84fd Cygwin: bump version to 3.0.8
new c4d5b61f1 Cygwin: honor the O_PATH flag when opening a FIFO
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:
winsup/cygwin/fhandler_fifo.cc | 11 ++++++++++-
winsup/cygwin/release/3.0.8 | 13 +++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 winsup/cygwin/release/3.0.8
--
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 22eb1ed592e Remove quite obvious dead assignments.
new 994750ace69 PR target/90991 * config/i386/sse.md (avx_vec_concat<mode [...]
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 | 10 ++++
gcc/config/i386/sse.md | 70 +++++++++++++++++-----
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.target/i386/avx2-pr90991-1.c | 50 ++++++++++++++++
gcc/testsuite/gcc.target/i386/avx512dq-pr90991-2.c | 47 +++++++++++++++
5 files changed, 167 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx2-pr90991-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr90991-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 e02e5c6f21d [ISEL][X86] Tracking of registers that forward call arguments
new 2cb558589f0 [yaml2obj] - Allow overriding e_shentsize, e_shoff, e_shnum [...]
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/ObjectYAML/ELFYAML.h | 5 +++
lib/ObjectYAML/ELFYAML.cpp | 5 +++
test/tools/yaml2obj/elf-header-sh-fields.yaml | 61 +++++++++++++++++++++++++++
tools/obj2yaml/elf2yaml.cpp | 4 +-
tools/yaml2obj/yaml2elf.cpp | 14 ++++--
5 files changed, 84 insertions(+), 5 deletions(-)
create mode 100644 test/tools/yaml2obj/elf-header-sh-fields.yaml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.