This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 77f1932f81c Daily bump.
new 165787889bd gcc/testsuite/ChangeLog:
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 | 19 ++++++
gcc/config/rs6000/power6.md | 18 +++---
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 97 ++++++++++++++++++++++++++--
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/powerpc/pr80101-1.c | 22 +++++++
6 files changed, 150 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80101-1.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 a73fa871890 [RISCV] MC layer support for load/store instructions of the [...]
new 662992daec0 [RISCV] MC layer support for the jump/branch instructions o [...]
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/RISCV/AsmParser/RISCVAsmParser.cpp | 12 +++++
lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 42 +++++++++++++++-
.../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 4 ++
lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 6 +++
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 4 ++
lib/Target/RISCV/RISCVInstrFormatsC.td | 40 +++++++++++++++
lib/Target/RISCV/RISCVInstrInfoC.td | 58 ++++++++++++++++++++++
test/MC/RISCV/fixups-compressed.s | 18 +++++++
test/MC/RISCV/relocations.s | 14 +++++-
test/MC/RISCV/rv32c-invalid.s | 13 +++++
test/MC/RISCV/rv32c-valid.s | 19 +++++++
11 files changed, 226 insertions(+), 4 deletions(-)
create mode 100644 test/MC/RISCV/fixups-compressed.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 7d6de425da Objcopy interleave test
new 9c226a8689 gdb/MAINTAINERS: restore m68hc11, score and xstormy16 entries
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/MAINTAINERS | 3 +++
2 files changed, 9 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 499f980e9e5 [RISCV][NFC] Use TargetRegisterClass::hasSubClassEq in stor [...]
new a73fa871890 [RISCV] MC layer support for load/store instructions of the [...]
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/RISCV/AsmParser/RISCVAsmParser.cpp | 48 ++++++++
.../RISCV/Disassembler/RISCVDisassembler.cpp | 62 ++++++++--
lib/Target/RISCV/MCTargetDesc/RISCVBaseInfo.h | 12 +-
.../RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 22 +++-
lib/Target/RISCV/RISCV.td | 7 ++
lib/Target/RISCV/RISCVInstrFormats.td | 16 ++-
lib/Target/RISCV/RISCVInstrFormatsC.td | 96 +++++++++++++++
lib/Target/RISCV/RISCVInstrInfo.td | 1 +
lib/Target/RISCV/RISCVInstrInfoC.td | 132 +++++++++++++++++++++
lib/Target/RISCV/RISCVRegisterInfo.td | 30 +++++
lib/Target/RISCV/RISCVSubtarget.h | 2 +
test/MC/RISCV/rv32c-invalid.s | 18 +++
test/MC/RISCV/rv32c-valid.s | 23 ++++
test/MC/RISCV/rv64c-invalid.s | 18 +++
test/MC/RISCV/rv64c-valid.s | 19 +++
15 files changed, 484 insertions(+), 22 deletions(-)
create mode 100644 lib/Target/RISCV/RISCVInstrFormatsC.td
create mode 100644 lib/Target/RISCV/RISCVInstrInfoC.td
create mode 100644 test/MC/RISCV/rv32c-invalid.s
create mode 100644 test/MC/RISCV/rv32c-valid.s
create mode 100644 test/MC/RISCV/rv64c-invalid.s
create mode 100644 test/MC/RISCV/rv64c-valid.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 846e43e4904 [Nios2] final infrastructure to provide compilation of a re [...]
new 499f980e9e5 [RISCV][NFC] Use TargetRegisterClass::hasSubClassEq in stor [...]
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/RISCV/RISCVInstrInfo.cpp | 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 binutils-gdb.
from 931c97c81a mcore-elf lacks shared lib support
new 7d6de425da Objcopy interleave test
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:
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-elf/interleave.ld | 5 +++--
ld/testsuite/ld-elf/interleave.s | 4 ++--
3 files changed, 13 insertions(+), 4 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 b8b865bdd85 [RISCV] Add missed tests for RV64D MC layer support
new 9fb4bebf8e4 [FuzzMutate] Allow only sized pointers for the GEP instruction
new 5eb1a174377 [dsymutil] Add -verify option to run DWARF verifier after linking.
new b21bd46f2dc Add proper BTVER2 sched support for MOV instr. Differential [...]
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:
include/llvm/FuzzMutate/OpDescriptor.h | 18 ++++
lib/FuzzMutate/Operations.cpp | 2 +-
lib/Target/X86/X86ScheduleBtVer2.td | 2 +-
test/CodeGen/X86/mmx-schedule.ll | 166 ++++++++++++++++----------------
test/CodeGen/X86/mul-constant-i32.ll | 18 ++--
test/CodeGen/X86/mul-constant-i64.ll | 18 ++--
test/CodeGen/X86/schedule-x86_64.ll | 4 +-
test/CodeGen/X86/sse2-schedule.ll | 8 +-
test/CodeGen/X86/sse3-schedule.ll | 6 +-
test/CodeGen/X86/sse42-schedule.ll | 30 +++---
test/CodeGen/X86/x87-schedule.ll | 4 +-
test/tools/dsymutil/X86/verify.test | 8 ++
test/tools/dsymutil/cmdline.test | 1 +
tools/dsymutil/dsymutil.cpp | 41 ++++++++
unittests/FuzzMutate/OperationsTest.cpp | 47 +++++++++
15 files changed, 244 insertions(+), 129 deletions(-)
create mode 100644 test/tools/dsymutil/X86/verify.test
--
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 29d7ea36947 [RISCV] MC layer support for the standard RV64A instruction [...]
new 804ebee7322 [RISCV] MC layer support for the standard RV64F instruction [...]
new 28971c218ef [RISCV] MC layer support for the standard RV64D instruction [...]
new b8b865bdd85 [RISCV] Add missed tests for RV64D MC layer support
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/RISCV/RISCVInstrInfoD.td | 30 +++++++++++++++++++++++
lib/Target/RISCV/RISCVInstrInfoF.td | 22 +++++++++++++++++
test/MC/RISCV/rv32f-invalid.s | 2 ++
test/MC/RISCV/rv64d-invalid.s | 11 +++++++++
test/MC/RISCV/rv64d-valid.s | 49 +++++++++++++++++++++++++++++++++++++
test/MC/RISCV/rv64f-invalid.s | 9 +++++++
test/MC/RISCV/rv64f-valid.s | 37 ++++++++++++++++++++++++++++
7 files changed, 160 insertions(+)
create mode 100644 test/MC/RISCV/rv64d-invalid.s
create mode 100644 test/MC/RISCV/rv64d-valid.s
create mode 100644 test/MC/RISCV/rv64f-invalid.s
create mode 100644 test/MC/RISCV/rv64f-valid.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.