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 872899f1ef bfd: Use changequote for "i[3-7]86-*-linux-*"
new 97a34db942 Remove TSOBS from gdb/Makefile.in
new 6497f1dd03 Remove some unused code from init.c build rule
new 4c7549492b Simplify INIT_FILES
new 1998086d54 Use a stamp file for init.c
new 5d3c3a68c3 Use a stamp file for version.c
new 14ccceb2e2 Remove lint support
new 981e0c0c1a Fix exec.c handling in Makefile
new e5fd1493fd Minimize yacc and lex output
new 31278b5193 Remove ADD_FILES and ADD_DEPS from Makefile.in
new 8fd32c1ce6 Don't mention XM_CDEPS or NAT_CLIBS
new c8ad9b9a31 gdb/testsuite: Allow for failure to read some memory addresses
The 11 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 | 56 ++++++++++++++++++
gdb/Makefile.in | 90 +++++++++--------------------
gdb/silent-rules.mk | 2 +
gdb/testsuite/ChangeLog | 6 ++
gdb/testsuite/gdb.base/examine-backward.exp | 68 ++++++++++++++++++----
5 files changed, 147 insertions(+), 75 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 3d7527b1f72 Fix overflow handling in sparc.c:sparc_fold_builtin
new 449d9e9b812 Improve code generation for pdp11 target.
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 | 26 +++
gcc/config/pdp11/pdp11.c | 408 +++++++++++++++++++++++-----------
gcc/config/pdp11/pdp11.h | 8 +-
gcc/config/pdp11/pdp11.md | 552 +++++++++++++++++++++++++++++++++++-----------
4 files changed, 732 insertions(+), 262 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 61658d78f0 m68hc1* fixes
new 872899f1ef bfd: Use changequote for "i[3-7]86-*-linux-*"
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/configure | 2 +-
bfd/configure.ac | 2 ++
3 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 317ed53ce58 [AArch64][SVE] Asm: Support for remaining shift instructions.
new 0b08bea28be [Power9] Add __float128 support for compare 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/PowerPC/PPCISelDAGToDAG.cpp | 9 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 10 ++
lib/Target/PowerPC/PPCInstrInfo.td | 58 +++++++++
test/CodeGen/PowerPC/f128-compare.ll | 225 +++++++++++++++++++++++++++++++++
4 files changed, 300 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/f128-compare.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 b9d744a0d2c [mips] Addition of the [d]rem and [d]remu instructions
new f03a571cbf3 [InstCombine] fix shuffle-of-binops transform to avoid pois [...]
new 317ed53ce58 [AArch64][SVE] Asm: Support for remaining shift instructions.
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:
lib/Target/AArch64/AArch64SVEInstrInfo.td | 30 +++-
lib/Target/AArch64/SVEInstrFormats.td | 123 +++++++++++++---
.../InstCombine/InstCombineVectorOps.cpp | 73 ++++++---
test/MC/AArch64/SVE/asr-diagnostics.s | 124 ++++++++++++++++
test/MC/AArch64/SVE/asr.s | 164 +++++++++++++++++++++
test/MC/AArch64/SVE/asrd-diagnostics.s | 41 ++++++
test/MC/AArch64/SVE/asrd.s | 56 +++++++
test/MC/AArch64/SVE/asrr-diagnostics.s | 21 +++
test/MC/AArch64/SVE/asrr.s | 32 ++++
test/MC/AArch64/SVE/lsl-diagnostics.s | 63 ++++++++
test/MC/AArch64/SVE/lsl.s | 108 ++++++++++++--
test/MC/AArch64/SVE/lslr-diagnostics.s | 21 +++
test/MC/AArch64/SVE/lslr.s | 32 ++++
test/MC/AArch64/SVE/lsr-diagnostics.s | 64 ++++++++
test/MC/AArch64/SVE/lsr.s | 156 +++++++++++++++-----
test/MC/AArch64/SVE/lsrr-diagnostics.s | 21 +++
test/MC/AArch64/SVE/lsrr.s | 32 ++++
test/Transforms/InstCombine/shuffle_select.ll | 105 +++++++------
18 files changed, 1124 insertions(+), 142 deletions(-)
create mode 100644 test/MC/AArch64/SVE/asr-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/asr.s
create mode 100644 test/MC/AArch64/SVE/asrd-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/asrd.s
create mode 100644 test/MC/AArch64/SVE/asrr-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/asrr.s
create mode 100644 test/MC/AArch64/SVE/lslr-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/lslr.s
create mode 100644 test/MC/AArch64/SVE/lsrr-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/lsrr.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 93fba7b3ae4 [AArch64][SVE] Asm: Support for TBL instruction.
new b9d744a0d2c [mips] Addition of the [d]rem and [d]remu instructions
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/AsmParser/MipsAsmParser.cpp | 79 ++++++---
lib/Target/Mips/Mips64InstrInfo.td | 32 ++++
lib/Target/Mips/MipsInstrInfo.td | 30 ++++
test/MC/Mips/macro-ddiv.s | 6 +-
test/MC/Mips/macro-drem.s | 244 ++++++++++++++++++++++++++++
test/MC/Mips/macro-dremu.s | 136 ++++++++++++++++
test/MC/Mips/macro-rem.s | 187 +++++++++++++++++++++
test/MC/Mips/macro-remu.s | 167 +++++++++++++++++++
8 files changed, 853 insertions(+), 28 deletions(-)
create mode 100644 test/MC/Mips/macro-drem.s
create mode 100644 test/MC/Mips/macro-dremu.s
create mode 100644 test/MC/Mips/macro-rem.s
create mode 100644 test/MC/Mips/macro-remu.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 binutils-2_31-branch
in repository binutils-gdb.
from e55992d4ac Fix diagnostic errors
new f6becb01a7 x86: Remove x86 ISA properties with empty bits
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/elfxx-x86.c | 29 +++++++++++++++++++++++++----
ld/ChangeLog | 19 +++++++++++++++++++
ld/testsuite/ld-i386/i386.exp | 2 ++
ld/testsuite/ld-i386/pr23372a.d | 5 +++++
ld/testsuite/ld-i386/pr23372a.s | 18 ++++++++++++++++++
ld/testsuite/ld-i386/pr23372b.d | 5 +++++
ld/testsuite/ld-i386/pr23372b.s | 18 ++++++++++++++++++
ld/testsuite/ld-i386/pr23372c.s | 18 ++++++++++++++++++
ld/testsuite/ld-x86-64/pr23372a-x32.d | 5 +++++
ld/testsuite/ld-x86-64/pr23372a.d | 5 +++++
ld/testsuite/ld-x86-64/pr23372a.s | 30 ++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr23372b-x32.d | 5 +++++
ld/testsuite/ld-x86-64/pr23372b.d | 5 +++++
ld/testsuite/ld-x86-64/pr23372b.s | 30 ++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/pr23372c.s | 30 ++++++++++++++++++++++++++++++
ld/testsuite/ld-x86-64/x86-64.exp | 4 ++++
17 files changed, 230 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr23372a.d
create mode 100644 ld/testsuite/ld-i386/pr23372a.s
create mode 100644 ld/testsuite/ld-i386/pr23372b.d
create mode 100644 ld/testsuite/ld-i386/pr23372b.s
create mode 100644 ld/testsuite/ld-i386/pr23372c.s
create mode 100644 ld/testsuite/ld-x86-64/pr23372a-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr23372a.d
create mode 100644 ld/testsuite/ld-x86-64/pr23372a.s
create mode 100644 ld/testsuite/ld-x86-64/pr23372b-x32.d
create mode 100644 ld/testsuite/ld-x86-64/pr23372b.d
create mode 100644 ld/testsuite/ld-x86-64/pr23372b.s
create mode 100644 ld/testsuite/ld-x86-64/pr23372c.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 gcc.
from dd4fe92382c PR c/86420 * real.c (real_nextafter): Return true if resu [...]
new 3d7527b1f72 Fix overflow handling in sparc.c:sparc_fold_builtin
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/config/sparc/sparc.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 8d164e7fb3d [Support] Make JSON handle doubles and int64s losslessly
new ceb3c09eb4c [Support] Allow JSON serialization of Optional<T> for supported T.
new d77ac0d3a5b [llvm-mca] report an error if the assembly sequence contain [...]
new 93fba7b3ae4 [AArch64][SVE] Asm: Support for TBL instruction.
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/Support/JSON.h | 6 +++
lib/Target/AArch64/AArch64SVEInstrInfo.td | 2 +
lib/Target/AArch64/SVEInstrFormats.td | 33 ++++++++++++
test/MC/AArch64/SVE/tbl-diagnostics.s | 11 ++++
test/MC/AArch64/SVE/tbl.s | 56 +++++++++++++++++++++
.../llvm-mca/X86/BtVer2/unsupported-instruction.s | 6 +++
tools/llvm-mca/InstrBuilder.cpp | 58 ++++++++++++++--------
tools/llvm-mca/InstrBuilder.h | 11 +++-
tools/llvm-mca/llvm-mca.cpp | 2 +-
unittests/Support/JSONTest.cpp | 2 +
10 files changed, 162 insertions(+), 25 deletions(-)
create mode 100644 test/MC/AArch64/SVE/tbl-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/tbl.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/unsupported-instruction.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 6da02771fb8 [Support] Fix GCC compile after r336534
new 8d164e7fb3d [Support] Make JSON handle doubles and int64s losslessly
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/Support/JSON.h | 60 ++++++++++++++++++++++++++++++------------
lib/Support/JSON.cpp | 42 ++++++++++++++++++-----------
unittests/Support/JSONTest.cpp | 60 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 129 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.