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-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a2d5dcf8c llvm-0c9e3ad2c1f6477a71a43a819adc032b7fd00772: all
new b35c1599c llvm-443526386d466606dbdbfea264c573e0bcc43bed: 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 (a2d5dcf8c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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:
1-reset_artifacts/console.log | 30 +-
2-build_llvm/console.log | 10201 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 69 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10306 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 10325 insertions(+), 10301 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-master-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 4fbcb12a3 llvm-0c9e3ad2c1f6477a71a43a819adc032b7fd00772: all
new 92df1a407 llvm-a805ab3e2b261b43944fbca492e0f539b16e5ccb: 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 (4fbcb12a3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-aarch [...]
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:
1-reset_artifacts/console.log | 128 +-
2-build_llvm/console.log | 10218 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 179 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10531 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 6 +-
trigger-bisect-on-failure | 4 +-
10 files changed, 10541 insertions(+), 10535 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 40b2c31e67d [AVR] Update integration/blink.ll as we now generate sbi/cb [...]
new 7f753722162 [DAGCombiner][x86] scalarize binop followed by extractelement
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/CodeGen/TargetLowering.h | 6 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 49 ++++-
lib/Target/X86/X86ISelLowering.cpp | 12 ++
lib/Target/X86/X86ISelLowering.h | 5 +
test/CodeGen/X86/and-load-fold.ll | 5 +-
test/CodeGen/X86/extract-fp.ll | 21 +-
test/CodeGen/X86/horizontal-reduce-smax.ll | 276 ++++++++++++---------------
test/CodeGen/X86/horizontal-reduce-smin.ll | 276 ++++++++++++---------------
test/CodeGen/X86/horizontal-reduce-umax.ll | 220 ++++++++++-----------
test/CodeGen/X86/horizontal-reduce-umin.ll | 12 +-
test/CodeGen/X86/known-bits-vector.ll | 14 +-
test/CodeGen/X86/known-signbits-vector.ll | 24 +--
test/CodeGen/X86/pr30511.ll | 2 +-
test/CodeGen/X86/setcc-combine.ll | 40 ++--
test/CodeGen/X86/shrink_vmul-widen.ll | 150 +++++++--------
test/CodeGen/X86/shrink_vmul.ll | 150 +++++++--------
test/CodeGen/X86/vector-fshl-128.ll | 22 ++-
test/CodeGen/X86/vector-fshl-rot-128.ll | 44 ++---
test/CodeGen/X86/vector-fshr-128.ll | 22 ++-
test/CodeGen/X86/vector-fshr-rot-128.ll | 50 +++--
test/CodeGen/X86/vector-gep.ll | 5 +-
test/CodeGen/X86/vector-reduce-smax-widen.ll | 226 ++++++++++------------
test/CodeGen/X86/vector-reduce-smax.ll | 226 ++++++++++------------
test/CodeGen/X86/vector-reduce-smin-widen.ll | 226 ++++++++++------------
test/CodeGen/X86/vector-reduce-smin.ll | 226 ++++++++++------------
test/CodeGen/X86/vector-reduce-umax-widen.ll | 172 ++++++++---------
test/CodeGen/X86/vector-reduce-umax.ll | 168 ++++++++--------
test/CodeGen/X86/vector-reduce-umin-widen.ll | 12 +-
test/CodeGen/X86/vector-reduce-umin.ll | 8 +-
test/CodeGen/X86/vector-rotate-128.ll | 44 ++---
test/CodeGen/X86/xor.ll | 18 +-
31 files changed, 1269 insertions(+), 1462 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-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards e14c56329 gcc-62468601c284c3d8f31cb4ed827b5b56ea1ba478: all
new 571764ae2 binutils-592d8c0a5d193d3aad03437942a54a667477acea: 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 (e14c56329)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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:
1-reset_artifacts/console.log | 62 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6155 ++---
4-build_abe-stage1/console.log | 12956 +++++-----
5-count_linux_objs/console.log | 30868 ++++++++++++-----------
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 50177 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 50091 insertions(+), 50177 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 a25a3447d13 [CaptureTracking] Add a unit test for MaxUsesToExplore
new 40b2c31e67d [AVR] Update integration/blink.ll as we now generate sbi/cb [...]
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/AVR/integration/blink.ll | 32 ++++++--------------------------
1 file changed, 6 insertions(+), 26 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 592d8c0a5d RISC-V: Fix wrong use of s0 register name.
new 66644cd32b gdb/remote: Remove a cleanup in remote_check_symbols
new 06d3e5b004 gdb: Remove a cleanup from find_overload_match
new 26089c494f gdb: Remove final cleanup from find_overload_match
new a07c88800e gdb: Remove cleanup from linux-fork.c:inferior_call_waitpid
new 169bb27bce gdb: Remove cleanup from linux_nat_target::follow_fork
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:
gdb/ChangeLog | 35 +++++++++++++
gdb/compile/compile-cplus-types.c | 4 +-
gdb/cp-support.c | 9 ++--
gdb/cp-support.h | 2 +-
gdb/linux-fork.c | 101 ++++++++++++++++++++++----------------
gdb/linux-nat.c | 27 +++++-----
gdb/remote.c | 21 ++++----
gdb/valops.c | 16 ++----
8 files changed, 133 insertions(+), 82 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.