This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b31f6dfc9 Fix build URL in new LLDB website
new 49ba4a577 [lldb] [lit] Add write tests for MM/XMM registers
new 16119af2b [lldb] [lit] Add write tests for r8-r15 & xmm8-xmm15 registers
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:
lit/Register/Inputs/x86-64-write.cpp | 67 ++++++++++++++++++++++++++++++++
lit/Register/Inputs/x86-mm-xmm-write.cpp | 67 ++++++++++++++++++++++++++++++++
lit/Register/x86-64-write.test | 47 ++++++++++++++++++++++
lit/Register/x86-mm-xmm-write.test | 47 ++++++++++++++++++++++
4 files changed, 228 insertions(+)
create mode 100644 lit/Register/Inputs/x86-64-write.cpp
create mode 100644 lit/Register/Inputs/x86-mm-xmm-write.cpp
create mode 100644 lit/Register/x86-64-write.test
create mode 100644 lit/Register/x86-mm-xmm-write.test
--
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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 662d1ea 0: update: llvm-linux: 17743
new 49c4d4e 0: update: llvm-linux: 17764
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 (662d1ea)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 11716 ++++++++++----------
03-build_linux/console.log | 10083 ++++++++---------
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 28 -
console.log | 22061 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 22075 insertions(+), 22061 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-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 18861e1 0: update: llvm-linux: all
new 4482e81 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 (18861e1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 11660 ++++++++++++++--------------
03-build_linux/console.log | 3734 ++++-----
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 64 -
console.log | 15688 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 15626 insertions(+), 15758 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 9f35ee5b0fa Wrap to 80 columns, no behavior change
new 8dd2ffc9c56 [X86][SSE] Add SSE vector shift support to SimplifyDemanded [...]
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/X86ISelLowering.cpp | 21 +++++
test/CodeGen/X86/combine-udiv.ll | 45 ++++-------
test/CodeGen/X86/vector-fshl-256.ll | 24 +++---
test/CodeGen/X86/vector-fshl-512.ll | 116 ++++++++++++++--------------
test/CodeGen/X86/vector-fshl-rot-256.ll | 24 +++---
test/CodeGen/X86/vector-fshl-rot-512.ll | 32 ++++----
test/CodeGen/X86/vector-fshr-256.ll | 24 +++---
test/CodeGen/X86/vector-fshr-512.ll | 104 ++++++++++++-------------
test/CodeGen/X86/vector-fshr-rot-256.ll | 24 +++---
test/CodeGen/X86/vector-fshr-rot-512.ll | 32 ++++----
test/CodeGen/X86/vector-reduce-mul-widen.ll | 36 ++++-----
test/CodeGen/X86/vector-reduce-mul.ll | 36 ++++-----
test/CodeGen/X86/vector-rotate-256.ll | 24 +++---
test/CodeGen/X86/vector-rotate-512.ll | 32 ++++----
test/CodeGen/X86/vector-shift-ashr-256.ll | 28 +++----
test/CodeGen/X86/vector-shift-ashr-512.ll | 12 +--
test/CodeGen/X86/vector-shift-lshr-256.ll | 24 +++---
test/CodeGen/X86/vector-shift-lshr-512.ll | 12 +--
test/CodeGen/X86/vector-shift-shl-256.ll | 16 ++--
test/CodeGen/X86/vector-shift-shl-512.ll | 8 +-
20 files changed, 340 insertions(+), 334 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 f59f30f557 [gdb/testsuite] Fix "unable to find usable gdb" error with c [...]
new 25a0274483 Change nm so that when it is running in POSIX compatible mod [...]
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:
binutils/ChangeLog | 14 +++++
binutils/nm.c | 95 ++++++++++++++++++++++------------
binutils/testsuite/binutils-all/nm.exp | 18 +++++++
3 files changed, 94 insertions(+), 33 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_gnu/gnu-release-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 7cf9b60 0: update: gcc-a14a023bb9ce0dff62bc575dd68f44b92aa046d5: -10
new 2fdb0eb 0: update: gcc-a638797fea8b32d4c8dd1751caeb369b0f21a6e4: -10
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 (7cf9b60)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 178 +-
02-prepare_abe/console.log | 378 +-
03-build_abe-bootstrap_profiled/console.log | 83648 ++++++++++++-------------
05-update_baseline/console.log | 2 +-
console.log | 84228 +++++++++++++-------------
jenkins/manifest.sh | 13 +-
6 files changed, 84567 insertions(+), 83880 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.