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 20aa2c6 Extend JIT-reader test and fix GDB problems that exposes
new 98a4fc7 Fix potential buffer overflows with sprintf and very large in [...]
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:
binutils/ChangeLog | 22 ++++++++++++++++++++++
binutils/prdbg.c | 36 ++++++++++++++++++------------------
gas/ChangeLog | 5 +++++
gas/macro.c | 2 +-
4 files changed, 46 insertions(+), 19 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 2619d46 Resubmit r268719 - AMDGPU/SI: Add amdgpu_kernel calling conve [...]
new fc44a8b function_refify. NFC.
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/Object/IRObjectFile.h | 3 +--
lib/Object/IRObjectFile.cpp | 13 +++++--------
2 files changed, 6 insertions(+), 10 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 ed8613e ix86: fix PR/65105 testcase 2
new 79d123c strcpy arg optimised out
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/ira-lives.c | 2 +-
2 files changed, 7 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 binutils-gdb.
from ced2dff Fix failure to detach if process exits while detaching on Linux
new 20aa2c6 Extend JIT-reader test and fix GDB problems that exposes
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 | 23 +++++
gdb/jit.c | 51 ++++++----
gdb/regcache.c | 15 ++-
gdb/regcache.h | 8 ++
gdb/testsuite/ChangeLog | 18 ++++
gdb/testsuite/gdb.base/jit-reader.exp | 174 +++++++++++++++++++++++++++++++++-
gdb/testsuite/gdb.base/jithost.c | 24 ++++-
gdb/testsuite/gdb.base/jitreader.c | 55 +++++++++--
gdb/testsuite/lib/gdb.exp | 21 ++--
9 files changed, 347 insertions(+), 42 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 lld.
from 986e2ee [ELF] Fix first PT_LOAD segment VA calculation, when linker s [...]
new 2c68e09 Remove trailing whitespaces.
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:
ELF/LinkerScript.cpp | 6 +++---
ELF/Writer.cpp | 4 ++--
2 files changed, 5 insertions(+), 5 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 lld.
from d2e8398 Do not allow "--" with single-letter options.
new 986e2ee [ELF] Fix first PT_LOAD segment VA calculation, when linker s [...]
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:
ELF/LinkerScript.cpp | 13 ++++++++++++-
ELF/Writer.cpp | 21 ++++++++++++---------
test/ELF/linkerscript-phdr-check.s | 15 +++++++++++++++
3 files changed, 39 insertions(+), 10 deletions(-)
create mode 100644 test/ELF/linkerscript-phdr-check.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 25d49b8 Fix formatting of some previous gdb/testsuite/ChangeLog entries
new 0f48b75 Factor out "Detaching from program" message printing
new 6300088 Forget watchpoint locations when inferior exits or is killed/ [...]
new ced2dff Fix failure to detach if process exits while detaching on Linux
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 | 33 +++
gdb/breakpoint.c | 26 +-
gdb/darwin-nat.c | 10 +-
gdb/gdbserver/ChangeLog | 10 +
gdb/gdbserver/linux-low.c | 116 ++++++--
gdb/inf-ptrace.c | 20 +-
gdb/inf-ptrace.h | 4 +
gdb/infcmd.c | 7 +
gdb/linux-nat.c | 152 ++++++----
gdb/nto-procfs.c | 11 +-
gdb/remote.c | 10 +-
gdb/target.c | 22 ++
gdb/target.h | 5 +
gdb/testsuite/ChangeLog | 11 +
.../watchpoint-multi-exit.c} | 54 ++--
gdb/testsuite/gdb.multi/watchpoint-multi-exit.exp | 87 ++++++
.../gdb.threads/process-dies-while-detaching.c | 116 ++++++++
.../gdb.threads/process-dies-while-detaching.exp | 327 +++++++++++++++++++++
18 files changed, 888 insertions(+), 133 deletions(-)
copy gdb/testsuite/{gdb.base/step-over-exit.c => gdb.multi/watchpoint-multi-exit.c} (55%)
create mode 100644 gdb/testsuite/gdb.multi/watchpoint-multi-exit.exp
create mode 100644 gdb/testsuite/gdb.threads/process-dies-while-detaching.c
create mode 100644 gdb/testsuite/gdb.threads/process-dies-while-detaching.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 master
in repository binutils-gdb.
from 41699fa4 Expect the objcopy without global symbols test to fail for AR [...]
new 0b08e1f Fix formatting of some previous gdb/ChangeLog entries
new 25d49b8 Fix formatting of some previous gdb/testsuite/ChangeLog entries
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 | 6 ++----
gdb/testsuite/ChangeLog | 25 +++++++++++++++----------
2 files changed, 17 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 llvm.
from bc65305 [CodeGen] Cleanup getVectorShuffle a bit to take advantage of [...]
new d69d548 Update libdeps; AMDGPUCodeGen requires LLVMVectorize.
new ad58f8c [AMDGPU] Assembler: support SDWA for VOPC instructions
new 2619d46 Resubmit r268719 - AMDGPU/SI: Add amdgpu_kernel calling conve [...]
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:
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 10 +-
lib/Target/AMDGPU/AMDGPUMachineFunction.h | 5 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 37 ++++++--
lib/Target/AMDGPU/LLVMBuild.txt | 2 +-
lib/Target/AMDGPU/SIInstrInfo.td | 117 ++++++++++++++++--------
lib/Target/AMDGPU/VIInstrFormats.td | 4 +
test/CodeGen/AMDGPU/{hsa.ll => hsa-func.ll} | 7 +-
test/MC/AMDGPU/vop_sdwa.s | 63 +++++++++++++
8 files changed, 191 insertions(+), 54 deletions(-)
copy test/CodeGen/AMDGPU/{hsa.ll => hsa-func.ll} (93%)
--
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 dc425b6 [ARM] Delete thumb_reload_in_h
new ce9b77d PR tree-optimization/70729
new ed8613e ix86: fix PR/65105 testcase 2
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:
gcc/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/pr65105-2.c | 2 +-
gcc/tree-vectorizer.c | 4 ++++
4 files changed, 15 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.