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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 57edce4 0: update: llvm-linux: all
new be720af 0: update: llvm-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 (57edce4)
\
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 | 220 +-
02-build_llvm/console.log | 11630 +++++++++++++++++------------------
03-build_linux/console.log | 502 +-
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
console.log | 12360 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12364 insertions(+), 12364 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 999ea6229b3 [Tests] Add poison inference tests for indvars showing both [...]
new b342c7ebe86 [X86] Add the vector integer min/max instructions to isAsso [...]
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/Target/X86/X86InstrInfo.cpp | 84 +++++++
test/CodeGen/X86/horizontal-reduce-smax.ll | 104 ++++-----
test/CodeGen/X86/horizontal-reduce-smin.ll | 104 ++++-----
test/CodeGen/X86/horizontal-reduce-umax.ll | 120 +++++-----
test/CodeGen/X86/horizontal-reduce-umin.ll | 100 ++++-----
test/CodeGen/X86/machine-combiner-int-vec.ll | 320 +++++++++++++--------------
test/CodeGen/X86/vector-reduce-smax-widen.ll | 148 ++++++-------
test/CodeGen/X86/vector-reduce-smax.ll | 148 ++++++-------
test/CodeGen/X86/vector-reduce-smin-widen.ll | 148 ++++++-------
test/CodeGen/X86/vector-reduce-smin.ll | 148 ++++++-------
test/CodeGen/X86/vector-reduce-umax-widen.ll | 166 +++++++-------
test/CodeGen/X86/vector-reduce-umax.ll | 166 +++++++-------
test/CodeGen/X86/vector-reduce-umin-widen.ll | 146 ++++++------
test/CodeGen/X86/vector-reduce-umin.ll | 146 ++++++------
14 files changed, 1066 insertions(+), 982 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-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a253427 0: update: llvm-linux: all
new b29b278 0: update: llvm-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 (a253427)
\
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:
01-reset_artifacts/console.log | 128 +-
02-build_llvm/console.log | 11860 ++++++++++++++++++------------------
03-build_linux/console.log | 718 ++-
04-boot_linux/console.log | 2 +-
06-update_baseline/console.log | 25 -
console.log | 12733 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12712 insertions(+), 12762 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 users/palves/format_strings
in repository binutils-gdb.
at bef62542b4 Make ui_out::message support %pF, %pS, %pN
This branch includes the following new commits:
new bef62542b4 Make ui_out::message support %pF, %pS, %pN
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.
--
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 15fa0a8947a * config/rs6000/aix-unwind.h (LR_REGNO): Rename to R_LR. (C [...]
new 6dcfb2f2641 PR c++/63149 - wrong auto deduction from braced-init-list
new f68dfb14553 ChangeLog for PR c++/63149
new d4a2b9e3fdd * config/alpha/alpha.c (direct_return): Move down after s [...]
The 3 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 | 19 ++
gcc/config/alpha/alpha-protos.h | 3 +-
gcc/config/alpha/alpha.c | 293 ++++++++++----------------
gcc/cp/ChangeLog | 6 +
gcc/cp/pt.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/initlist-deduce2.C | 8 +
6 files changed, 143 insertions(+), 188 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-deduce2.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 0a62044 0: update: llvm-linux: boot
new 04a8056 0: update: llvm-linux: boot
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 (0a62044)
\
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 11796 +++++++++++++++----------------
03-build_linux/console.log | 1798 +++--
04-boot_linux/console.log | 464 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 8 +-
console.log | 14292 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14296 insertions(+), 14296 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 newlib.
from b0c033bf3 mkdir: always check-for-existence
new 605bdcd41 Cygwin: map beyond EOF on 64 bit and WOW64 as well
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/mmap.cc | 35 ++++++++++++++++++++++++-----------
1 file changed, 24 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.