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 e9af4700bc Prevent an illegal memory access via an out of range fixup pointer.
new a2a79012fe gdb: Remove OpenBSD/m88k support
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 | 12 +
gdb/MAINTAINERS | 2 -
gdb/Makefile.in | 4 -
gdb/NEWS | 4 +
gdb/configure.host | 1 -
gdb/configure.nat | 4 -
gdb/configure.tgt | 5 -
gdb/m88k-bsd-nat.c | 107 -------
gdb/m88k-tdep.c | 868 -----------------------------------------------------
gdb/m88k-tdep.h | 47 ---
10 files changed, 16 insertions(+), 1038 deletions(-)
delete mode 100644 gdb/m88k-bsd-nat.c
delete mode 100644 gdb/m88k-tdep.c
delete mode 100644 gdb/m88k-tdep.h
--
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 ddb000396c Remove arm-epoc-pe support
new e9af4700bc Prevent an illegal memory access via an out of range fixup pointer.
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/coffgen.c | 6 ++++--
2 files changed, 10 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 compiler-rt.
from 485d30636 [Fuzzer] Avoid C++ compiler checks for fuzzer C++ library
new 5b76093c1 tsan: add support for linux/powerpc64 in buildgo.sh
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/tsan/CMakeLists.txt | 9 +++++
lib/tsan/go/buildgo.sh | 18 +++++++--
lib/tsan/rtl/tsan_platform.h | 77 ++++++++++++++++++++++++++++++++++++-
lib/tsan/rtl/tsan_platform_linux.cc | 8 ++++
4 files changed, 106 insertions(+), 6 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 334419e1641 2018-04-16 Paolo Carlini <paolo.carlini(a)oracle.com> [...]
new 402140beccd PR target/84945 * config/i386/cpuinfo.c (set_feature): Wr [...]
new 556639b9c47 Fixed g++.dg/ext/mv16.C with -march=native.
new 634083c3647 i386: Check error_mark_node in multiversioning
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:
gcc/ChangeLog | 23 ++++++++++++++++++
gcc/config.gcc | 2 +-
gcc/config/i386/i386-c.c | 7 ++++++
gcc/config/i386/i386.c | 34 +++++++++++++++++----------
gcc/config/i386/i386.h | 2 ++
gcc/testsuite/ChangeLog | 10 ++++++++
gcc/testsuite/gcc.target/i386/funcspec-56.inc | 1 +
gcc/testsuite/gcc.target/i386/pr85403.c | 10 ++++++++
libgcc/ChangeLog | 7 ++++++
libgcc/config/i386/cpuinfo.c | 9 ++++++-
10 files changed, 90 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85403.c
--
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 a6f285a0ceb [AArch64][SVE] Asm: Support for structured LD4 (scalar+imm) [...]
new 368802e5eb3 [test] Avoid spurious failure in debug-names-find.s. 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:
test/tools/llvm-dwarfdump/X86/debug-names-find.s | 6 +++---
1 file changed, 3 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 254172572c9 [LatencyPriorityQueue] The LatencyPriorityQueue class is mi [...]
new b5c81aba2f9 [LatencyPriorityQueue] Fix build: missing override
new a6f285a0ceb [AArch64][SVE] Asm: Support for structured LD4 (scalar+imm) [...]
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:
include/llvm/CodeGen/LatencyPriorityQueue.h | 2 +-
lib/Target/AArch64/AArch64RegisterInfo.td | 21 +++++++
lib/Target/AArch64/AArch64SVEInstrInfo.td | 4 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 9 ++-
.../AArch64/Disassembler/AArch64Disassembler.cpp | 27 +++++++++
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 1 +
lib/Target/AArch64/SVEInstrFormats.td | 9 +++
test/MC/AArch64/SVE/ld4b-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld4b.s | 26 +++++++++
test/MC/AArch64/SVE/ld4d-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld4d.s | 26 +++++++++
test/MC/AArch64/SVE/ld4h-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld4h.s | 26 +++++++++
test/MC/AArch64/SVE/ld4w-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld4w.s | 26 +++++++++
15 files changed, 441 insertions(+), 4 deletions(-)
create mode 100644 test/MC/AArch64/SVE/ld4b-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld4b.s
create mode 100644 test/MC/AArch64/SVE/ld4d-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld4d.s
create mode 100644 test/MC/AArch64/SVE/ld4h-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld4h.s
create mode 100644 test/MC/AArch64/SVE/ld4w-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld4w.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 4a9f0dd8d7d [AArch64][SVE] Asm: Support for structured LD3 (scalar+imm) [...]
new 254172572c9 [LatencyPriorityQueue] The LatencyPriorityQueue class is mi [...]
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/LatencyPriorityQueue.h | 11 +++++++++++
1 file changed, 11 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 clang.
from f3653a1e85 Clean carriage returns from lib/ and include/. NFC.
new 45619d4561 [mips] Prevent PIC to be set to level 2
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/Driver/ToolChains/CommonArgs.cpp | 17 +++++++++++------
test/Driver/pic.c | 4 ++--
2 files changed, 13 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 llvm.
from 10fa4a104d6 [MIR-Canon] Fixing a test failure caused by COPY Folding.
new 4a9f0dd8d7d [AArch64][SVE] Asm: Support for structured LD3 (scalar+imm) [...]
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/AArch64/AArch64RegisterInfo.td | 21 +++++++
lib/Target/AArch64/AArch64SVEInstrInfo.td | 4 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 10 +++-
.../AArch64/Disassembler/AArch64Disassembler.cpp | 27 +++++++++
.../AArch64/InstPrinter/AArch64InstPrinter.cpp | 1 +
lib/Target/AArch64/SVEInstrFormats.td | 9 +++
test/MC/AArch64/SVE/ld3b-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld3b.s | 26 +++++++++
test/MC/AArch64/SVE/ld3d-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld3d.s | 26 +++++++++
test/MC/AArch64/SVE/ld3h-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld3h.s | 26 +++++++++
test/MC/AArch64/SVE/ld3w-diagnostics.s | 67 ++++++++++++++++++++++
test/MC/AArch64/SVE/ld3w.s | 26 +++++++++
14 files changed, 441 insertions(+), 3 deletions(-)
create mode 100644 test/MC/AArch64/SVE/ld3b-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld3b.s
create mode 100644 test/MC/AArch64/SVE/ld3d-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld3d.s
create mode 100644 test/MC/AArch64/SVE/ld3h-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld3h.s
create mode 100644 test/MC/AArch64/SVE/ld3w-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld3w.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.