This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/fma/2.26
in repository glibc.
from 7e7b5de8ff x86-64: Add FMA multiarch functions to libm
new ce3e7f4136 x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955]
new 6d5f5b16bc x86-64: Optimize e_expf with FMA [BZ #21912]
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:
sysdeps/x86_64/fpu/e_expf.S | 4 +-
sysdeps/x86_64/fpu/multiarch/Makefile | 3 +
sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 182 +++++++++++++++++++++
.../x86_64/fpu/multiarch/e_expf.c | 14 +-
.../fpu/multiarch/{ifunc-fma4.h => ifunc-fma.h} | 7 +-
5 files changed, 195 insertions(+), 15 deletions(-)
create mode 100644 sysdeps/x86_64/fpu/multiarch/e_expf-fma.S
copy bits/uio_lim.h => sysdeps/x86_64/fpu/multiarch/e_expf.c (73%)
copy sysdeps/x86_64/fpu/multiarch/{ifunc-fma4.h => ifunc-fma.h} (88%)
--
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 hjl/expf/master
in repository glibc.
discards e0e4259030 x86-64: Optimize e_expf with FMA [BZ #21912]
new 0575d37267 x86-64: Optimize e_expf with FMA [BZ #21912]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e0e4259030)
\
N -- N -- N refs/heads/hjl/expf/master (0575d37267)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/x86_64/fpu/multiarch/Makefile | 1 +
sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 44 +++++++++++++++----------------
2 files changed, 23 insertions(+), 22 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 6637b407d75 PR tree-optimization/81832 * tree-ssa-loop-ch.c (should_d [...]
new 2729e2ca557 PR target/46091 * config/i386/i386.md (*anddi_1_btr): Cha [...]
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 | 13 +++++++++++
gcc/config/i386/i386.md | 37 +++++++++++++++++--------------
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/gcc.target/i386/pr46091-1.c | 9 +++++++-
gcc/testsuite/gcc.target/i386/pr46091-2.c | 9 +++++++-
gcc/testsuite/gcc.target/i386/pr46091-3.c | 9 +++++++-
6 files changed, 65 insertions(+), 20 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 77622085e7b [DemandedBits] simplify call; NFC
new 917eb1c7355 [AMDGPU][MC][GFX9] Added op_sel support for v_mad_*16, v_fm [...]
new c79eba57304 [Verifier] Reject globals without a type associated.
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/IR/Verifier.cpp | 1 +
lib/Target/AMDGPU/VOP3Instructions.td | 151 +++++++++++++++++-------------
test/DebugInfo/pr34186.ll | 12 +++
test/MC/AMDGPU/vop3-gfx9.s | 51 ++++++++++
test/MC/Disassembler/AMDGPU/vop3_gfx9.txt | 45 +++++++++
5 files changed, 194 insertions(+), 66 deletions(-)
create mode 100644 test/DebugInfo/pr34186.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 master
in repository test-suite.
from 65656a71 [test-suite] Adding a Makefile for PENNANT
new a02fffed Add bitreverse LNT benchmark.
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:
SingleSource/Benchmarks/Misc/CMakeLists.txt | 1 +
SingleSource/Benchmarks/Misc/LICENSE.TXT | 4 ++
SingleSource/Benchmarks/Misc/revertBits.c | 61 ++++++++++++++++++++++
.../Benchmarks/Misc/revertBits.reference_output | 2 +
4 files changed, 68 insertions(+)
create mode 100644 SingleSource/Benchmarks/Misc/revertBits.c
create mode 100644 SingleSource/Benchmarks/Misc/revertBits.reference_output
--
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 91bd161d1ac PR middle/81695 * fold-const.c (fold_indirect_ref_1): Res [...]
new 6637b407d75 PR tree-optimization/81832 * tree-ssa-loop-ch.c (should_d [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr81832.c | 22 ++++++++++++++++++++++
gcc/tree-ssa-loop-ch.c | 5 ++++-
4 files changed, 37 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr81832.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 glibc.
from eedca9772e ldd: never run file directly
new 403143e1df Add ChangeLog reference to bug 16750/CVE-2009-5064
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 | 2 ++
NEWS | 6 +++++-
2 files changed, 7 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 edd00a7e540 Revert "MachineInstr: Reason locally about some memory obje [...]
new 77622085e7b [DemandedBits] simplify call; NFC
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/Analysis/DemandedBits.cpp | 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 llvm.
from 600899c8711 [AMDGPU][MC][GFX9] Added integer clamping support for VOP3 opcodes
new edd00a7e540 Revert "MachineInstr: Reason locally about some memory obje [...]
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/MachineInstr.cpp | 59 ++++++++------------------
test/CodeGen/AArch64/ldst-opt.ll | 2 +-
test/CodeGen/AMDGPU/call-argument-types.ll | 6 +--
test/CodeGen/AMDGPU/load-global-i16.ll | 6 ++-
test/CodeGen/AMDGPU/load-global-i8.ll | 32 +++++++-------
test/CodeGen/AMDGPU/load-local-i16.ll | 2 +
test/CodeGen/ARM/2009-10-27-double-align.ll | 10 ++---
test/CodeGen/ARM/illegal-bitfield-loadstore.ll | 4 +-
test/CodeGen/X86/illegal-bitfield-loadstore.ll | 44 +++++++++----------
test/CodeGen/X86/memcpy-2.ll | 10 ++---
test/CodeGen/X86/pr34088.ll | 2 +-
test/CodeGen/X86/widen_arith-3.ll | 2 +-
12 files changed, 78 insertions(+), 101 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-7-branch
in repository gcc.
from f7f39668bcb Daily bump.
new 1a940af4db9 [gcc]
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 | 10 ++++++++++
gcc/gimple-ssa-strength-reduction.c | 36 ++++++++++++----------------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/torture/pr81354.C | 24 +++++++++++++++++++++++
4 files changed, 54 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr81354.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.