This is an automated email from the git hooks/post-receive script.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 8cdd212 Fix git pull failure when building from tag.
new e20baaf Warn when dryrun'd commands fail.
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/common.sh | 1 +
1 file changed, 1 insertion(+)
--
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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from fc6b165 Handle multiple variable settings for --set that have embedde [...]
new 8cdd212 Fix git pull failure when building from tag.
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/checkout.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 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 compiler-rt.
from 5a27c81 asan: allow __asan_{before,after}_dynamic_init without regist [...]
new 22ae7c6 Add #include <cstdio> to unbreak build (missing definition of [...]
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/xray/xray_inmemory_log.cc | 1 +
1 file changed, 1 insertion(+)
--
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 00d5215 Support 128-bit IEEE floating-point types on Intel and Power
new 22d6c51 Do not pass host compiler sanitization flags on to linker testsuite.
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:
ld/ChangeLog | 9 +++++++++
ld/Makefile.am | 8 ++++++--
ld/Makefile.in | 8 ++++++--
3 files changed, 21 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 glibc.
from a0d47f4 S390: Support PLT and GOT references in check-localplt.
new fb0f7a6 X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]
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 | 25 ++++++++++
sysdeps/x86/cpu-features.c | 14 ++++++
sysdeps/x86/cpu-features.h | 6 +++
sysdeps/x86_64/dl-machine.h | 24 +++++++++-
sysdeps/x86_64/dl-trampoline.S | 20 ++++++++
sysdeps/x86_64/dl-trampoline.h | 104 ++++++++++++++++++++++++++++++++++++++++-
6 files changed, 190 insertions(+), 3 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 7ba1553 Fix for Bindings/Go/go.test after patch r280700
new 6050b76 [JumpThreading] Only write back branch-weight MDs for blocks [...]
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:
include/llvm/Transforms/Scalar/JumpThreading.h | 2 +
lib/Transforms/Scalar/JumpThreading.cpp | 53 ++++++++++-
test/Transforms/JumpThreading/static-profile.ll | 119 ++++++++++++++++++++++++
3 files changed, 173 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/JumpThreading/static-profile.ll
--
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-6-branch
in repository gcc.
from 35b82b6 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
new 6c7e5e3 Backport from mainline 2016-09-05 Uros Bizjak <ubizjak@gm [...]
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/explow.c | 10 +++++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr77452.c | 13 +++++++++++++
4 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr77452.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 21b65ba Fix a problem in readelf where memcpy could be called with a [...]
new 5f3bceb Fix typo in ada_language_arch_info
new ae438bc Fix TYPE_SPECIFIC_FIELD for types created via arch_type
new 88dfca6 Add some missing arch_..._type helpers
new 19f392b Unify init_type and arch_type interface and helpers
new a9ff5f1 Remove obsolete TYPE_FLAG_... values
new c413c44 Remove TYPE_NOSIGN "char" hack
new 49f190b Add missing format for built-in floating-point types
new 9b790ce Add gdbarch callback to provide formats for debug info float types
new 00d5215 Support 128-bit IEEE floating-point types on Intel and Power
The 9 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 | 124 ++++++
gdb/ada-lang.c | 8 +-
gdb/arch-utils.c | 28 ++
gdb/arch-utils.h | 5 +
gdb/avr-tdep.c | 5 +-
gdb/d-lang.c | 12 +-
gdb/doublest.c | 55 +--
gdb/dwarf2read.c | 85 +++--
gdb/f-lang.c | 6 +-
gdb/ft32-tdep.c | 5 +-
gdb/gdb-gdb.py | 32 +-
gdb/gdbarch.c | 23 ++
gdb/gdbarch.h | 8 +
gdb/gdbarch.sh | 5 +
gdb/gdbtypes.c | 416 +++++++++++++--------
gdb/gdbtypes.h | 59 ++-
gdb/go-lang.c | 4 +-
gdb/i386-tdep.c | 20 +
gdb/infcall.c | 7 +-
gdb/jv-lang.c | 4 +-
gdb/m2-lang.c | 3 +-
gdb/m32c-tdep.c | 15 +-
gdb/mdebugread.c | 107 ++----
gdb/ppc-linux-tdep.c | 22 ++
gdb/rl78-tdep.c | 11 +-
gdb/rust-lang.c | 6 +-
gdb/stabsread.c | 190 +++++-----
gdb/testsuite/ChangeLog | 11 +
gdb/testsuite/gdb.base/{randomize.c => float128.c} | 13 +-
gdb/testsuite/gdb.base/float128.exp | 76 ++++
.../gdb.base/{branch-to-self.c => floatn.c} | 38 +-
gdb/testsuite/gdb.base/floatn.exp | 124 ++++++
gdb/testsuite/gdb.cp/hang.exp | 4 +-
gdb/valprint.c | 7 +-
34 files changed, 998 insertions(+), 540 deletions(-)
copy gdb/testsuite/gdb.base/{randomize.c => float128.c} (87%)
create mode 100644 gdb/testsuite/gdb.base/float128.exp
copy gdb/testsuite/gdb.base/{branch-to-self.c => floatn.c} (63%)
create mode 100644 gdb/testsuite/gdb.base/floatn.exp
--
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-6-branch
in repository gcc.
from 118f344 Daily bump.
new 35b82b6 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/c_by_val_1.f | 8 ++++----
2 files changed, 8 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 gcc-5-branch
in repository gcc.
from 3df6ab7 Daily bump.
new 1e29c36 * gfortran.dg/c_by_val_1.f: Correct the call to c_to_c and c_to_c8.
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gfortran.dg/c_by_val_1.f | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.