This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch
in repository binutils-gdb.
from aea8992 Automatic date update in version.in
new fadf423 Automatic date update in version.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:
bfd/version.h | 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 binutils-2_27-branch
in repository binutils-gdb.
from c7e100d Automatic date update in version.in
new cf94b71 Automatic date update in version.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:
bfd/version.h | 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 zorg.
from 9a7a1b6 Added support for gold as a system linker.
new b01fda6 [libFuzzer bot] use warnings instead of hard failures on open [...]
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:
zorg/buildbot/builders/sanitizers/buildbot_fuzzer.sh | 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 glibc.
from 6f322a8 Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.
new b3d17c1 Bug 20689: Fix FMA and AVX2 detection on Intel
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 | 6 ++++++
sysdeps/x86/cpu-features.c | 24 ++++++++++++++----------
2 files changed, 20 insertions(+), 10 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 946d814 * config/i386/i386.h (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): M [...]
new 5b48910 Set nonnull attribute to ptr_info_def based on VRP gcc/ChangeLog:
new fc323d7 Use get/set_ptr_nonnull in ipa-vrp gcc/ChangeLog:
new 130a8de Use get_ptr_nonnull in tree-vrp gcc/testsuite/ChangeLog:
The 3 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 | 29 ++++++++++++++++
gcc/ipa-prop.c | 57 +++++++++++++++++++++++---------
gcc/testsuite/ChangeLog | 13 ++++++++
gcc/testsuite/gcc.dg/ipa/vrp4.c | 28 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr39074-2.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr39074.c | 2 +-
gcc/tree-ssa-alias.h | 2 +-
gcc/tree-ssa-ccp.c | 2 +-
gcc/tree-ssa-structalias.c | 12 +++++--
gcc/tree-ssanames.c | 29 ++++++++++++++++
gcc/tree-ssanames.h | 2 ++
gcc/tree-vrp.c | 47 +++++++++++++++++---------
12 files changed, 187 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/vrp4.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 gcc-5-branch
in repository gcc.
from bbd5a1b Update docs on libstdc++ source-code layout
new 7c78e43 2016-10-17 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++
gcc/fortran/match.c | 106 +++++++++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gfortran.dg/pr77978_1.f90 | 23 +++++++
gcc/testsuite/gfortran.dg/pr77978_2.f90 | 5 ++
gcc/testsuite/gfortran.dg/pr77978_3.f90 | 23 +++++++
6 files changed, 163 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77978_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77978_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr77978_3.f90
--
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 b3a1851 Resubmit "Add support for advanced number formatting."
new 88bc637 Rename HexStyle -> HexFormatStyle, and remove a constexpr.
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/Support/NativeFormatting.h | 8 ++---
lib/Support/NativeFormatting.cpp | 33 +++++++++---------
lib/Support/raw_ostream.cpp | 14 ++++----
unittests/Support/NativeFormatTests.cpp | 60 ++++++++++++++++++---------------
4 files changed, 61 insertions(+), 54 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 18560f1e [AMDGPU] Mark .note section SHF_ALLOC so lld creates a segmen [...]
new b3a1851 Resubmit "Add support for advanced number formatting."
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/Support/NativeFormatting.h | 57 ++++-
lib/Support/NativeFormatting.cpp | 388 +++++++++++++++++++++++++-------
lib/Support/raw_ostream.cpp | 28 ++-
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/NativeFormatTests.cpp | 343 ++++++++++++++++++++++++++++
5 files changed, 717 insertions(+), 100 deletions(-)
create mode 100644 unittests/Support/NativeFormatTests.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 llvm.
from fd7d73f [ADT] Move CachedHashString to its own header in ADT, and ren [...]
new 18560f1e [AMDGPU] Mark .note section SHF_ALLOC so lld creates a segmen [...]
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/MCTargetDesc/AMDGPUTargetStreamer.cpp | 6 ++++--
test/CodeGen/AMDGPU/hsa.ll | 5 +++++
2 files changed, 9 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 glibc.
from 8e36adc S390: Fix fp comparison not raising FE_INVALID.
new 6f322a8 Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 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:
ChangeLog | 63 ++++++++++++++++++++++
.../generic/nan-high-order-bit.h | 45 +++-------------
sysdeps/hppa/math_private.h | 28 ----------
.../hppa/nan-high-order-bit.h | 45 +++-------------
sysdeps/ieee754/dbl-64/s_issignaling.c | 3 +-
sysdeps/ieee754/dbl-64/s_totalorder.c | 3 +-
sysdeps/ieee754/dbl-64/s_totalordermag.c | 3 +-
sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c | 3 +-
sysdeps/ieee754/dbl-64/wordsize-64/s_totalorder.c | 3 +-
.../ieee754/dbl-64/wordsize-64/s_totalordermag.c | 3 +-
sysdeps/ieee754/flt-32/s_issignalingf.c | 3 +-
sysdeps/ieee754/flt-32/s_totalorderf.c | 3 +-
sysdeps/ieee754/flt-32/s_totalordermagf.c | 3 +-
sysdeps/ieee754/ldbl-128/s_issignalingl.c | 3 +-
sysdeps/ieee754/ldbl-128/s_totalorderl.c | 3 +-
sysdeps/ieee754/ldbl-128/s_totalordermagl.c | 3 +-
sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c | 3 +-
sysdeps/ieee754/ldbl-128ibm/s_totalorderl.c | 3 +-
sysdeps/ieee754/ldbl-128ibm/s_totalordermagl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_issignalingl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_totalorderl.c | 3 +-
sysdeps/ieee754/ldbl-96/s_totalordermagl.c | 3 +-
sysdeps/mips/math_private.h | 8 ---
.../nan-high-order-bit.h} | 23 ++++----
24 files changed, 127 insertions(+), 139 deletions(-)
copy elf/tst-gnu2-tls1mod.c => sysdeps/generic/nan-high-order-bit.h (67%)
delete mode 100644 sysdeps/hppa/math_private.h
copy elf/tst-gnu2-tls1mod.c => sysdeps/hppa/nan-high-order-bit.h (68%)
copy sysdeps/{ieee754/ldbl-opt/math-type-macros-ldouble.h => mips/nan-high-order-b [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.