This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 6f58c10ded Update x86_64 libm-test-ulps.
new d711a00f93 glob: pacify fuzzer for mempcpy
new e184ac3a10 glob: Silence warning about void pointer arithmetic
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 | 7 +++++++
posix/glob.c | 10 +++++++---
2 files changed, 14 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 gcc.
from 5c0cbabd1ac PR testsuite/83454 * gcc.dg/tree-ssa/cswtch-4.c: Require [...]
new 186fbc796e8 [SFN] start rtl block with label, then markers
new ed70adfc99d SFN: don't drop markers for skipping var-tracking
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 | 11 +++++++++++
gcc/cfgexpand.c | 12 ++++--------
gcc/cfgrtl.c | 1 -
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83422.c | 9 +++++++++
gcc/var-tracking.c | 9 ++-------
6 files changed, 31 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83422.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 newlib.
from d5abcdd5a Cygwin: document sigtimedwait and ftell{o} patch
new eb4bfe462 cygwin: block devices: fix file offset after short writes
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:
winsup/cygwin/fhandler_floppy.cc | 12 ++++++++++--
winsup/cygwin/release/2.10.0 | 3 +++
2 files changed, 13 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 6fd0a3c6a8 Improve __ieee754_exp() performance by greater than 5x on sp [...]
new 6f58c10ded Update x86_64 libm-test-ulps.
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 | 4 ++++
sysdeps/x86_64/fpu/libm-test-ulps | 18 ++++++++++--------
2 files changed, 14 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 master
in repository llvm.
from e63c3fb2b28 [DAG] Elide overlapping store
new ea090c0f0ef [GlobalISel][Legalizer] Fix crash when trying to lower G_FN [...]
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/CodeGen/GlobalISel/LegalizerHelper.cpp | 3 ++
.../GlobalISel/fp128-legalize-crash-pr35690.mir | 44 ++++++++++++++++++++++
2 files changed, 47 insertions(+)
create mode 100644 test/CodeGen/AArch64/GlobalISel/fp128-legalize-crash-pr35690.mir
--
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 3bb1ef58b9 ia64: Fix memchr for large input sizes (BZ #22603)
new 6fd0a3c6a8 Improve __ieee754_exp() performance by greater than 5x on sp [...]
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 | 34 +++
manual/probes.texi | 14 -
math/Makefile | 2 +-
sysdeps/generic/math_private.h | 1 -
sysdeps/i386/fpu/slowexp.c | 1 -
sysdeps/ia64/fpu/slowexp.c | 1 -
sysdeps/ieee754/dbl-64/e_exp.c | 398 +++++++++++++++-------------
sysdeps/ieee754/dbl-64/e_pow.c | 2 +-
sysdeps/ieee754/dbl-64/eexp.tbl | 255 ++++++++++++++++++
sysdeps/ieee754/dbl-64/slowexp.c | 86 ------
sysdeps/m68k/m680x0/fpu/slowexp.c | 1 -
sysdeps/powerpc/power4/fpu/Makefile | 1 -
sysdeps/x86_64/fpu/multiarch/Makefile | 9 +-
sysdeps/x86_64/fpu/multiarch/e_exp-avx.c | 1 -
sysdeps/x86_64/fpu/multiarch/e_exp-fma.c | 1 -
sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c | 1 -
sysdeps/x86_64/fpu/multiarch/slowexp-avx.c | 9 -
sysdeps/x86_64/fpu/multiarch/slowexp-fma.c | 9 -
sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c | 9 -
19 files changed, 509 insertions(+), 326 deletions(-)
delete mode 100644 sysdeps/i386/fpu/slowexp.c
delete mode 100644 sysdeps/ia64/fpu/slowexp.c
create mode 100644 sysdeps/ieee754/dbl-64/eexp.tbl
delete mode 100644 sysdeps/ieee754/dbl-64/slowexp.c
delete mode 100644 sysdeps/m68k/m680x0/fpu/slowexp.c
delete mode 100644 sysdeps/x86_64/fpu/multiarch/slowexp-avx.c
delete mode 100644 sysdeps/x86_64/fpu/multiarch/slowexp-fma.c
delete mode 100644 sysdeps/x86_64/fpu/multiarch/slowexp-fma4.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 223840e5a36 [X86][AVX512] Attempt target shuffle combining to different [...]
new e63c3fb2b28 [DAG] Elide overlapping store
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 42 ++++++++++++++--------------
test/CodeGen/AArch64/ldst-paired-aliasing.ll | 5 ++--
2 files changed, 23 insertions(+), 24 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 c02f36df64 Add renamed .o files that were omitted by "git llvm push" command
new c0cdbb20fe [clang] -foptimization-record-file= should imply -fsave-opti [...]
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/Driver/ToolChains/Clang.cpp | 1 +
test/Driver/opt-record.c | 3 +++
2 files changed, 4 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 lld.
from 75f46afc8 Remove unnecessary this->. NFC.
new 7dc45388e [WebAssembly] Add support for writing out init functions in l [...]
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/wasm/Inputs/global-ctor-dtor.ll | 14 +++++
test/wasm/init-fini.ll | 99 ++++++++++++++++++++++++++++++++++++
wasm/OutputSections.cpp | 11 +++-
wasm/OutputSections.h | 4 ++
wasm/Writer.cpp | 27 +++++++++-
5 files changed, 152 insertions(+), 3 deletions(-)
create mode 100644 test/wasm/Inputs/global-ctor-dtor.ll
create mode 100644 test/wasm/init-fini.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 openacc-gcc-7-branch
in repository gcc.
from dc80b690743 Fix bug in an OpenACC async test case
new b32cde83517 [PR other/79543] Fix GNU ld --version scanning to conform t [...]
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:
libatomic/ChangeLog.openacc | 17 +++++++++++++++++
libatomic/acinclude.m4 | 4 ++--
libatomic/configure | 2 +-
libffi/ChangeLog.openacc | 17 +++++++++++++++++
libffi/acinclude.m4 | 4 ++--
libffi/configure | 2 +-
libgomp/ChangeLog.openacc | 7 +++++++
libgomp/acinclude.m4 | 2 +-
libgomp/configure | 2 +-
libitm/ChangeLog.openacc | 17 +++++++++++++++++
libitm/acinclude.m4 | 2 +-
libitm/configure | 2 +-
libstdc++-v3/ChangeLog.openacc | 17 +++++++++++++++++
libstdc++-v3/acinclude.m4 | 2 +-
libstdc++-v3/configure | 24 ++++++++++++------------
15 files changed, 98 insertions(+), 23 deletions(-)
create mode 100644 libatomic/ChangeLog.openacc
create mode 100644 libffi/ChangeLog.openacc
create mode 100644 libitm/ChangeLog.openacc
create mode 100644 libstdc++-v3/ChangeLog.openacc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.