This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from 2fa45014f1 Re Revert previous change to bfd/development.sh, setting the [...]
new 36e7aab5a1 readelf: Handle E_MIPS_MACH_5900
new ea2fdc5952 Automatic date update in version.in
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/version.h | 2 +-
binutils/ChangeLog | 4 ++++
binutils/readelf.c | 1 +
gas/ChangeLog | 5 +++++
gas/testsuite/gas/mips/elf_mach_5900.d | 22 ++++++++++++++++++++++
gas/testsuite/gas/mips/mips.exp | 1 +
6 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/mips/elf_mach_5900.d
--
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 757bf54bb4 Test case for Inferior.thread_from_thread_handle
new 42c0794e96 PR gas/21762: MIPS: Fix .stabs directive marking labels as MIPS16
new ef272caa74 readelf: Handle E_MIPS_MACH_5900
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:
binutils/ChangeLog | 4 ++++
binutils/readelf.c | 1 +
gas/ChangeLog | 16 ++++++++++++++++
gas/config/tc-mips.c | 1 +
gas/testsuite/gas/mips/elf_mach_5900.d | 22 ++++++++++++++++++++++
.../gas/mips/micromips(a)stabs-symbol-type.d | 11 +++++++++++
gas/testsuite/gas/mips/mips.exp | 3 +++
gas/testsuite/gas/mips/mips16(a)stabs-symbol-type.d | 11 +++++++++++
gas/testsuite/gas/mips/stabs-symbol-type.d | 10 ++++++++++
gas/testsuite/gas/mips/stabs-symbol-type.s | 3 +++
10 files changed, 82 insertions(+)
create mode 100644 gas/testsuite/gas/mips/elf_mach_5900.d
create mode 100644 gas/testsuite/gas/mips/micromips(a)stabs-symbol-type.d
create mode 100644 gas/testsuite/gas/mips/mips16(a)stabs-symbol-type.d
create mode 100644 gas/testsuite/gas/mips/stabs-symbol-type.d
create mode 100644 gas/testsuite/gas/mips/stabs-symbol-type.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 llvm.
from 79ea5b55558 [CodeGen] Fix some Clang-tidy modernize-use-bool-literals a [...]
new 3c413a77fae Fix unused variable warning.
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/Hexagon/HexagonVectorLoopCarriedReuse.cpp | 3 +--
1 file 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 llvm.
from 4a8e703e4d6 Fix a bug in a historic bitcode testcase.
new 79ea5b55558 [CodeGen] Fix some Clang-tidy modernize-use-bool-literals a [...]
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/DAGCombiner.cpp | 213 +++++++++++++------------
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 114 ++++++-------
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 36 +++--
lib/CodeGen/SpillPlacement.cpp | 36 +++--
lib/CodeGen/SpillPlacement.h | 20 +--
lib/CodeGen/TargetLoweringBase.cpp | 57 ++++---
6 files changed, 270 insertions(+), 206 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 fa103009049 Use raw_ostream in functions that don't need to seek. NFC.
new b9223fa5888 [Hexagon] - Fix testcase for the HexagonVectorLoopCarriedRe [...]
new 203c90ba80c Convert the archive writer to use Error.
new 93978cb0f65 Fix a bug in a historic bitcode testcase. NFC.
new 4a8e703e4d6 Fix a bug in a historic bitcode testcase.
The 4 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/ArchiveWriter.h | 9 ++-
include/llvm/Object/COFFImportFile.h | 8 +-
lib/Object/ArchiveWriter.cpp | 26 +++----
lib/Object/COFFImportFile.cpp | 11 ++-
lib/ToolDrivers/llvm-lib/LibDriver.cpp | 14 ++--
test/Bitcode/DIExpression-4.0.ll | 6 +-
test/Bitcode/DIExpression-4.0.ll.bc | Bin 980 -> 980 bytes
test/Bitcode/DIExpression-deref.ll | 6 +-
test/Bitcode/DIExpression-deref.ll.bc | Bin 1012 -> 1072 bytes
.../Hexagon/hexagon_vector_loop_carried_reuse.ll | 86 +++++++++++++++++++++
tools/llvm-ar/llvm-ar.cpp | 4 +-
11 files changed, 127 insertions(+), 43 deletions(-)
create mode 100644 test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.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 f2ea206aa Simplify error handling. NFC.
new 6d4427d00 Update for llvm change.
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:
COFF/Driver.cpp | 13 ++++++++-----
1 file changed, 8 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 llvm.
from 08eb053d050 Revert "Add a testfile that I missed in a previous commit t [...]
new c155f16c175 Simplify the logic for truncating UID and GID. NFC.
new fa103009049 Use raw_ostream in functions that don't need to seek. 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:
lib/Object/ArchiveWriter.cpp | 29 +++++++++++++----------------
1 file changed, 13 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 lldb.
from 0bbc9f48b [LLDB] Implement interactive command interruption
new 6c9f64359 Initial patchset to get the testsuite running against armv7 a [...]
new cd02a8659 Revert this patch; I was emailing with Eugene and they have s [...]
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:
--
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 9d2ff104110 Resubmit "[lit] Refactor out some more common lit configura [...]
new 08eb053d050 Revert "Add a testfile that I missed in a previous commit t [...]
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:
.../Hexagon/hexagon_vector_loop_carried_reuse.ll | 86 ----------------------
1 file changed, 86 deletions(-)
delete mode 100644 test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.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 a2d9a3346 Resubmit "[lit] Refactor out some more common lit configurati [...]
new f2ea206aa Simplify error handling. 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:
COFF/LTO.cpp | 6 ++----
ELF/LTO.cpp | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.