This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_29-branch
in repository binutils-gdb.
from c0eed033ff New option -z,keep-text-section prefix.
new 3fa1ac0931 PR ld/22972 on SPARC.
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 | 11 +++++++++++
bfd/elfxx-sparc.c | 24 ++++++++++++++++++------
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-sparc/got-hidden32.s | 18 ++++++++++++++++++
ld/testsuite/ld-sparc/got-hidden64.s | 18 ++++++++++++++++++
ld/testsuite/ld-sparc/gotop-hidden.c | 13 +++++++++++++
ld/testsuite/{ld-elf => ld-sparc}/pass.out | 0
ld/testsuite/ld-sparc/sparc.exp | 29 +++++++++++++++++++++++++++++
8 files changed, 116 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-sparc/got-hidden32.s
create mode 100644 ld/testsuite/ld-sparc/got-hidden64.s
create mode 100644 ld/testsuite/ld-sparc/gotop-hidden.c
copy ld/testsuite/{ld-elf => ld-sparc}/pass.out (100%)
--
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 lldb.
from bd2cd95fe Use the DWARF linkage name when importing C++ methods.
new c34218bb3 gdb-remote: Fix checksum verification for messages with escape chars
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:
.../Process/gdb-remote/GDBRemoteCommunication.cpp | 3 +-
unittests/Process/gdb-remote/CMakeLists.txt | 1 +
.../gdb-remote/GDBRemoteCommunicationTest.cpp | 67 ++++++++++++++++++++++
unittests/tools/lldb-server/tests/TestClient.cpp | 7 +--
4 files changed, 71 insertions(+), 7 deletions(-)
create mode 100644 unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
--
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 c8d59609b1 Enhance the AARCH64 assembler to support LDFF1xx instruction [...]
new f8745e1cd1 PR ld/22972 on SPARC.
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 | 11 +++++++++++
bfd/elfxx-sparc.c | 26 +++++++++++++++++++-------
ld/ChangeLog | 9 +++++++++
ld/testsuite/ld-sparc/got-hidden32.s | 18 ++++++++++++++++++
ld/testsuite/ld-sparc/got-hidden64.s | 18 ++++++++++++++++++
ld/testsuite/ld-sparc/gotop-hidden.c | 13 +++++++++++++
ld/testsuite/{ld-elf => ld-sparc}/pass.out | 0
ld/testsuite/ld-sparc/sparc.exp | 29 +++++++++++++++++++++++++++++
8 files changed, 117 insertions(+), 7 deletions(-)
create mode 100644 ld/testsuite/ld-sparc/got-hidden32.s
create mode 100644 ld/testsuite/ld-sparc/got-hidden64.s
create mode 100644 ld/testsuite/ld-sparc/gotop-hidden.c
copy ld/testsuite/{ld-elf => ld-sparc}/pass.out (100%)
--
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 fd7cc69a64d [ARM] Support float literals under XO
new 1ca736e56f6 [MSan] Add an isStore argument to getShadowOriginPtr(). 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/Transforms/Instrumentation/MemorySanitizer.cpp | 85 ++++++++++++----------
1 file changed, 47 insertions(+), 38 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 gcc-7-branch
in repository gcc.
from 69b97683baf [arm] PR target/85026: Fix ldrsh length estimate in Thumb state
new 33e242c77b8 [PR81647][AARCH64] Fix handling of Unordered Comparisons in [...]
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 | 8 +++
gcc/config/aarch64/aarch64-simd.md | 97 ++++++++++++++++--------------
gcc/testsuite/ChangeLog | 13 ++++
gcc/testsuite/gcc.target/aarch64/pr81647.c | 45 ++++++++++++++
4 files changed, 119 insertions(+), 44 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr81647.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 llvm.
from 1effa108aef [RegisterCoalescing] Don't move COPY if it would interfere [...]
new fd7cc69a64d [ARM] Support float literals under XO
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/ARMISelLowering.cpp | 4 +-
lib/Target/ARM/ARMInstrNEON.td | 3 +
lib/Target/ARM/ARMInstrVFP.td | 2 +-
test/CodeGen/ARM/fcmp-xo.ll | 109 +++++++++----------------------------
4 files changed, 32 insertions(+), 86 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.
mark.murray pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 5139ed5 Toolchain sources: Add release notes for gcc-6-2018.01 snapshot.
new c948884 Toolchain sources: Add release notes for gcc-6-2018.03 snapshot.
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:
components/toolchain/gcc-linaro/6/README.textile | 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 gcc-7-branch
in repository gcc.
from 7b897e5952a Daily bump.
new 69b97683baf [arm] PR target/85026: Fix ldrsh length estimate in Thumb state
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 | 9 +++++++
gcc/config/arm/arm.md | 9 +++----
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/g++.dg/pr85026.C | 61 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 81 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr85026.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 aoliva/testme
in repository gcc.
from 33540c0c053 [PR c++/84789] adjust testcase for -fconcepts
new ae59080c156 [PR c++/84979] reject auto in explicit tmpl args for tmpl-fn
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/cp/semantics.c | 11 +++++++++--
gcc/testsuite/g++.dg/concepts/pr84979.C | 9 +++++++++
2 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/concepts/pr84979.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 9c75b45645 gold/testsuite: Fix bad regexp in split_x86_64.sh
new c8d59609b1 Enhance the AARCH64 assembler to support LDFF1xx instruction [...]
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 | 9 +
gas/config/tc-aarch64.c | 20 +
gas/testsuite/gas/aarch64/sve.d | 15 +
gas/testsuite/gas/aarch64/sve.s | 23 +
include/ChangeLog | 6 +
include/opcode/aarch64.h | 1 +
opcodes/ChangeLog | 12 +
opcodes/aarch64-asm-2.c | 113 ++---
opcodes/aarch64-dis-2.c | 1063 ++++++++++++++++++++-------------------
opcodes/aarch64-opc-2.c | 1 +
opcodes/aarch64-opc.c | 2 +
opcodes/aarch64-tbl.h | 26 +
12 files changed, 720 insertions(+), 571 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.