This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c8f4a56750f [CMake] Export the LLVM_LINK_LLVM_DYLIB setting
new 3caa90973aa Fix -Wdocumentation warning. NFCI.
new 07e34c66633 Fix -Wdocumentation warning. NFCI.
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:
include/llvm/CodeGen/TargetInstrInfo.h | 2 +-
lib/CodeGen/AsmPrinter/DIEHash.h | 2 +-
2 files 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 llvm.
from 10c3b3d15ed [llvm-objdump] - Stop reporting bogus section IDs.
new 9e5f1ea427c [NFC][InstCombine] i65 tests for 'check for [no] signed tru [...]
new c8f4a56750f [CMake] Export the LLVM_LINK_LLVM_DYLIB setting
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:
cmake/modules/LLVMConfig.cmake.in | 2 ++
.../canonicalize-lack-of-signed-truncation-check.ll | 14 ++++++++++++++
.../InstCombine/canonicalize-signed-truncation-check.ll | 14 ++++++++++++++
3 files changed, 30 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 lld.
from 530756fc4 [ELF] - Do not produce broken output when amount of sections [...]
new 5542e37ec [ELF] - Improve relocatable-many-sections.s test case. 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:
test/ELF/relocatable-many-sections.s | 7 +++++++
1 file changed, 7 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 lld.
from 07913983a Workaround warning bug in old versions of gcc.
new 3263a610a [ELF] — Add a test case for DW_EH_PE_udata2 encoding.
new 530756fc4 [ELF] - Do not produce broken output when amount of sections [...]
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:
ELF/Writer.cpp | 26 +++++++++--
test/ELF/eh-frame-value-format7.s | 54 +++++++++++++++++++++++
test/ELF/relocatable-many-sections.s | 85 ++++++++++++++++++++++++++++++++++++
3 files changed, 162 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/eh-frame-value-format7.s
create mode 100644 test/ELF/relocatable-many-sections.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 8b80d4ecc24 [llvm-readobj] - Teach tool to dump objects with >= SHN_LOR [...]
new 10c3b3d15ed [llvm-objdump] - Stop reporting bogus section IDs.
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:
test/tools/llvm-objdump/X86/section-index.s | 25 +++++++++++++++++++++++++
tools/llvm-objdump/llvm-objdump.cpp | 7 +++----
2 files changed, 28 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-objdump/X86/section-index.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 8b3fece49e1 Revert test changes part of "Revert "[InstCombine] Fold 'ch [...]
new 8b80d4ecc24 [llvm-readobj] - Teach tool to dump objects with >= SHN_LOR [...]
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:
.../Inputs/many-sections-stripped.elf-x86_64 | Bin 0 -> 504 bytes
.../llvm-readobj/Inputs/many-sections.elf-x86_64 | Bin 0 -> 504 bytes
test/tools/llvm-readobj/many-sections.s | 36 +++++++++++++++++++++
tools/llvm-readobj/ELFDumper.cpp | 32 +++++++++++++++---
4 files changed, 64 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-readobj/Inputs/many-sections-stripped.elf-x86_64
create mode 100644 test/tools/llvm-readobj/Inputs/many-sections.elf-x86_64
create mode 100644 test/tools/llvm-readobj/many-sections.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 b20ca5fcaa0 [X86] Enable commuting of VUNPCKHPD to VMOVLHPS to enable l [...]
new 6cf11788591 [AArch64][SVE] Asm: Support for integer MUL instructions.
new 8b3fece49e1 Revert test changes part of "Revert "[InstCombine] Fold 'ch [...]
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 | 5 +
lib/Target/AArch64/SVEInstrFormats.td | 29 ++++--
test/MC/AArch64/SVE/mul-diagnostics.s | 38 ++++++++
test/MC/AArch64/SVE/mul.s | 80 +++++++++++++++
test/MC/AArch64/SVE/smulh-diagnostics.s | 19 ++++
test/MC/AArch64/SVE/smulh.s | 32 ++++++
test/MC/AArch64/SVE/umulh-diagnostics.s | 19 ++++
test/MC/AArch64/SVE/umulh.s | 32 ++++++
...canonicalize-lack-of-signed-truncation-check.ll | 108 ++++++++++-----------
.../canonicalize-signed-truncation-check.ll | 108 ++++++++++-----------
10 files changed, 354 insertions(+), 116 deletions(-)
create mode 100644 test/MC/AArch64/SVE/mul-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/mul.s
create mode 100644 test/MC/AArch64/SVE/smulh-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/smulh.s
create mode 100644 test/MC/AArch64/SVE/umulh-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/umulh.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 0860693812 Regenerate files and add changelog entries for 2.31.1 release
new be8a252e18 Set the development flag back to true.
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/development.sh | 2 +-
2 files changed, 6 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 annotated tag binutils-2_31_1
in repository binutils-gdb.
at be46fa2304 (tag)
tagging 0860693812fff944ab0602e72b762a4a2078da5b (commit)
replaces binutils-2_31
tagged by Nick Clifton
on Wed Jul 18 08:55:13 2018 +0100
- Log -----------------------------------------------------------------
2.31.1 point release. Adds missing "test-driver" file to top level sources.
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbTvJ5AAoJEBP874ndnjxPdZ0P/2rjFR5ZVstydnGScKfydIZr
fIGtP3xDeqlGR1poyMPpIxJSFTwJGyjEG2+JmfJLFpPvwm6fnWrLXXYONJ/fFkn8
f+GGV/Sxy1OoV+A5+xLhn0VOc9SU05qwOiSbSP6lr2ZjppsmzlX0TbpSsupZJb9H
uf54ty4hxVRlnOyxFnHnmQ5OeAPCRTHpaWI9ZP1sImaAZRNcQvZC1DOWb7JOzV54
zvQX+AJtn7pNRExduT/nBJvG5HA9sBjXMfE7L7UcaK1+qxrV5eZja+VSnIYOtm1A
qpk6fBtw5BZsXiBEWqvYZWVGZ9j8/jI6vdtciFILqnqteOLL+UrafDH4VoHJXqTW
mOkVGfM8sAPmF5XeV1v6NR/ZQFZM0Zqur5LSnvCpAly1+qvYIHgj19NTPSaRIGS1
BbYqbWJW0tLmByKfN1dfL568hWO9mR0aPj6m2aIBISv3Y0ykY0mKjWWVolZuSGtP
Vng5GNR4SWj80tUmBdrFOrLuvCo5XklNEoobZCsz64eQm5FV2yzHUdzYAHKLwfvb
x4YP1yrWWpMxqdvbLp2qYvomBLnN4lkLBLjCr56jFFUQ0K2kk6DHxrXRTACKaIdq
U+vH/+9b2h4qGTtmygtkoNLNehhd9Ra0pJQvpB8xnGX3hNCQHm7vaUKUgEykDfFV
jY68UGOk6ACebxgQoN/z
=eYkR
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 0860693812 Regenerate files and add changelog entries for 2.31.1 release
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.
--
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 4afd6a72e3 Fix typo in src-release.sh script. Update French translatio [...]
new 0860693812 Regenerate files and add changelog entries for 2.31.1 release
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:
ChangeLog | 4 ++++
bfd/ChangeLog | 8 ++++++++
bfd/configure | 20 ++++++++++----------
bfd/development.sh | 2 +-
bfd/po/bfd.pot | 2 +-
bfd/version.m4 | 2 +-
binutils/ChangeLog | 5 +++++
binutils/configure | 20 ++++++++++----------
cpu/ChangeLog | 4 ++++
elfcpp/ChangeLog | 4 ++++
gas/ChangeLog | 5 +++++
gas/configure | 20 ++++++++++----------
gold/ChangeLog | 6 ++++++
gold/po/gold.pot | 14 +++++++-------
gold/testsuite/Makefile.am | 6 +++---
gprof/ChangeLog | 5 +++++
gprof/configure | 20 ++++++++++----------
include/ChangeLog | 4 ++++
ld/ChangeLog | 6 ++++++
ld/configure | 20 ++++++++++----------
ld/po/ld.pot | 2 +-
opcodes/ChangeLog | 6 ++++++
opcodes/configure | 20 ++++++++++----------
opcodes/po/opcodes.pot | 2 +-
24 files changed, 132 insertions(+), 75 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.