This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b7eb4975c40 ARM: stop explicitly marking armv7k libcalls as hard-float. NFC.
new a50de627562 [X86][SSE] Remove BLENDPD canonicalization from combineTarg [...]
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/X86/X86ISelLowering.cpp | 25 -------------------------
1 file changed, 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 binutils-gdb.
from 11a322db5c x86: Split vcvtps2{,u}qq and vcvttps2{,u}qq
new 972450a72c MIPS/GAS/testsuite: Correct whitespace issues with Loongson 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:
gas/ChangeLog | 14 +++
gas/testsuite/gas/mips/loongson-2e.d | 1 -
gas/testsuite/gas/mips/loongson-2e.s | 5 +-
gas/testsuite/gas/mips/loongson-2f-2.d | 3 +-
gas/testsuite/gas/mips/loongson-2f-3.d | 3 +-
gas/testsuite/gas/mips/loongson-2f-3.s | 2 +-
gas/testsuite/gas/mips/loongson-2f.d | 1 -
gas/testsuite/gas/mips/loongson-2f.s | 3 +-
gas/testsuite/gas/mips/loongson-3a-2.d | 1 -
gas/testsuite/gas/mips/loongson-3a-2.s | 129 ++++++++++---------
gas/testsuite/gas/mips/loongson-3a.d | 220 ++++++++++++++++-----------------
gas/testsuite/gas/mips/loongson-3a.s | 208 +++++++++++++++----------------
12 files changed, 296 insertions(+), 294 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 509699701f8 2018-07-18 Paolo Carlini <paolo.carlini(a)oracle.com>
new 37f295971e4 2018-07-18 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/tree-vect-patterns.c | 4 +++-
2 files changed, 9 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 41ef3985c79 [AArch64][SVE] Asm: Support for unpredicated FP operations.
new 99893224eb0 ARM: deduplicate hard-float detection code. NFC.
new feb1bb8b826 ARM: switch armv7em triple to hard-float defaults and libcalls.
new b7eb4975c40 ARM: stop explicitly marking armv7k libcalls as hard-float. NFC.
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/ARMISelLowering.cpp | 7 -------
lib/Target/ARM/ARMSubtarget.cpp | 2 ++
lib/Target/ARM/ARMSubtarget.h | 8 +------
lib/Target/ARM/ARMTargetMachine.cpp | 6 +-----
lib/Target/ARM/ARMTargetMachine.h | 9 ++++++++
test/CodeGen/ARM/darwin-eabi.ll | 2 +-
test/CodeGen/ARM/macho-embedded-float.ll | 36 ++++++++++++++++++++++++++++++++
7 files changed, 50 insertions(+), 20 deletions(-)
create mode 100644 test/CodeGen/ARM/macho-embedded-float.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 binutils-gdb.
from afca762f59 S/390: Improve partial relro support for 64 bit
new 11a322db5c x86: Split vcvtps2{,u}qq and vcvttps2{,u}qq
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:
gas/ChangeLog | 7 ++++
gas/testsuite/gas/i386/xmmword.l | 4 ++
gas/testsuite/gas/i386/xmmword.s | 5 +++
opcodes/ChangeLog | 16 ++++++++
opcodes/i386-opc.h | 18 ++++-----
opcodes/i386-opc.tbl | 12 ++++--
opcodes/i386-tbl.h | 84 ++++++++++++++++++++++++++++++++++++----
7 files changed, 125 insertions(+), 21 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 73ce7fc085c [TargetInstPredicate] Add definition of CheckInvalidRegiste [...]
new 41ef3985c79 [AArch64][SVE] Asm: Support for unpredicated FP operations.
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/AArch64SVEInstrInfo.td | 7 +++++++
lib/Target/AArch64/SVEInstrFormats.td | 28 ++++++++++++++++++++++++++++
test/MC/AArch64/SVE/fadd-diagnostics.s | 9 +++++++++
test/MC/AArch64/SVE/fadd.s | 18 ++++++++++++++++++
test/MC/AArch64/SVE/fmul-diagnostics.s | 16 +++++++++++++---
test/MC/AArch64/SVE/fmul.s | 18 ++++++++++++++++++
test/MC/AArch64/SVE/frecps-diagnostics.s | 15 +++++++++++++++
test/MC/AArch64/SVE/frecps.s | 26 ++++++++++++++++++++++++++
test/MC/AArch64/SVE/frsqrts-diagnostics.s | 15 +++++++++++++++
test/MC/AArch64/SVE/frsqrts.s | 26 ++++++++++++++++++++++++++
test/MC/AArch64/SVE/fsub-diagnostics.s | 9 +++++++++
test/MC/AArch64/SVE/fsub.s | 18 ++++++++++++++++++
test/MC/AArch64/SVE/ftsmul-diagnostics.s | 15 +++++++++++++++
test/MC/AArch64/SVE/ftsmul.s | 26 ++++++++++++++++++++++++++
14 files changed, 243 insertions(+), 3 deletions(-)
create mode 100644 test/MC/AArch64/SVE/frecps-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/frecps.s
create mode 100644 test/MC/AArch64/SVE/frsqrts-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/frsqrts.s
create mode 100644 test/MC/AArch64/SVE/ftsmul-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ftsmul.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 404900757 [ELF] - Add a test case to check DW_EH_PE_absptr address encoding.
new 8a1ed003a [ELF] - Stop silently producing a broken .eh_frame_hdr.
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/SyntheticSections.cpp | 6 ++++--
test/ELF/eh-frame-pcaddr-overflow.s | 32 ++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/eh-frame-pcaddr-overflow.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 clang.
from d438ffd9aa [modules] Print input files when -module-file-info file swit [...]
new cdf04dc18c Mention clang-cl improvements from r335466 and r336379 in Re [...]
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/ReleaseNotes.rst | 14 +++++++++++++-
1 file changed, 13 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 binutils-gdb.
from 0984c34e76 Updated French translation for gold and Spanish translation for ld.
new a38137289e ld: Enable using separate linker script for -z relro
new afca762f59 S/390: Improve partial relro support for 64 bit
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/elf-s390-common.c | 81 +++++++++++
bfd/elf64-s390.c | 143 ++++++++++++--------
ld/emulparams/elf64_s390.sh | 3 +
ld/emultempl/elf32.em | 149 +++++++++++++++++++-
ld/genscripts.sh | 150 ++++++++++++++++++++-
.../{gotreloc_64-1.dd => gotreloc_64-norelro-1.dd} | 0
.../{gotreloc_64-1.dd => gotreloc_64-relro-1.dd} | 2 +-
ld/testsuite/ld-s390/s390.exp | 11 +-
8 files changed, 468 insertions(+), 71 deletions(-)
copy ld/testsuite/ld-s390/{gotreloc_64-1.dd => gotreloc_64-norelro-1.dd} (100%)
rename ld/testsuite/ld-s390/{gotreloc_64-1.dd => gotreloc_64-relro-1.dd} (83%)
--
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 f1ed5421fd9 [NFC] Make a test more neat
new 73ce7fc085c [TargetInstPredicate] Add definition of CheckInvalidRegiste [...]
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/Target/TargetInstrPredicate.td | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.