This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 2469b3c584 Riscv ld-elf/stab failure and fake label cleanup.
new 9e5b9d2b29 Basic c++ification of varobj
new ddf0ea085b Make varobj::children an std::vector
new 0604393c22 Replace VEC (varobj_update_result) with std::vector
new 7e2fd2f47b Remove DEF_VEC_P (varobj_p)
The 4 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:
gdb/ChangeLog | 56 ++++++++
gdb/ada-varobj.c | 5 +-
gdb/mi/mi-cmd-var.c | 62 ++++-----
gdb/varobj.c | 362 ++++++++++++++++++----------------------------------
gdb/varobj.h | 67 +++++-----
5 files changed, 245 insertions(+), 307 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 7c8f4b01f61 Allow TempFile::discard to be called twice.
new c4b304ca7ce Remove unnecessary code.
new 690ef988233 [X86] Sink the MGATHER setOperationActions for AVX2 into th [...]
new d93d311a7dd [X86] Move the BITALG setOperationAction code into the hasB [...]
new db39a5d9223 [X86] Support v32i16/v64i8 CTLZ using lookup table.
The 4 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 | 50 +++++++++------
test/CodeGen/X86/vector-lzcnt-512.ll | 118 ++++++++++++++---------------------
tools/bugpoint/OptimizerDriver.cpp | 3 -
3 files changed, 78 insertions(+), 93 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 1f7a128eba4 Remove unnecessary include.
new 7c8f4b01f61 Allow TempFile::discard to be called twice.
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/Path.cpp | 6 ++++++
unittests/Support/Path.cpp | 21 +++++++++++++++++++++
2 files changed, 27 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 319c773ce5 [OPENMP] Added missed checks for for [simd] based directives.
new ea7e3341d5 Revert "[CodeGen] Fix vtable not receiving hidden visibility [...]
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/CGDecl.cpp | 2 +-
lib/CodeGen/CGVTT.cpp | 2 +-
lib/CodeGen/CGVTables.cpp | 4 ++--
lib/CodeGen/CodeGenModule.cpp | 26 ++++++++++++------------
lib/CodeGen/CodeGenModule.h | 3 +--
lib/CodeGen/ItaniumCXXABI.cpp | 3 +--
test/CodeGen/push-hidden-visibility-subclass.cpp | 21 -------------------
7 files changed, 19 insertions(+), 42 deletions(-)
delete mode 100644 test/CodeGen/push-hidden-visibility-subclass.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 libcxx.
from bd858589d [libcxx][fixup] Mark std::basic_istream::getline tests as fai [...]
new aa0e23628 Implement p0137r1 - std::launder. Reviewed as https://reviews [...]
new 18a268580 [libcxx] Implement std::to_address for C++20
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/__config | 8 ++
include/memory | 41 ++++++-
include/new | 25 +++++
.../ptr.launder/launder.nodiscard.fail.cpp} | 13 ++-
.../support.dynamic/ptr.launder/launder.pass.cpp | 35 ++++++
.../ptr.launder/launder.types.fail.cpp | 34 ++++++
.../memory/pointer.conversion/to_address.pass.cpp | 120 +++++++++++++++++++++
www/cxx1z_status.html | 1 +
8 files changed, 269 insertions(+), 8 deletions(-)
copy test/std/{containers/associative/map/map.access/empty.fail.cpp => language.su [...]
create mode 100644 test/std/language.support/support.dynamic/ptr.launder/launder.pass.cpp
create mode 100644 test/std/language.support/support.dynamic/ptr.launder/launder.t [...]
create mode 100644 test/std/utilities/memory/pointer.conversion/to_address.pass.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 43938465c32 PR 83097 Use __BYTE_ORDER__ predefined macro instead of run [...]
new e53664fa58c Replace REDUC_*_EXPRs with internal functions.
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 | 35 ++++++++++
gcc/cfgexpand.c | 3 -
gcc/config/aarch64/aarch64-builtins.c | 17 +++--
gcc/config/aarch64/aarch64-simd.md | 2 +-
gcc/expr.c | 20 ------
gcc/fold-const-call.c | 28 ++++++++
gcc/fold-const.c | 30 ---------
gcc/internal-fn.c | 45 +++++++++++++
gcc/internal-fn.def | 22 +++++++
gcc/optabs-tree.c | 11 ----
gcc/tree-cfg.c | 12 ----
gcc/tree-inline.c | 3 -
gcc/tree-pretty-print.c | 24 -------
gcc/tree-vect-loop.c | 118 ++++++++++++++++------------------
gcc/tree.def | 12 ----
15 files changed, 196 insertions(+), 186 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 libcxx.
from 2744cdf50 [libcxx] Make std::basic_istream::getline 0-terminate input a [...]
new bd858589d [libcxx][fixup] Mark std::basic_istream::getline tests as fai [...]
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:
.../istream.unformatted/getline_pointer_size.pass.cpp | 8 ++++++++
.../istream.unformatted/getline_pointer_size_chart.pass.cpp | 8 ++++++++
2 files changed, 16 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 gcc.
from ffb2e0d06e5 [PATCH] Add myself as GCC maintainer
new 43938465c32 PR 83097 Use __BYTE_ORDER__ predefined macro instead of run [...]
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:
libgfortran/ChangeLog | 16 ++++++++++++++++
libgfortran/io/inquire.c | 5 ++---
libgfortran/io/open.c | 6 ++----
libgfortran/io/transfer.c | 6 ++----
libgfortran/io/write.c | 6 +++---
libgfortran/libgfortran.h | 6 +-----
libgfortran/runtime/main.c | 28 ----------------------------
libgfortran/runtime/minimal.c | 7 -------
8 files changed, 26 insertions(+), 54 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 glibc.
from 4bae615022 Avoid use of strlen in getlogin_r (bug 22447).
new 0285e6bdf2 * posix/regcomp.c (init_word_char): Add comments.
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:
ChangeLog | 4 ++++
posix/regcomp.c | 3 +++
2 files changed, 7 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 binutils-gdb.
from 2ca23e65f5 Update docs on filling text with nops.
new 2469b3c584 Riscv ld-elf/stab failure and fake label cleanup.
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:
gas/ChangeLog | 21 +++++++++++++++++++++
gas/as.c | 5 +++--
gas/config/tc-riscv.h | 3 +++
gas/ecoff.c | 10 +++++-----
gas/expr.c | 7 ++++---
gas/read.c | 9 ++++++---
gas/read.h | 1 +
gas/symbols.c | 6 +++++-
gas/testsuite/gas/all/err-fakelabel.s | 3 +++
gas/write.h | 6 ++++++
10 files changed, 57 insertions(+), 14 deletions(-)
create mode 100644 gas/testsuite/gas/all/err-fakelabel.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.