This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch tuliom/libmvec
in repository glibc.
from 1dd33db8c3 PPC64: Add libmvec SIMD single-precision sine function.
new 5722187ba5 PPC64: Add libmvec SIMD double-precision sincos function.
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:
NEWS | 1 +
sysdeps/powerpc/bits/math-vector.h | 2 +
sysdeps/powerpc/fpu/libm-test-ulps | 3 +
sysdeps/powerpc/powerpc64/fpu/Versions | 1 +
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 6 +-
.../fpu/multiarch/test-double-vlen2-wrappers.c | 2 +
.../powerpc64/fpu/multiarch/vec_d_sincos2_vsx.c | 19 +++--
.../{vec_d_sin2_vsx.c => vec_d_sincos2_vsx.h} | 82 ++++++++++++++++++++--
.../sysv/linux/powerpc/powerpc64/libmvec.abilist | 1 +
9 files changed, 102 insertions(+), 15 deletions(-)
copy support/xpthread_attr_setstack.c => sysdeps/powerpc/powerpc64/fpu/multiarch/v [...]
copy sysdeps/powerpc/powerpc64/fpu/multiarch/{vec_d_sin2_vsx.c => vec_d_sincos2_vs [...]
--
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 995a17c619c [Tests] Add a few more tests for LoopPredication w/invariant loads
new 878c0a9d38c Revert r358418: "[llvm-objdump] Simplify PrintHelpMessage() logic"
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:
.../llvm-objdump/X86/macho-private-header.test | 2 +-
tools/llvm-objdump/llvm-objdump.cpp | 37 ++++++++++++++++------
2 files changed, 29 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 openmp.
from c1629ee [OpenMP] Exchange code in asm file for inline assembly
new 6c19876 [OPENMP][NVPTX]Fix dynamic scheduling in L2+ SPMD parallel regions.
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:
libomptarget/deviceRTLs/nvptx/src/libcall.cu | 3 ++-
libomptarget/deviceRTLs/nvptx/src/loop.cu | 19 +++++++++++---
libomptarget/deviceRTLs/nvptx/src/parallel.cu | 2 +-
.../nvptx/test/parallel/spmd_parallel_regions.cpp | 30 ++++++++++++++++++++++
4 files changed, 48 insertions(+), 6 deletions(-)
create mode 100644 libomptarget/deviceRTLs/nvptx/test/parallel/spmd_parallel_regions.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 clang.
from 471eb8155d Revert "[clang] Aligned allocation is actually supported in [...]
new 5bb4348faf [clang-format] Fix -Wconversion-null warning in 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:
unittests/Format/FormatTest.cpp | 7 +------
1 file changed, 1 insertion(+), 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 tuliom/libmvec
in repository glibc.
from 3dce324f20 PPC64: Add libmvec SIMD single-precision cosine function.
new 627066b299 PPC64: Add libmvec SIMD double-precision sine function.
new 1dd33db8c3 PPC64: Add libmvec SIMD single-precision sine function.
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:
NEWS | 2 +
sysdeps/powerpc/fpu/libm-test-ulps | 6 ++
sysdeps/powerpc/powerpc64/fpu/Versions | 2 +-
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 9 +-
.../fpu/multiarch/test-double-vlen2-wrappers.c | 1 +
.../fpu/multiarch/test-float-vlen4-wrappers.c | 1 +
.../powerpc64/fpu/multiarch/vec_d_sin2_vsx.c | 101 +++++++++++++++++++++
.../powerpc64/fpu/multiarch/vec_d_trig_data.h | 44 +++++----
.../{vec_s_cosf4_vsx.c => vec_s_sinf4_vsx.c} | 94 ++++++++++---------
.../powerpc64/fpu/multiarch/vec_s_trig_data.h | 28 +++---
.../sysv/linux/powerpc/powerpc64/libmvec.abilist | 2 +
11 files changed, 213 insertions(+), 77 deletions(-)
create mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/vec_d_sin2_vsx.c
copy sysdeps/powerpc/powerpc64/fpu/multiarch/{vec_s_cosf4_vsx.c => vec_s_sinf4_vsx [...]
--
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 tuliom/libmvec
in repository glibc.
from f29bf4633f PPC64: Add libmvec SIMD double-precision cosine function.
new 3dce324f20 PPC64: Add libmvec SIMD single-precision cosine function.
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:
NEWS | 10 +-
sysdeps/powerpc/fpu/libm-test-ulps | 3 +
sysdeps/powerpc/powerpc64/fpu/Versions | 2 +-
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 10 +-
...len2-wrappers.c => test-float-vlen4-wrappers.c} | 6 +-
.../powerpc64/fpu/multiarch/vec_s_cosf4_vsx.c | 109 +++++++++++++++++++++
.../powerpc64/fpu/multiarch/vec_s_trig_data.h | 72 ++++++++++++++
.../sysv/linux/powerpc/powerpc64/libmvec.abilist | 1 +
8 files changed, 205 insertions(+), 8 deletions(-)
copy sysdeps/powerpc/powerpc64/fpu/multiarch/{test-double-vlen2-wrappers.c => test [...]
create mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/vec_s_cosf4_vsx.c
create mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/vec_s_trig_data.h
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 4db3e4be 0: good: binutils-gcc-glibc-llvm: -1
new ce82cb0d 0: good: binutils-gcc-glibc-llvm: -1
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 (4db3e4be)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-arm-spec [...]
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:
01-reset_artifacts/console.log | 120 +-
02-prepare_abe/console.log | 212 +-
03-build_abe-binutils/console.log | 10635 +--
04-build_abe-stage1/console.log | 19921 +++---
05-build_abe-linux/console.log | 236 +-
06-build_abe-glibc/console.log | 38944 +++++------
07-build_abe-stage2/console.log | 46722 +++++++------
08-build_llvm-true/console.log | 11387 ++--
09-benchmark/benchmark.log | 14 +-
09-benchmark/console.log | 74 +-
11-update_baseline/console.log | 2 +-
console.log | 128253 +++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
13 files changed, 128175 insertions(+), 128361 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.