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 b01ba14d4d Replace VEC(converted_character_d) with std::vector
new 2cc050302c Make parse_debug_format_options return an std::string
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/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/server.c | 21 ++++++++++-----------
2 files changed, 15 insertions(+), 11 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 f979c73fd0 Remove xmethod_worker::clone
new 4d0fdd9b35 Replace VEC(gdb_xml_value_s) with std::vector
new b01ba14d4d Replace VEC(converted_character_d) with std::vector
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 | 57 +++++++++++++++++++++++++++++++++++++
gdb/btrace.c | 39 +++++++++++++++----------
gdb/memory-map.c | 14 +++++----
gdb/osdata.c | 13 +++++----
gdb/remote.c | 11 ++++----
gdb/solib-aix.c | 20 +++++++------
gdb/solib-svr4.c | 18 ++++++------
gdb/solib-target.c | 20 +++++++------
gdb/tracepoint.c | 11 ++++----
gdb/valprint.c | 29 +++++++------------
gdb/xml-support.c | 42 +++++++--------------------
gdb/xml-support.h | 14 +++++----
gdb/xml-syscall.c | 23 +++++++--------
gdb/xml-tdesc.c | 83 +++++++++++++++++++++++++++---------------------------
14 files changed, 221 insertions(+), 173 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 d672364615 Automatic date update in version.in
new ba18742c3a C++ify xmethod_worker, get rid of VEC(xmethod_worker_ptr)
new f979c73fd0 Remove xmethod_worker::clone
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 | 93 +++++++++++++++++++++++++
gdb/extension-priv.h | 75 ++------------------
gdb/extension.c | 158 ++++++-------------------------------------
gdb/extension.h | 101 ++++++++++++++++++---------
gdb/python/py-xmethods.c | 143 +++++++++++++++------------------------
gdb/python/python-internal.h | 21 +-----
gdb/python/python.c | 5 --
gdb/valops.c | 52 ++++++--------
gdb/value.c | 30 ++++----
gdb/value.h | 7 +-
10 files changed, 280 insertions(+), 405 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 8e13c51bb5 Avoid race conditions when rebuilding librt.so
new 200fc24b9d hurd: Fix pwritev*
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 | 1 +
sysdeps/posix/pwritev_common.c | 2 +-
2 files changed, 2 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 3f6f6c2f6d4 [PowerPC] Add an ISD::TRUNCATE to the legalization for ppc_ [...]
new 8eaf38e0eb9 [CodeExtractor] Use subset of function attributes for extra [...]
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/Transforms/Utils/CodeExtractor.cpp | 78 +++++++++++++++++++-
.../CodeExtractor/PartialInlineAttributes.ll | 85 ++++++++++++++++++++++
2 files changed, 159 insertions(+), 4 deletions(-)
create mode 100644 test/Transforms/CodeExtractor/PartialInlineAttributes.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 gcc.
from 8da46a1d6ce Commit right version
new d683dd3a633 PR 78534, 83704 Handle large formatted I/O
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 | 71 ++++++++++++++++++++++++++++++++++
libgfortran/io/fbuf.c | 52 ++++++++++++-------------
libgfortran/io/fbuf.h | 16 ++++----
libgfortran/io/io.h | 16 ++++----
libgfortran/io/list_read.c | 15 ++++----
libgfortran/io/read.c | 95 +++++++++++++++++++++++++---------------------
libgfortran/io/transfer.c | 46 +++++++++++-----------
libgfortran/io/unix.c | 24 ++++++------
libgfortran/io/unix.h | 12 +++---
libgfortran/io/write.c | 25 ++++++------
10 files changed, 224 insertions(+), 148 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 17ba55db12 Simplify the internal API for checking whether swiftcall pas [...]
new 2f89030695 Remove outdated doxygen comment [-Wdocumentation]
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/Lex/ModuleMap.h | 4 ----
1 file changed, 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 llvm.
from f8f7710cb80 [X86] Add the 16 and 8-bit CRC32 instructions to the load f [...]
new 3f6f6c2f6d4 [PowerPC] Add an ISD::TRUNCATE to the legalization for ppc_ [...]
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/SelectionDAG/LegalizeIntegerTypes.cpp | 15 ++-------------
lib/Target/PowerPC/PPCISelLowering.cpp | 2 +-
2 files changed, 3 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 glibc.
from 1598f3ad06 Strip shared objects in subdirectories of lib
new 8e13c51bb5 Avoid race conditions when rebuilding librt.so
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 | 2 ++
nptl/Makefile | 4 ++++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.