This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from be4356b5b53 Small modification <NFC>
new e596ed00ebb [ARM] v8.3-a complex number 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:
lib/Target/ARM/ARMInstrFormats.td | 75 ++++++++++
lib/Target/ARM/ARMInstrNEON.td | 133 +++++++++++++++++
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 42 +++++-
lib/Target/ARM/Disassembler/ARMDisassembler.cpp | 37 +++++
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp | 9 ++
lib/Target/ARM/InstPrinter/ARMInstPrinter.h | 3 +
lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h | 1 +
test/MC/ARM/neon-complex.s | 180 ++++++++++++++++++++++++
test/MC/Disassembler/ARM/neon-complex-arm.txt | 66 +++++++++
test/MC/Disassembler/ARM/neon-complex-thumb.txt | 66 +++++++++
10 files changed, 610 insertions(+), 2 deletions(-)
create mode 100644 test/MC/ARM/neon-complex.s
create mode 100644 test/MC/Disassembler/ARM/neon-complex-arm.txt
create mode 100644 test/MC/Disassembler/ARM/neon-complex-thumb.txt
--
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 2ac7a5c9755 2017-09-29 Justin Squirek <squirek(a)adacore.com>
new 107a66cc027 2017-09-29 Justin Squirek <squirek(a)adacore.com>
new 6c845c455a7 2017-09-29 Dominique d'Humieres <dominiq(a)lps.ens.fr>
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:
gcc/ada/ChangeLog | 38 ++++++++++++++++++++++++++
gcc/ada/cal.c | 8 +++---
gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 2 +-
gcc/ada/exp_aggr.adb | 3 --
gcc/ada/gnat_ugn.texi | 4 +--
gcc/ada/lib-xref.ads | 5 ++--
gcc/ada/sem_ch6.adb | 5 +++-
gcc/ada/sem_ch8.adb | 10 +------
gcc/ada/sem_res.adb | 9 +++++-
gcc/fortran/ChangeLog | 7 +++++
gcc/fortran/interface.c | 19 +++++++++----
11 files changed, 82 insertions(+), 28 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 222d5c496e3 2017-09-29 Richard Biener <rguenther(a)suse.de>
new 2ac7a5c9755 2017-09-29 Justin Squirek <squirek(a)adacore.com>
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/ada/ChangeLog | 17 +++++++++++++++++
gcc/ada/doc/gnat_rm/implementation_defined_pragmas.rst | 3 +++
.../doc/gnat_rm/representation_clauses_and_pragmas.rst | 2 +-
gcc/ada/gnat_rm.texi | 7 +++++--
gcc/ada/sem_ch8.adb | 2 +-
gcc/ada/sinput-c.adb | 2 --
6 files changed, 27 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 llvm.
from de1b8350674 Fix Wmismatched-tags warning.
new be4356b5b53 Small modification <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:
lib/Target/X86/X86InterleavedAccess.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 94efed908a [Sema] Suppress warnings for C's zero initializer
new cb0496ffd7 [docs][refactor] Add refactoring engine design documentation
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/RefactoringEngine.rst | 253 +++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 1 +
2 files changed, 254 insertions(+)
create mode 100644 docs/RefactoringEngine.rst
--
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 f6ac8c52c9 Fail when string merge can't alloc memory
new 94c207e097 Fix gdbserver regression exposed by gdb.threads/multi-create [...]
new 5b9ca4d43b gdbserver/libthread_db: Don't ignore memory reading failures
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/gdbserver/ChangeLog | 15 +++++++++++++++
gdb/gdbserver/linux-low.c | 2 +-
gdb/gdbserver/linux-low.h | 2 +-
gdb/gdbserver/proc-service.c | 3 ++-
gdb/gdbserver/thread-db.c | 17 ++++++++++++++---
5 files changed, 33 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 llvm.
from 9b5b40c60d9 [mips] Reordering callseq* nodes to be linear
new de1b8350674 Fix Wmismatched-tags 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:
include/llvm/MC/MCParser/MCAsmParser.h | 4 +++-
1 file changed, 3 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 ea9242ae10c Revert "[mips] Reordering callseq* nodes to be linear"
new 9b5b40c60d9 [mips] Reordering callseq* nodes to be linear
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/Mips/MipsISelLowering.cpp | 39 ++++++++++++++++++-----------------
lib/Target/Mips/MipsISelLowering.h | 14 ++++++-------
test/CodeGen/Mips/callseq_order.ll | 0
test/CodeGen/Mips/largeimmprinting.ll | 11 +++++-----
test/CodeGen/Mips/llvm-ir/mul.ll | 2 +-
test/CodeGen/Mips/llvm-ir/sdiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/srem.ll | 2 +-
test/CodeGen/Mips/llvm-ir/udiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/urem.ll | 2 +-
9 files changed, 38 insertions(+), 36 deletions(-)
delete mode 100644 test/CodeGen/Mips/callseq_order.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 llvm.
from 8b705cd891a [mips] Add missing license info, formatting changes. NFCI
new ea9242ae10c Revert "[mips] Reordering callseq* nodes to be linear"
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/Mips/MipsISelLowering.cpp | 39 ++++++++++++-------------
lib/Target/Mips/MipsISelLowering.h | 14 ++++-----
test/CodeGen/Mips/callseq_order.ll | 55 -----------------------------------
test/CodeGen/Mips/largeimmprinting.ll | 11 ++++---
test/CodeGen/Mips/llvm-ir/mul.ll | 2 +-
test/CodeGen/Mips/llvm-ir/sdiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/srem.ll | 2 +-
test/CodeGen/Mips/llvm-ir/udiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/urem.ll | 2 +-
9 files changed, 36 insertions(+), 93 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.