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 9949827bea Handle printing information about PE format files which have [...]
new fbe654c8bc Remove uses of MAX_REGISTER_SIZE from alpha-tdep.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 | 6 ++++++
gdb/alpha-tdep.c | 29 ++++++++++++++++++++---------
2 files changed, 26 insertions(+), 9 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/palves/fix-double-free
in repository binutils-gdb.
at 2985a28fa3 Fix double free when running gdb.linespec/ls-errs.exp (PR 21553)
This branch includes the following new commits:
new 2985a28fa3 Fix double free when running gdb.linespec/ls-errs.exp (PR 21553)
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 llvm.
from 19ff9cf62b0 [X86][AVX1] Split 256-bit vector non-temporal FastISel load [...]
new 2c222247e93 Fix spelling mistake in getRThroughput static function name [...]
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/TargetSchedule.cpp | 22 +++++++++++-----------
1 file changed, 11 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 llvm.
from 6721342b909 Fix another ordering constraint with windows.h and comment [...]
new 5d24d88bc7f AMDGPU/GlobalISel: Mark 32-bit G_ICMP as legal
new 19ff9cf62b0 [X86][AVX1] Split 256-bit vector non-temporal FastISel load [...]
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:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 3 ++
lib/Target/X86/X86FastISel.cpp | 6 ++++
test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 24 ++++++++++++++++
test/CodeGen/X86/fast-isel-nontemporal.ll | 36 ++++++++++++++++++++----
4 files changed, 63 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir
--
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 lldb.
from d145c57ed Remove unused variables. NFC
new 60a7cd6c4 replace uses of strerror with llvm::sys::StrError
new a493a72d9 Fix assorted compiler warnings. NFC
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:
source/Commands/CommandObjectRegister.cpp | 11 ++-----
source/Host/common/Host.cpp | 8 ++---
.../Host/posix/ConnectionFileDescriptorPosix.cpp | 7 ++--
source/Host/posix/ProcessLauncherPosixFork.cpp | 5 +--
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 1 +
.../Process/Darwin/DarwinProcessLauncher.cpp | 38 ++++++++++------------
source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 7 ++--
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 10 +++---
.../SymbolFile/DWARF/DWARFASTParserClang.cpp | 4 +--
source/Utility/Status.cpp | 18 +++++-----
tools/lldb-server/lldb-gdbserver.cpp | 11 +++----
.../GDBRemoteCommunicationClientTest.cpp | 19 +++++------
12 files changed, 64 insertions(+), 75 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 d24b756188 Fix memory leaks in the sysinfo program.
new 5c8ed6a4a1 [Patch, ARM] Relax the restrictions on REG_SP under Thumb mo [...]
new 9949827bea Handle printing information about PE format files which have [...]
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 | 6 +
bfd/peXXigen.c | 5 +
gas/ChangeLog | 21 +++
gas/config/tc-arm.c | 49 ++++--
gas/testsuite/gas/arm/ld-sp-warn.l | 1 -
.../gas/arm/sp-pc-validations-bad-t-v8a.d | 4 +
.../gas/arm/sp-pc-validations-bad-t-v8a.l | 192 +++++++++++++++++++++
gas/testsuite/gas/arm/sp-pc-validations-bad-t.d | 3 +-
gas/testsuite/gas/arm/sp-pc-validations-bad-t.s | 2 +-
.../gas/arm/sp-usage-thumb2-relax-on-v7.d | 4 +
.../gas/arm/sp-usage-thumb2-relax-on-v7.l | 17 ++
.../gas/arm/sp-usage-thumb2-relax-on-v8.d | 25 +++
gas/testsuite/gas/arm/sp-usage-thumb2-relax.s | 27 +++
gas/testsuite/gas/arm/strex-bad-t.d | 1 +
14 files changed, 339 insertions(+), 18 deletions(-)
create mode 100644 gas/testsuite/gas/arm/sp-pc-validations-bad-t-v8a.d
create mode 100644 gas/testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l
create mode 100644 gas/testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.d
create mode 100644 gas/testsuite/gas/arm/sp-usage-thumb2-relax-on-v7.l
create mode 100644 gas/testsuite/gas/arm/sp-usage-thumb2-relax-on-v8.d
create mode 100644 gas/testsuite/gas/arm/sp-usage-thumb2-relax.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 0ee3a6dbd0 Fix AArch64 in the same way as other targets updated in 8170 [...]
new d24b756188 Fix memory leaks in the sysinfo program.
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 | 4 ++++
binutils/sysinfo.y | 15 ++++++++++++++-
2 files changed, 18 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 lldb.
from cbe14d4ab Avoid invalid string access in ObjCLanguage::MethodName::SetName
new 8f640e466 New framework for lldb client-server communication tests.
new d145c57ed Remove unused variables. NFC
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:
unittests/CMakeLists.txt | 3 +-
.../GDBRemoteCommunicationClientTest.cpp | 2 -
unittests/tools/CMakeLists.txt | 3 +
unittests/tools/lldb-server/CMakeLists.txt | 13 +
.../tools/lldb-server/inferior/thread_inferior.cpp | 41 +++
unittests/tools/lldb-server/tests/CMakeLists.txt | 15 ++
.../tools/lldb-server/tests/MessageObjects.cpp | 207 +++++++++++++++
unittests/tools/lldb-server/tests/MessageObjects.h | 102 ++++++++
unittests/tools/lldb-server/tests/TestClient.cpp | 287 +++++++++++++++++++++
unittests/tools/lldb-server/tests/TestClient.h | 61 +++++
.../lldb-server/tests/ThreadIdsInJstopinfoTest.cpp | 58 +++++
11 files changed, 789 insertions(+), 3 deletions(-)
create mode 100644 unittests/tools/CMakeLists.txt
create mode 100644 unittests/tools/lldb-server/CMakeLists.txt
create mode 100644 unittests/tools/lldb-server/inferior/thread_inferior.cpp
create mode 100644 unittests/tools/lldb-server/tests/CMakeLists.txt
create mode 100644 unittests/tools/lldb-server/tests/MessageObjects.cpp
create mode 100644 unittests/tools/lldb-server/tests/MessageObjects.h
create mode 100644 unittests/tools/lldb-server/tests/TestClient.cpp
create mode 100644 unittests/tools/lldb-server/tests/TestClient.h
create mode 100644 unittests/tools/lldb-server/tests/ThreadIdsInJstopinfoTest.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 binutils-gdb.
from ae0d01d663 Add IA64_MAX_FP_REGISTER_SIZE
new 0ee3a6dbd0 Fix AArch64 in the same way as other targets updated in 8170 [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/elfnn-aarch64.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 gcc.
from 95f6738da4c [ARM] Rename *_compute_save_reg_mask ()
new 3d699f1c2be [AArch64] Allow const0_rtx operand for atomic compare-excha [...]
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 | 8 ++++++++
gcc/config/aarch64/atomics.md | 8 ++++----
gcc/testsuite/ChangeLog | 4 ++++
.../gcc.target/aarch64/atomic_cmp_exchange_zero_reg_1.c | 12 ++++++++++++
4 files changed, 28 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/atomic_cmp_exchange_zero_reg_1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.