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 3cada74087 Fix backwards compatibility with old GDBservers (PR remote/22597)
new 754452f07e Fix gdb.texinfo for old makeinfo
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:
gdb/doc/ChangeLog | 4 ++++
gdb/doc/gdb.texinfo | 2 +-
2 files changed, 5 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 585e4d50406 [RISCV] Reserve an emergency spill slot for the register sc [...]
new c33edc6aae0 X86: Fix LowerBUILD_VECTORAsVariablePermute for case Src is [...]
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/X86ISelLowering.cpp | 5 +
test/CodeGen/X86/var-permute-256.ll | 180 ++++++++++++++++++++++++++++++++++++
2 files changed, 185 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 lldb.
from 18e619355 Check existence of each required component during constructio [...]
new 245f212c9 Make the bundle folders in the find-app-in-bundle test non-empty
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/macosx/find-app-in-bundle/TestApp.app/Contents/MacOS/.empty | 0
.../test/macosx/find-app-in-bundle/TestApp.app/Contents/Resources/.empty | 0
2 files changed, 0 insertions(+), 0 deletions(-)
copy examples/test/lldbtest-stdout => packages/Python/lldbsuite/test/macosx/find-a [...]
copy examples/test/lldbtest-stdout => packages/Python/lldbsuite/test/macosx/find-a [...]
--
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 glibc.
from b303185df9 Fix ldbl-128ibm log1pl (-qNaN) spurious "invalid" exception [...]
new d8b778907e nptl: Add tst-minstack-cancel, tst-minstack-exit [BZ #22636]
new 08c6e95234 csu: Update __libgcc_s_init comment
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:
ChangeLog | 11 +++++++
nptl/Makefile | 2 +-
.../tst-minstack-cancel.c | 34 +++++++++++++---------
.../tst-minstack-exit.c | 32 +++++++++++---------
sysdeps/gnu/unwind-resume.c | 8 +++--
5 files changed, 58 insertions(+), 29 deletions(-)
copy sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c => nptl/tst-minstack-cancel.c (58%)
copy sysdeps/unix/sysv/linux/tst-sysconf-iov_max.c => nptl/tst-minstack-exit.c (58%)
--
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 5ecb0df9082 2018-01-11 Tamar Christina <tamar.christina(a)arm.com>
new 04aaa94de12 2018-01-11 Richard Biener <rguenther(a)suse.de> Rainer Ort [...]
new 13caad157a1 2018-01-11 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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:
gcc/ChangeLog | 6 +
gcc/config/arm/arm.c | 9 +-
libiberty/ChangeLog | 17 ++
libiberty/simple-object-common.h | 2 +-
libiberty/simple-object-elf.c | 384 ++++++++++++++++++++++++---------------
libiberty/simple-object.c | 36 ++--
6 files changed, 292 insertions(+), 162 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 lldb.
from 1e13af89c Advanced guessing of rendezvous breakpoint (resubmit)
new 18e619355 Check existence of each required component during constructio [...]
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:
.../Disassembler/llvm/DisassemblerLLVMC.cpp | 280 ++++++++++++---------
.../Plugins/Disassembler/llvm/DisassemblerLLVMC.h | 60 +----
2 files changed, 174 insertions(+), 166 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 e09aa59a85c [PR82096] Fix ICE in int_mode_for_mode with arm-linux-gnueabi
new 5ecb0df9082 2018-01-11 Tamar Christina <tamar.christina(a)arm.com>
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/config/aarch64/aarch64.h | 3 ++-
gcc/testsuite/ChangeLog | 6 +++++-
.../advsimd-intrinsics/{vdot-compile.c => vdot-compile-2.c} | 2 +-
4 files changed, 14 insertions(+), 4 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/{vdot-compile.c => vdot-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 945cca4ed0f Implementation of X86Operand::print. Differential Revision: [...]
new 585e4d50406 [RISCV] Reserve an emergency spill slot for the register sc [...]
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/RISCV/RISCVFrameLowering.cpp | 19 +++++++
lib/Target/RISCV/RISCVFrameLowering.h | 3 +
test/CodeGen/RISCV/large-stack.ll | 99 ++++++++++++++++++++++++++++++---
3 files changed, 114 insertions(+), 7 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 clang.
from 43db18167d Revert "[Driver] Update default sanitizer blacklist location"
new 998ea35e9f [Lex] Use WritableMemoryBuffer in ScratchBuffer.cpp
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/Lex/ScratchBuffer.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 c6d32064fcb Fix mode_for_size units in caller-save.c (PR83761)
new e09aa59a85c [PR82096] Fix ICE in int_mode_for_mode with arm-linux-gnueabi
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/expmed.c | 11 +++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr82096.c | 9 +++++++++
4 files changed, 31 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr82096.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.