This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4a2a5df [mips][ias] N32/N64 must not sort the relocation table.
new 447a288 [PPC] Slightly Improve Assembly Parsing errors and add EOL co [...]
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/AsmParser/PPCAsmParser.cpp | 313 ++++++++++----------------
test/MC/PowerPC/directive-parse-err.s | 44 ++++
2 files changed, 163 insertions(+), 194 deletions(-)
create mode 100644 test/MC/PowerPC/directive-parse-err.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 7a4b71f Run the last iteration of parallel_for_loop using a threadpool.
new 3f65a6c ELF/AArch64: consolidate getAArch64Page implementation
new 64731ba ELF/AArch64: Simplify R_AARCH64_ADD_ABS_LO12_NC relocation
new 8e05b25 ELF/AArch64: Fix R_AARCH64_LDST16_ABS_LO12_NC mask
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:
ELF/InputSection.cpp | 7 -------
ELF/Target.cpp | 13 ++++++-------
ELF/Target.h | 1 +
test/ELF/aarch64-relocs.s | 8 ++++++--
4 files changed, 13 insertions(+), 16 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 0691188 [ARC] Don't check extAuxRegister second argument for sign.
new c28eeff [ARM] Add ARMv8.3 VCMLA and VCADD 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:
gas/ChangeLog | 13 +++++
gas/config/tc-arm.c | 80 ++++++++++++++++++++++++++++++
gas/testsuite/gas/arm/armv8_3-a-simd-bad.d | 2 +
gas/testsuite/gas/arm/armv8_3-a-simd-bad.l | 39 +++++++++++++++
gas/testsuite/gas/arm/armv8_3-a-simd-bad.s | 51 +++++++++++++++++++
gas/testsuite/gas/arm/armv8_3-a-simd.d | 47 ++++++++++++++++++
gas/testsuite/gas/arm/armv8_3-a-simd.s | 49 ++++++++++++++++++
opcodes/ChangeLog | 5 ++
opcodes/arm-dis.c | 28 +++++++++++
9 files changed, 314 insertions(+)
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-simd-bad.d
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-simd-bad.l
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-simd-bad.s
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-simd.d
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-simd.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 a12fd8e [ARM] Add ARMv8.3 command line option and feature flag
new 49e8a72 [ARM] Add ARMv8.3 VJCVT instruction
new 0691188 [ARC] Don't check extAuxRegister second argument for sign.
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:
gas/ChangeLog | 22 ++++++++++++++++++++++
gas/config/tc-arc.c | 27 ++++++++++++++++-----------
gas/config/tc-arm.c | 18 ++++++++++++++++++
gas/testsuite/gas/arc/textauxregister-1.d | 10 ++++++++++
gas/testsuite/gas/arc/textauxregister-1.s | 5 +++++
gas/testsuite/gas/arc/textcondcode-err.s | 2 ++
gas/testsuite/gas/arc/textcoreregister-err.s | 2 ++
gas/testsuite/gas/arm/armv8_3-a-fp-bad.d | 2 ++
gas/testsuite/gas/arm/armv8_3-a-fp-bad.l | 7 +++++++
gas/testsuite/gas/arm/armv8_3-a-fp-bad.s | 8 ++++++++
gas/testsuite/gas/arm/armv8_3-a-fp.d | 15 +++++++++++++++
gas/testsuite/gas/arm/armv8_3-a-fp.s | 8 ++++++++
opcodes/ChangeLog | 4 ++++
opcodes/arm-dis.c | 4 ++++
14 files changed, 123 insertions(+), 11 deletions(-)
create mode 100644 gas/testsuite/gas/arc/textauxregister-1.d
create mode 100644 gas/testsuite/gas/arc/textauxregister-1.s
create mode 100644 gas/testsuite/gas/arc/textcondcode-err.s
create mode 100644 gas/testsuite/gas/arc/textcoreregister-err.s
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-fp-bad.d
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-fp-bad.l
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-fp-bad.s
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-fp.d
create mode 100644 gas/testsuite/gas/arm/armv8_3-a-fp.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 597e138 bfd,ld: Continue after partially-successful relaxed call relo [...]
new a12fd8e [ARM] Add ARMv8.3 command line option and feature flag
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 | 5 +++++
gas/config/tc-arm.c | 1 +
gas/doc/c-arm.texi | 1 +
include/ChangeLog | 5 +++++
include/opcode/arm.h | 4 ++++
5 files changed, 16 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 gcc.
from 458de25 gcc: * match.pd: Simplify X ? C : 0 where C is a power of 2 a [...]
new 0f38b49 Subject: [PATCH] Revert "Do not simplify "(and (reg) (const b [...]
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 | 4 ++++
gcc/combine.c | 12 ------------
2 files changed, 4 insertions(+), 12 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 a55c987 Fix seg-fault attempting to strip a corrupt binary.
new 597e138 bfd,ld: Continue after partially-successful relaxed call relo [...]
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 | 5 +++++
bfd/elfxx-sparc.c | 4 ++--
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-sparc/sparc.exp | 3 +++
ld/testsuite/ld-sparc/wdispcall.dd | 18 ++++++++++++++++++
ld/testsuite/ld-sparc/wdispcall.s | 14 ++++++++++++++
6 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 ld/testsuite/ld-sparc/wdispcall.dd
create mode 100644 ld/testsuite/ld-sparc/wdispcall.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 88add6d Fix seg-fault running strip on a corrupt binary.
new a55c987 Fix seg-fault attempting to strip a corrupt binary.
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 | 4 ++++
bfd/elf.c | 8 +++++++-
2 files changed, 11 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 gcc.
from bd257a7 gcc/ * diagnostic.c (diagnostic_check_max_errors): New, bro [...]
new 458de25 gcc: * match.pd: Simplify X ? C : 0 where C is a power of 2 a [...]
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 | 7 ++++++-
gcc/match.pd | 28 +++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/fold-and-lshift.c | 35 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/fold-and-rshift-1.c | 35 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/fold-and-rshift-2.c | 25 +++++++++++++++++++++++
6 files changed, 134 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/fold-and-lshift.c
create mode 100644 gcc/testsuite/gcc.dg/fold-and-rshift-1.c
create mode 100644 gcc/testsuite/gcc.dg/fold-and-rshift-2.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 binutils-gdb.
from daae68f Fix seg-fault in linker parsing a corrupt input file.
new 88add6d Fix seg-fault running strip on a corrupt binary.
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:
binutils/ChangeLog | 6 ++++++
binutils/objcopy.c | 4 +++-
2 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.