This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f87ba7b7014 [X86][LLVM]Expanding Supports lowerInterleavedStore() in X8 [...]
new 38a5f526fd3 [DebugInfo][DWARF] Use PRIx64 explicitly in output.
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/DebugInfo/DWARF/DWARFContext.cpp | 4 ++--
1 file 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 gcc.
from f827fc78462 i386: Don't use frame pointer without stack access
new e525e403bd2 Revert r250916
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/config/i386/i386.c | 26 ++++++++++++--------------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/i386/pr81736-1.c | 13 -------------
gcc/testsuite/gcc.target/i386/pr81736-2.c | 14 --------------
gcc/testsuite/gcc.target/i386/pr81736-3.c | 11 -----------
gcc/testsuite/gcc.target/i386/pr81736-4.c | 11 -----------
7 files changed, 23 insertions(+), 63 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/i386/pr81736-1.c
delete mode 100644 gcc/testsuite/gcc.target/i386/pr81736-2.c
delete mode 100644 gcc/testsuite/gcc.target/i386/pr81736-3.c
delete mode 100644 gcc/testsuite/gcc.target/i386/pr81736-4.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 9676036f42b [AMDGPU][MC] Corrected VOP3 version of v_interp_* instructi [...]
new f87ba7b7014 [X86][LLVM]Expanding Supports lowerInterleavedStore() in X8 [...]
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 | 58 ++++++++++-----
test/CodeGen/X86/x86-interleaved-access.ll | 86 ++++++++--------------
.../InterleavedAccess/X86/interleavedStore.ll | 18 ++++-
3 files changed, 86 insertions(+), 76 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 97d9ed0d066 [llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
new 9676036f42b [AMDGPU][MC] Corrected VOP3 version of v_interp_* instructi [...]
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 47 ++++-
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 7 +
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 2 +
lib/Target/AMDGPU/SIInstrInfo.td | 2 +
lib/Target/AMDGPU/VOP3Instructions.td | 89 ++++++++-
lib/Target/AMDGPU/VOPInstructions.td | 19 ++
test/MC/AMDGPU/vop3-errs.s | 34 +++-
test/MC/AMDGPU/vop3.s | 205 +++++++++++++++++++++
test/MC/Disassembler/AMDGPU/vop3_vi.txt | 141 ++++++++++++++
9 files changed, 538 insertions(+), 8 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 users/hjl/pr21903
in repository binutils-gdb.
discards f382b07c24 Treat common symbol as undefined for --no-define-common
adds 9f06dab1e3 Add a testcase for "ld -d"
adds 91975afd35 Add namespace std to nullptr_t
adds f02fd7745d Unbreak GDBserver build for x32
adds a66930b357 Automatic date update in version.in
adds 55ef6584ca Don't fail in elf32_hppa_set_gp
adds 3232fabd2d Remove cleanups from Rust parser
adds fdffd6f411 Fix Rust test suite for 1.20 beta
adds ee0c32930c Use gdb::unique_xmalloc_ptr when calling tilde_expand
adds e2a084f2c1 Automatic date update in version.in
adds a4819f54c0 Treat common symbol as undefined for --no-define-common
adds 1d4af308ae x86: Lookup __tls_get_addr or ___tls_get_addr once
adds 2010d1a3f8 Automatic date update in version.in
adds b7a18930e3 Do not choose a non-ELF format input file to hold the linker [...]
adds 74cbb09e74 remote-sim.c: Fix arg variables conflicts
new 70700c92be Move common symbol check after bed->common_definition
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (f382b07c24)
\
N -- N -- N refs/heads/users/hjl/pr21903 (70700c92be)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 39 +++++
bfd/elf32-hppa.c | 16 +-
bfd/elf32-i386.c | 93 +++++-----
bfd/elf64-x86-64.c | 61 ++++---
bfd/elflink.c | 11 +-
bfd/version.h | 2 +-
gdb/ChangeLog | 61 +++++++
gdb/breakpoint.c | 11 +-
gdb/cli/cli-cmds.c | 16 +-
gdb/cli/cli-dump.c | 79 +++------
gdb/compile/compile-object-load.c | 25 +--
gdb/corelow.c | 26 +--
gdb/gdbserver/configure.srv | 1 +
gdb/gdbserver/linux-amd64-ipa.c | 6 +-
gdb/psymtab.c | 14 +-
gdb/remote-sim.c | 7 +-
gdb/rust-exp.y | 346 ++++++++++++++++++++------------------
gdb/solib.c | 24 +--
gdb/source.c | 8 +-
gdb/symfile.c | 53 +++---
gdb/symmisc.c | 28 +--
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/gdb.rust/simple.exp | 6 +-
gdb/tracefile-tfile.c | 22 +--
gdb/utils.h | 4 +-
include/ChangeLog | 5 +
ld/ChangeLog | 26 +++
ld/testsuite/ld-elf/pr21903.s | 12 +-
ld/testsuite/ld-elf/pr21904.d | 6 +
ld/testsuite/ld-elf/pr21904.s | 5 +
ld/testsuite/ld-unique/pr21529.d | 2 +-
31 files changed, 544 insertions(+), 476 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr21904.d
create mode 100644 ld/testsuite/ld-elf/pr21904.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 74cbb09e74 remote-sim.c: Fix arg variables conflicts
new b3293efaf8 PR21910, segfault in common symbol override test when hash-s [...]
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/elflink.c | 2 +-
2 files changed, 7 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 a801c3fa924 [X86][AVX] Added test for broadcast shuffle with undefs (PR34041)
new 97d9ed0d066 [llvm-objdump] Use PRIx64 for output of ARM64_RELOC_ADDEND
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:
tools/llvm-objdump/llvm-objdump.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 llvm.
from 1103886c3dd [ARM] Fix assembly and disassembly for VMRS/VMSR
new a801c3fa924 [X86][AVX] Added test for broadcast shuffle with undefs (PR34041)
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/CodeGen/X86/avx-vbroadcast.ll | 20 ++++++++++++++++++++
1 file changed, 20 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 newlib.
from 65c13851b cygwin: pthread timed locks: actually timeout on timeout
new b0f271d1d Proper locking for getchar() and putchar()
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:
newlib/libc/include/stdio.h | 39 ++++++++++++++++++++++++++++++++-------
1 file changed, 32 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.