This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7a9d6ee [CodeGen] fix alignment of JUMPTABLE_INSTS on v8M.base
new 2aaf4be [X86][SSE] Add v4f32 and v2f64 extract to store tests
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/X86/extract-store.ll | 147 ++++++++++++++++++++++++++++++++++++++
1 file changed, 147 insertions(+)
--
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 binutils-2_28-branch
in repository binutils-gdb.
from 53e0fea Automatic date update in version.in
new 6f9b438 MIPS/BFD: Fix assertion in `mips_elf_sort_hash_table'
new aa00db4 MIPS/BFD: Streamline hash table references in `mips_elf_sort_ [...]
new 0e3f75f MIPS/BFD: Use `bfd_size_type' for dynamic symbol table indices
new e7ec0c4 MIPS/BFD: Respect the ELF gABI dynamic symbol table sort requirement
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:
bfd/ChangeLog | 26 ++++++++++++++++++++++++++
bfd/elfxx-mips.c | 41 +++++++++++++++++++++++------------------
2 files changed, 49 insertions(+), 18 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 lnt.
from 29907b1 Run configure earlier in runtest test-suite [NFC]
new e9e9ea8 [doc] Name some other useful fields when importing data.
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:
docs/importing_data.rst | 2 ++
1 file changed, 2 insertions(+)
--
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 083bd63 [Assembler] Improve diagnostics for inline assembly.
new 6283084 [ARM] Register ConstantIslands with the pass manager
new 6ede5aa [Thumb-1] TBB generation: spot redefinitions of index register
new 7a9d6ee [CodeGen] fix alignment of JUMPTABLE_INSTS on v8M.base
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/ARM/ARM.h | 1 +
lib/Target/ARM/ARMAsmPrinter.cpp | 5 +
lib/Target/ARM/ARMConstantIslandPass.cpp | 25 +++-
lib/Target/ARM/ARMTargetMachine.cpp | 1 +
test/CodeGen/ARM/v8m.base-jumptable_alignment.ll | 51 ++++++++
test/CodeGen/Thumb/tbb-reuse.mir | 151 +++++++++++++++++++++++
6 files changed, 232 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/ARM/v8m.base-jumptable_alignment.ll
create mode 100644 test/CodeGen/Thumb/tbb-reuse.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 binutils-gdb.
from f84ce13 Fix read-after-free error in readelf when processing multiple [...]
new 0ee3043 Fix access violation when reporting sections that could not b [...]
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 | 6 ++++++
binutils/readelf.c | 9 ++++++---
2 files changed, 12 insertions(+), 3 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 43efaf2 [X86][SSE] Add more thorough extract to store tests
new 083bd63 [Assembler] Improve diagnostics for inline assembly.
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/CodeGen/AsmPrinter.h | 2 +-
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 20 +++++++++++++-------
2 files changed, 14 insertions(+), 8 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 5cf30eb Improve load command's help text
new f84ce13 Fix read-after-free error in readelf when processing multiple [...]
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 | 10 +++++
binutils/readelf.c | 109 +++++++++++++++++++++++++++++++++++++++++------------
2 files changed, 94 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 9b264f7 [ARM] Use VCMP, not VCMPE, for floating point equality comparisons
new 43efaf2 [X86][SSE] Add more thorough extract to store tests
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/X86/extract-store.ll | 466 +++++++++++++++++++++++++++++++-------
1 file changed, 381 insertions(+), 85 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 bf5f525 Fix gdb.linespec/explicit.exp
new 5cf30eb Improve load command's help text
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/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 8 ++++++--
gdb/symfile.c | 5 ++++-
4 files changed, 20 insertions(+), 3 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 03f7786 Fix readelf writing to illegal addresses whilst processing co [...]
new 13a6618 Make gdb.arch/i386-biarch-core.exp more robust
new bf5f525 Fix gdb.linespec/explicit.exp
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/testsuite/ChangeLog | 13 ++++++++++++
gdb/testsuite/gdb.arch/i386-biarch-core.exp | 31 ++++++++++++++++++++++++++++-
gdb/testsuite/gdb.linespec/explicit.c | 15 ++++++++++++++
gdb/testsuite/gdb.linespec/explicit.exp | 30 ++++++++++++++--------------
4 files changed, 73 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.