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 7696f5c957 Fix aarch64-none-elf build error
new 30649c1451 Workaround build bug with GCC 6.2.1
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/ChangeLog | 10 ++++++++++
gdb/dtrace-probe.c | 8 ++++----
gdb/probe.c | 4 ++--
3 files changed, 16 insertions(+), 6 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 6c99cfac180 2017-11-24 Richard Biener <rguenther(a)suse.de>
new 472f3f23ce0 Factor out division by squares
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/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.dg/extract_recip_3.c | 29 ++++
gcc/testsuite/gcc.dg/extract_recip_4.c | 34 +++++
gcc/testsuite/gfortran.dg/extract_recip_1.f | 19 +++
gcc/tree-ssa-math-opts.c | 221 ++++++++++++++++++++++++----
6 files changed, 289 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/extract_recip_3.c
create mode 100644 gcc/testsuite/gcc.dg/extract_recip_4.c
create mode 100644 gcc/testsuite/gfortran.dg/extract_recip_1.f
--
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 8172f16b5b Poison XNEW and friends for types that should use new/delete
new 7696f5c957 Fix aarch64-none-elf build error
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/ChangeLog | 4 ++++
gdb/configure.tgt | 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 binutils-gdb.
from d044bac8ce Document linespec/explicit locations & completion improvemen [...]
new 089354bb06 Create private_inferior class hierarchy
new 21fe1c752e remote: C++ify thread_item and threads_listing_context
new 7aabaf9d4a Create private_thread_info hierarchy
new 8172f16b5b Poison XNEW and friends for types that should use new/delete
The 4 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/ChangeLog | 198 ++++++++++++++++++++++
gdb/Makefile.in | 2 +
gdb/aix-thread.c | 57 +++++--
gdb/common/common-utils.c | 7 -
gdb/common/common-utils.h | 14 +-
gdb/common/poison.h | 132 +++++++++++++++
gdb/common/rsp-low.c | 13 ++
gdb/common/rsp-low.h | 6 +
gdb/darwin-nat-info.c | 48 +++---
gdb/darwin-nat.c | 296 ++++++++++++++++----------------
gdb/darwin-nat.h | 47 +++---
gdb/gdbthread.h | 18 +-
gdb/inferior.c | 4 +-
gdb/inferior.h | 9 +-
gdb/linux-thread-db.c | 46 ++---
gdb/nto-procfs.c | 30 +---
gdb/nto-tdep.c | 10 +-
gdb/nto-tdep.h | 16 +-
gdb/remote.c | 347 ++++++++++++++++----------------------
gdb/thread.c | 14 +-
gdb/unittests/rsp-low-selftests.c | 59 +++++++
21 files changed, 891 insertions(+), 482 deletions(-)
create mode 100644 gdb/unittests/rsp-low-selftests.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 9a31efbf5b8 Make helpers static. NFC.
new 00a3d282d02 [AVR] Use the short form of 'clr <reg>'
new 1ddc19331f1 [AMDGPU][MC][GFX9] Added v_interp_p2_f16 and v_interp_p2_le [...]
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/AMDGPU/VOP3Instructions.td | 20 +++++++++++++++--
test/CodeGen/AVR/interrupts.ll | 4 ++--
test/CodeGen/AVR/mul.ll | 6 +++---
test/CodeGen/AVR/zext.ll | 10 ++++-----
test/MC/AMDGPU/vop3-gfx9.s | 36 +++++++++++++++++++++++++++++++
test/MC/AVR/inst-clr.s | 9 ++++----
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt | 36 +++++++++++++++++++++++++++++++
7 files changed, 105 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 e8d58cbaac Remove dead code in regcache::dump
new d044bac8ce Document linespec/explicit locations & completion improvemen [...]
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/ChangeLog | 5 +++++
gdb/NEWS | 29 +++++++++++++++++++++++++
gdb/doc/ChangeLog | 6 ++++++
gdb/doc/gdb.texinfo | 62 ++++++++++++++++++++++++++++++++++-------------------
4 files changed, 80 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.