This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2d2498f [mips] Handle 64 bit immediate in and/or/xor pseudo instructi [...]
new e3af299 Fix missing call to base class constructor in r296121.
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:
utils/TableGen/GlobalISelEmitter.cpp | 4 +++-
1 file changed, 3 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 27abbac [ARM] GlobalISel: Select G_STORE
new 2d2498f [mips] Handle 64 bit immediate in and/or/xor pseudo instructi [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 18 +-
lib/Target/Mips/Mips64InstrInfo.td | 9 +
lib/Target/Mips/MipsInstrInfo.td | 22 +-
.../Mips/mips64-instalias-imm-expanding-broken.s | 106 ++++++
test/MC/Mips/mips64-instalias-imm-expanding.s | 415 +++++++++++++++++++++
5 files changed, 555 insertions(+), 15 deletions(-)
create mode 100644 test/MC/Mips/mips64-instalias-imm-expanding-broken.s
create mode 100644 test/MC/Mips/mips64-instalias-imm-expanding.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 lld.
from b281c41 Delete trivial getter.
new 637aabd Delete trivial setter.
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 | 2 +-
ELF/OutputSections.h | 1 -
2 files changed, 1 insertion(+), 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 master
in repository binutils-gdb.
from 7bb1ad1 readelf: Correct version flag formatting
new 32ec889 Tidy up readelf's use of boolean values.
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 | 76 +++
binutils/readelf.c | 1569 ++++++++++++++++++++++++++++------------------------
2 files changed, 929 insertions(+), 716 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 e8bf87f Delete unused enum values.
new b281c41 Delete trivial getter.
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 | 10 +++++-----
ELF/MapFile.cpp | 3 +--
ELF/OutputSections.h | 1 -
ELF/Writer.cpp | 33 ++++++++++++++++-----------------
4 files changed, 22 insertions(+), 25 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 c12232d [globalisel] Sort RuleMatchers by priority.
new 27abbac [ARM] GlobalISel: Select G_STORE
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/ARM/ARMInstructionSelector.cpp | 36 +++++++++-------
.../ARM/GlobalISel/arm-instruction-select.mir | 50 ++++++++++++++++++++++
2 files changed, 70 insertions(+), 16 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 dba394d Minor test fix
new c12232d [globalisel] Sort RuleMatchers by priority.
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:
utils/TableGen/GlobalISelEmitter.cpp | 167 ++++++++++++++++++++++++++++++++++-
1 file changed, 165 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 master
in repository binutils-gdb.
from 7db2c58 x86: also correctly support TEST opcode aliases
new c9f02c3 readelf: Fix incorrect "Version definition past end of sectio [...]
new 5235cd6 readelf: Make version section index sum unsigned
new 7bb1ad1 readelf: Correct version flag formatting
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:
binutils/ChangeLog | 17 ++++++++++++
binutils/readelf.c | 32 ++++++++++++++--------
ld/ChangeLog | 8 ++++++
ld/testsuite/ld-elf/readelf.exp | 52 ++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-elf/ver_def-tic6x.vd | 20 ++++++++++++++
ld/testsuite/ld-elf/ver_def.ld | 17 ++++++++++++
ld/testsuite/ld-elf/ver_def.s | 5 ++++
ld/testsuite/ld-elf/ver_def.vd | 15 +++++++++++
ld/testsuite/ld-elf/ver_def.ver | 1 +
9 files changed, 156 insertions(+), 11 deletions(-)
create mode 100644 ld/testsuite/ld-elf/readelf.exp
create mode 100644 ld/testsuite/ld-elf/ver_def-tic6x.vd
create mode 100644 ld/testsuite/ld-elf/ver_def.ld
create mode 100644 ld/testsuite/ld-elf/ver_def.s
create mode 100644 ld/testsuite/ld-elf/ver_def.vd
create mode 100644 ld/testsuite/ld-elf/ver_def.ver
--
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 11601c0 [ARM] GlobalISel: Add reg bank mappings for stores
new dba394d Minor test fix
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/ARM/GlobalISel/arm-regbankselect.mir | 4 ++--
1 file changed, 2 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 master
in repository lldb.
from 4c6993d Attempt to fix windows unit tests
new b3c30a5 Hardware breakpoints for Linux on Arm/AArch64 targets
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/lldb/Host/common/NativeBreakpointList.h | 8 +
include/lldb/Host/common/NativeProcessProtocol.h | 15 +-
include/lldb/Host/common/NativeRegisterContext.h | 5 +
include/lldb/Host/common/NativeThreadProtocol.h | 7 +
.../Makefile} | 3 +-
.../TestHWBreakMultiThread.py | 114 ++++++++++++
.../main.cpp | 51 ++++++
.../test/tools/lldb-server/TestLldbGdbServer.py | 60 ++++++-
.../test/tools/lldb-server/gdbremote_testcase.py | 15 +-
source/Host/common/NativeProcessProtocol.cpp | 108 ++++++++++--
source/Host/common/NativeRegisterContext.cpp | 10 ++
.../Plugins/Process/Linux/NativeProcessLinux.cpp | 22 ++-
source/Plugins/Process/Linux/NativeProcessLinux.h | 2 +
.../Linux/NativeRegisterContextLinux_arm.cpp | 191 ++++++++++++++-------
.../Process/Linux/NativeRegisterContextLinux_arm.h | 7 +
.../Linux/NativeRegisterContextLinux_arm64.cpp | 152 +++++++++++-----
.../Linux/NativeRegisterContextLinux_arm64.h | 7 +
source/Plugins/Process/Linux/NativeThreadLinux.cpp | 44 +++++
source/Plugins/Process/Linux/NativeThreadLinux.h | 5 +
.../GDBRemoteCommunicationServerLLGS.cpp | 14 +-
20 files changed, 699 insertions(+), 141 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{postmortem/elf-core/gcore/mai [...]
mode change 100755 => 100644
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/hardw [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/hardw [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.