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 a3a5fec New function tyscm_scm_to_type.
new 34b4332 Fix various python lazy string bugs.
new a7c0469 Copy lazy string handling fixes from Python.
new 728a791 Add instruction_reader to arm process record
new b121eeb Fix arm process record for some instructions
new ba14f37 Support CBNZ, CBZ, REV, REV16 and REVSH in arm process record
The 5 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/arm-tdep.c | 351 ++++++++++++++++-----
gdb/guile/scm-lazy-string.c | 119 +++++--
gdb/guile/scm-value.c | 65 +++-
gdb/python/py-lazy-string.c | 117 ++++++-
gdb/python/py-value.c | 76 ++++-
gdb/testsuite/ChangeLog | 20 ++
.../scm-lazy-string.c} | 7 +-
gdb/testsuite/gdb.guile/scm-lazy-string.exp | 82 +++++
gdb/testsuite/gdb.guile/scm-value.c | 2 -
gdb/testsuite/gdb.guile/scm-value.exp | 31 --
gdb/testsuite/gdb.python/py-lazy-string.c | 3 +
gdb/testsuite/gdb.python/py-lazy-string.exp | 42 ++-
gdb/testsuite/gdb.python/py-value.c | 2 -
gdb/testsuite/gdb.python/py-value.exp | 24 --
15 files changed, 785 insertions(+), 212 deletions(-)
copy gdb/testsuite/{gdb.python/py-lazy-string.c => gdb.guile/scm-lazy-string.c} (80%)
create mode 100644 gdb/testsuite/gdb.guile/scm-lazy-string.exp
--
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 gcn
in repository gcc.
at fefb54d Initial commit of GCN branch
This branch includes the following new commits:
new fefb54d Initial commit of GCN branch
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.
--
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 0297caa PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 n [...]
new 4ea02d8 PR fortran/79886 * tree-diagnostic.c (default_tree_printer) [...]
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 | 6 ++++++
gcc/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/error.c | 12 +++++++-----
gcc/fortran/trans-io.c | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr79886.f90 | 17 +++++++++++++++++
gcc/tree-diagnostic.c | 2 +-
gcc/tree-diagnostic.h | 3 +++
8 files changed, 55 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr79886.f90
--
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 0a25d0e [X86] Add PR22338 test case
new 1537930 [AMDGPU] Run always inliner early in opt
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/AMDGPUTargetMachine.cpp | 1 +
test/CodeGen/AMDGPU/early-inline.ll | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/early-inline.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 binutils-gdb.
from 28f1c60 [Patch] Fix variable type glitch in inf-ptrace.c
new f8d9958 Lazy strings can be made from arrays too.
new a3a5fec New function tyscm_scm_to_type.
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:
gdb/ChangeLog | 5 +++++
gdb/doc/ChangeLog | 5 +++++
gdb/doc/guile.texi | 2 +-
gdb/doc/python.texi | 2 +-
gdb/guile/guile-internal.h | 2 ++
gdb/guile/scm-type.c | 13 +++++++++++++
6 files changed, 27 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 users/arnez/lk3
in repository binutils-gdb.
at 3626824 Add S390 support for linux-kernel target
This branch includes the following new commits:
new ad0b0e5 Convert substitute_path_component to C++
new 09e978d Add libiberty/concat styled concat_path function
new 60a2f03 Add basic Linux kernel support
new 699e91f Add kernel module support for linux-kernel target
new 1bb7379 Add commands for linux-kernel target
new 8539bfc Seperate common s390-tdep.* from s390-linux-tdep.*
new d67d2e9 Add privileged registers for s390x
new 3626824 Add S390 support for linux-kernel target
The 8 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.
--
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 79cf6d7 PR libstdc++/80064 make heap algorithms work with function types
new 04e802e PR libstdc++/79511 fix endianness of UTF-16 data
new 8928efc PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling
new f5861b7 Fix encoding() and max_length() values for codecvt facets
new 0297caa PR libstdc++/80041 fix codecvt_utf16<wchar_t> to use UTF-16 n [...]
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:
libstdc++-v3/ChangeLog | 45 ++++
libstdc++-v3/include/bits/locale_conv.h | 5 +-
libstdc++-v3/src/c++11/codecvt.cc | 244 +++++++++++++++------
.../testsuite/22_locale/codecvt/char16_t.cc | 2 +-
.../22_locale/codecvt/codecvt_utf16/79980.cc | 115 ++++++++++
.../22_locale/codecvt/codecvt_utf16/80041.cc | 87 ++++++++
.../22_locale/codecvt/codecvt_utf16/members.cc | 81 +++++++
.../22_locale/codecvt/codecvt_utf8/79980.cc | 94 ++++++++
.../22_locale/codecvt/codecvt_utf8/members.cc | 81 +++++++
.../codecvt/codecvt_utf8_utf16/79511.cc} | 39 ++--
.../codecvt/codecvt_utf8_utf16/members.cc | 76 +++++++
11 files changed, 780 insertions(+), 89 deletions(-)
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/79980.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/80041.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf16/members.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/79980.cc
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8/members.cc
copy libstdc++-v3/testsuite/{29_atomics/atomic/69301.cc => 22_locale/codecvt/codec [...]
create mode 100644 libstdc++-v3/testsuite/22_locale/codecvt/codecvt_utf8_utf16/members.cc
--
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 610fcc0 Fix: Refactor SimplifyCFG:canSinkInstructions [NFC]
new 0a25d0e [X86] Add PR22338 test case
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/CodeGen/X86/pr22338.ll | 57 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
create mode 100644 test/CodeGen/X86/pr22338.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 glibc.
from 2072f5c Remove C++ namespace handling from glibc headers.
new 598fe6d XFAIL catan and catanh tests on ibm128
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 | 7 +
math/auto-libm-test-in | 16 +-
math/auto-libm-test-out-catan | 1160 ++++++++++++++++++++--------------------
math/auto-libm-test-out-catanh | 1160 ++++++++++++++++++++--------------------
4 files changed, 1175 insertions(+), 1168 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 binutils-gdb.
from ec3b243 Fix expect for gdb.cp/m-static.exp
new 28f1c60 [Patch] Fix variable type glitch in inf-ptrace.c
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:
gdb/ChangeLog | 5 +++++
gdb/inf-ptrace.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.