This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 49cc96a66c1 [ValueTracking][ConstantRange] Distinguish low/high always [...]
new 43aa7bdb28c [NFC][MIPS] Autogenerater madd-msub.ll test
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/CodeGen/Mips/madd-msub.ll | 651 +++++++++++++++++++++++++++--------------
1 file changed, 435 insertions(+), 216 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 1a8225b785 PPC64: Add libmvec SIMD single-precision logarithm function.
new d075895624 powerpc64: Fix libmvec's logf4 build on GCC < 8
new 00868075af PPC64: Add libmvec SIMD single-precision natural exponent 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 | 1 +
sysdeps/powerpc/bits/math-vector.h | 2 +
sysdeps/powerpc/powerpc64/fpu/Versions | 1 +
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 7 +-
.../powerpc64/fpu/multiarch/math_config_flt.h | 64 +++++++--
.../fpu/multiarch/test-float-vlen4-wrappers.c | 1 +
.../powerpc64/fpu/multiarch/vec_math_errf.c | 24 +++-
.../powerpc64/fpu/multiarch/vec_s_exp2f_data.c} | 30 ++--
.../powerpc64/fpu/multiarch/vec_s_expf4_vsx.c | 159 +++++++++++++++++++++
.../powerpc64/fpu/multiarch/vec_s_logf4_vsx.c | 11 ++
.../sysv/linux/powerpc/powerpc64/libmvec.abilist | 1 +
11 files changed, 275 insertions(+), 26 deletions(-)
copy elf/tst-audit13.c => sysdeps/powerpc/powerpc64/fpu/multiarch/vec_math_errf.c (65%)
copy sysdeps/{ieee754/flt-32/e_exp2f_data.c => powerpc/powerpc64/fpu/multiarch/vec [...]
create mode 100644 sysdeps/powerpc/powerpc64/fpu/multiarch/vec_s_expf4_vsx.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 247b7e930a9 [DAGCombine] (x - C) - y -> (x - y) - C fold
new 815d4b098ce [IR] Add SaturatingInst and BinaryOpIntrinsic classes
new 49cc96a66c1 [ValueTracking][ConstantRange] Distinguish low/high always [...]
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:
include/llvm/Analysis/ValueTracking.h | 11 +++-
include/llvm/IR/ConstantRange.h | 11 +++-
include/llvm/IR/IntrinsicInst.h | 49 +++++++++++++++-
lib/Analysis/ValueTracking.cpp | 6 +-
lib/IR/ConstantRange.cpp | 18 +++---
lib/IR/IntrinsicInst.cpp | 12 +++-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 3 +-
unittests/IR/ConstantRangeTest.cpp | 65 ++++++++++++++--------
9 files changed, 136 insertions(+), 43 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards b1393acec 0: update: binutils-gcc-linux: all
new 046c23154 0: update: binutils-gcc-linux: all
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 (b1393acec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 52 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11116 ++++----
04-build_abe-stage1/console.log | 15403 ++++++-----
05-build_linux/console.log | 24550 ++++++++---------
06-boot_linux/console.log | 6 +-
console.log | 51525 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 51528 insertions(+), 51554 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 6ec46896176 Revert "[x86] split 256-bit store of concatenated vectors"
new 63a33580333 [DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y [...]
new 7728af49e56 [DAGCombiner][X86][AArch64][SPARC][SystemZ] y - (x + C) -> [...]
new 5188cc4e065 [DAGCombiner][X86][AArch64] (x - C) + y -> (x + y) - C fold
new 6f9cfda93b4 [DAGCombine][X86][AArch64][AMDGPU] (x - y) + -1 -> add (x [...]
new 247b7e930a9 [DAGCombine] (x - C) - y -> (x - y) - C fold
The 5 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/shift-amount-mod.ll | 10 ++--
test/CodeGen/AArch64/sink-addsub-of-const.ll | 36 ++++++------
test/CodeGen/AArch64/xor.ll | 18 +++---
test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll | 14 ++---
test/CodeGen/SPARC/2013-05-17-CallFrame.ll | 5 +-
test/CodeGen/SystemZ/alloca-03.ll | 11 ++--
test/CodeGen/X86/combine-add.ll | 4 +-
test/CodeGen/X86/ragreedy-hoist-spill.ll | 83 ++++++++++++++--------------
test/CodeGen/X86/shift-amount-mod.ll | 9 +--
test/CodeGen/X86/sink-addsub-of-const.ll | 64 ++++++++++-----------
test/CodeGen/X86/vector-idiv-sdiv-128.ll | 20 +++----
test/CodeGen/X86/vector-idiv-sdiv-256.ll | 16 +++---
test/CodeGen/X86/vector-idiv-sdiv-512.ll | 12 ++--
test/CodeGen/X86/xor.ll | 62 +++++++++++----------
test/CodeGen/X86/zext-sext.ll | 21 +++----
16 files changed, 231 insertions(+), 196 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/linux.
from cd6c84d8f0cd Linux 5.2-rc2
adds 9a626c4a6326 ia64: fix build errors by exporting paddr_to_nid()
adds e9646f0f5bb6 gpio: fix gpio-adp5588 build errors
adds ca6584a3316c Merge tag 'gpio-v5.2-2' of git://git.kernel.org/pub/scm/li [...]
adds ec2e0f4f00c0 pinctrl: stmfx: Fix compile issue when CONFIG_OF_GPIO is n [...]
adds e58926e781d8 pinctrl: intel: Use GENMASK() consistently
adds 670784fb4ebe pinctrl: intel: Clear interrupt status in mask/unmask callback
adds b1fa7d8592c7 Merge tag 'intel-pinctrl-v5.2-2' of git://git.kernel.org/p [...]
adds 9fb67d643f6f Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes:
arch/ia64/mm/numa.c | 1 +
drivers/gpio/Kconfig | 1 +
drivers/pinctrl/Kconfig | 2 +-
drivers/pinctrl/intel/pinctrl-intel.c | 45 ++++++++---------------------------
4 files changed, 13 insertions(+), 36 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e19f2cfbf 2: update: llvm-linux: 19523
new 05d92bf43 2: update: llvm-linux: 19523
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 (e19f2cfbf)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 52 +-
02-build_llvm/console.log | 11634 ++++++++++++++++-----------------
03-build_linux/console.log | 1878 +++---
06-update_baseline/console.log | 4 +-
console.log | 13568 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
6 files changed, 13572 insertions(+), 13572 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 binutils-gdb.
from a2f4b66c9e x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL
new 1e129bbefa MIPS/LD: Skip overflow check for %pcrel_hi relocations
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/ChangeLog | 5 +++++
bfd/elfxx-mips.c | 2 --
ld/ChangeLog | 10 ++++++++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 2 ++
ld/testsuite/ld-mips-elf/reloc-pcrel-r6.d | 18 ++++++++++++++++++
ld/testsuite/ld-mips-elf/reloc-pcrel-r6.ld | 9 +++++++++
ld/testsuite/ld-mips-elf/reloc-pcrel-r6.s | 27 +++++++++++++++++++++++++++
ld/testsuite/ld-mips-elf/undefweak-overflow.d | 16 +++++++---------
ld/testsuite/ld-mips-elf/undefweak-overflow.s | 2 --
9 files changed, 78 insertions(+), 13 deletions(-)
create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.d
create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.ld
create mode 100644 ld/testsuite/ld-mips-elf/reloc-pcrel-r6.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.