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 26fcd539dd gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBS
new 9bcb1f1630 Make inferior::detaching a bool, and introduce scoped_restor [...]
new 3a3fd0fd2c Fix removing inferiors from within "thread apply" commands
new a6c21d4a55 gdbthread.h: Fix comment typo
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:
gdb/ChangeLog | 66 +++++++++++++++
gdb/Makefile.in | 6 +-
gdb/common/refcounted-object.h | 56 +++++++++++++
gdb/common/scoped_restore.h | 36 +++++---
gdb/gdbthread.h | 45 +++++-----
gdb/inferior.c | 12 ++-
gdb/inferior.h | 37 +++++---
gdb/infrun.c | 8 +-
gdb/testsuite/ChangeLog | 7 ++
gdb/testsuite/gdb.threads/threadapply.exp | 135 ++++++++++++++++++++++++++++++
gdb/testsuite/lib/gdb.exp | 19 +++++
gdb/thread.c | 82 +++++++++---------
gdb/unittests/scoped_restore-selftests.c | 110 ++++++++++++++++++++++++
13 files changed, 521 insertions(+), 98 deletions(-)
create mode 100644 gdb/common/refcounted-object.h
create mode 100644 gdb/unittests/scoped_restore-selftests.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 gcc.
from b12d82ab643 Fix typo in LTO documentation (PR lto/50345).
new 33ca845b0be Update SSA after AutoPGO early inlining (PR ipa/65972).
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/auto-profile.c | 4 +++-
2 files changed, 9 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 lnt.
from 7d0f804 Make regressions sort by timestamp
new 54902c4 [cPerf] Timestamp MMAP and MMAP2 events
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:
lnt/testing/profile/cPerf.cpp | 54 +++++++++++++++++++++++++++++++------------
1 file changed, 39 insertions(+), 15 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 101691343c Correct PE reloc display
new 26fcd539dd gdb/Makefile.in: Re-sort SUBDIR_UNITTESTS_SRCS/SUBDIR_UNITTESTS_OBS
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/Makefile.in | 8 ++++----
2 files changed, 9 insertions(+), 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 gcc.
from b3f3846fe5c Fix broken gcc.dg/torture/pr80341.c for avr
new b12d82ab643 Fix typo in LTO documentation (PR lto/50345).
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 | 5 +++++
gcc/doc/lto.texi | 2 +-
2 files changed, 6 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 lld.
from 057a0d297 Remove a redundant test.
new 4c6737e76 Rename a test file so that it matches with the option name it [...]
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/ELF/{compress-debug-output.s => compress-debug-sections.s} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename test/ELF/{compress-debug-output.s => compress-debug-sections.s} (100%)
--
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 85e6b8c8b97 [X86] Add D32039/PR31357 tests to show current BSWAP codegen
new c0199e4844a [GlobalIsel][X86] support G_TRUNC selection.
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/X86InstructionSelector.cpp | 61 ++++++++
lib/Target/X86/X86RegisterBankInfo.cpp | 1 +
test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 28 ++++
test/CodeGen/X86/GlobalISel/legalize-trunc.mir | 31 ++++
test/CodeGen/X86/GlobalISel/select-trunc.mir | 183 ++++++++++++++++++++++
test/CodeGen/X86/GlobalISel/trunc.ll | 57 +++++++
6 files changed, 361 insertions(+)
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-trunc.mir
create mode 100644 test/CodeGen/X86/GlobalISel/select-trunc.mir
create mode 100644 test/CodeGen/X86/GlobalISel/trunc.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 lld.
from 3ba2ae795 [coff] fix test for msvclto
new b2f0f8877 Fallthrough to reduce code a bit. NFC.
new 35f7b8222 Simplify createHeader and inline it.
new 68f484d82 Rename CompressedHeader ZDebugHeader.
new cc59d271d Update comment.
new 057a0d297 Remove a redundant test.
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:
ELF/Driver.cpp | 5 ++-
ELF/OutputSections.cpp | 68 ++++++++++++-----------------------
ELF/OutputSections.h | 2 +-
ELF/Writer.cpp | 5 +--
test/ELF/compress-debug-output-i386.s | 29 ---------------
5 files changed, 29 insertions(+), 80 deletions(-)
delete mode 100644 test/ELF/compress-debug-output-i386.s
--
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 951787ed6d Automatic date update in version.in
new 954b63d4c8 Implement -z dynamic-undefined-weak
new 101691343c Correct PE reloc display
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:
bfd/ChangeLog | 22 +++++++
bfd/elf32-ppc.c | 46 +++++++-------
bfd/elf64-ppc.c | 22 ++++---
bfd/elflink.c | 18 ++++++
bfd/peXXigen.c | 2 +-
include/ChangeLog | 5 ++
include/bfdlink.h | 5 +-
ld/ChangeLog | 14 +++++
ld/Makefile.am | 21 +++++--
ld/Makefile.in | 21 +++++--
ld/emulparams/dynamic_undefined_weak.sh | 13 ++--
ld/emulparams/elf32ppccommon.sh | 2 +
ld/ld.texinfo | 15 +++--
ld/testsuite/ld-undefined/weak-undef.exp | 103 ++++++++++++++++++++++---------
14 files changed, 230 insertions(+), 79 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 40872c73402 PR libstdc++/80448 remove noexcept from defaulted functions
new b3f3846fe5c Fix broken gcc.dg/torture/pr80341.c for avr
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/torture/pr80341.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.