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-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 3ede3a57d6 binutils-1688cb2916e7bc46c92dd6f5ac2ba0da6c832274: all
new 7f543c6c11 linux-8834f5600cf3c8db365e18a3d5cac2c2780c81e5: 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 (3ede3a57d6)
\
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:
1-reset_artifacts/console.log | 14 +-
2-prepare_abe/console.log | 6 +-
3-build_abe-binutils/console.log | 3304 ++++---
4-build_abe-stage1/console.log | 3768 ++++----
5-count_linux_objs/console.log | 9947 +++++++++++----------
5-count_linux_objs/kernel.release | 2 +-
console.log | 17166 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 17036 insertions(+), 17191 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 lldb.
from 26fb74b51 SymbolFileBreakpad: Add line table support
new ef3185f1c Fix some warnings introduced in r353324 (ReproducerInstrument [...]
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/lldb/Utility/ReproducerInstrumentation.h | 6 +++---
source/Utility/ReproducerInstrumentation.cpp | 2 +-
tools/driver/Driver.cpp | 4 ----
3 files changed, 4 insertions(+), 8 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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 8d731b063b llvm-5a6712b633478adac1c1d95003af7c9ba5f9fee6: 19127
new 571f25888c llvm-bb3b372aa118ff010fd044d0431ceda984475b10: 19127
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 (8d731b063b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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 | 19 +-
2-build_llvm/console.log | 9052 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 362 +-
console.log | 9419 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 4 +-
8 files changed, 9508 insertions(+), 9362 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 lldb.
from cb2495ec9 Fix documentation formatting for ShellExpandArguments
new 26fb74b51 SymbolFileBreakpad: Add line table support
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/lldb/Core/FileSpecList.h | 20 +-
include/lldb/Core/RangeMap.h | 1 +
.../Inputs/line-table-discontinuous-file-ids.syms | 8 +
.../Breakpad/Inputs/line-table-edgecases.syms | 7 +
.../Breakpad/Inputs/line-table-missing-file.syms | 7 +
lit/SymbolFile/Breakpad/Inputs/line-table.syms | 17 ++
.../line-table-discontinuous-file-ids.test | 13 +
lit/SymbolFile/Breakpad/line-table-edgecases.test | 21 ++
.../Breakpad/line-table-missing-file.test | 17 ++
lit/SymbolFile/Breakpad/line-table.test | 45 +++
source/Core/FileSpecList.cpp | 11 -
.../SymbolFile/Breakpad/SymbolFileBreakpad.cpp | 320 ++++++++++++++++++---
.../SymbolFile/Breakpad/SymbolFileBreakpad.h | 72 ++++-
13 files changed, 504 insertions(+), 55 deletions(-)
create mode 100644 lit/SymbolFile/Breakpad/Inputs/line-table-discontinuous-file-ids.syms
create mode 100644 lit/SymbolFile/Breakpad/Inputs/line-table-edgecases.syms
create mode 100644 lit/SymbolFile/Breakpad/Inputs/line-table-missing-file.syms
create mode 100644 lit/SymbolFile/Breakpad/Inputs/line-table.syms
create mode 100644 lit/SymbolFile/Breakpad/line-table-discontinuous-file-ids.test
create mode 100644 lit/SymbolFile/Breakpad/line-table-edgecases.test
create mode 100644 lit/SymbolFile/Breakpad/line-table-missing-file.test
create mode 100644 lit/SymbolFile/Breakpad/line-table.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_bmk/gnu-master-arm-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 7974c6577b glibc-c2d8f0b704c2b828bcd8d517a2376c0240c73c09: 0
new ac7c0a0cd8 binutils-4249a53cce8651061092d666e5df06492cb91cf1: 0
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 (7974c6577b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/gnu-master-arm-spec2 [...]
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 | 72 +-
02-prepare_abe/console.log | 27 +-
03-build_abe-binutils/console.log | 6028 +--
04-build_abe-stage1/console.log | 13564 +++----
05-build_abe-linux/console.log | 89 +-
06-build_abe-glibc/console.log | 22251 ++++++-----
07-build_abe-stage2/console.log | 31386 ++++++++-------
08-benchmark/console.log | 47 +-
09-check_regression/console.log | 63 +-
10-update_baseline/console.log | 65 +-
console.log | 73738 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 16 +-
results.csv | 249 +-
results_id | 2 +-
trigger-bisect-on-failure | 6 +-
17 files changed, 73829 insertions(+), 73778 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-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 305cdacace llvm-f58220669d09654f1df9b47161588d5e2f6bfc8a: all
new 0b770d2cb9 linux-fb978c0292e73632e0591454a2a61b6ffce75648: 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 (305cdacace)
\
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:
1-reset_artifacts/console.log | 15 +-
2-build_llvm/console.log | 8945 ++++++++++++++++++++-------------------
3-count_linux_objs/console.log | 183 +-
console.log | 9083 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9195 insertions(+), 9053 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 f118c99457a [ARM GlobalISel] Support G_ICMP for Thumb2
new d0c143de762 [LSR] Generate cross iteration indexes
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/Analysis/TargetTransformInfo.h | 8 +
include/llvm/Analysis/TargetTransformInfoImpl.h | 2 +
lib/Analysis/TargetTransformInfo.cpp | 4 +
lib/Target/ARM/ARMTargetTransformInfo.h | 6 +
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 90 +-
test/CodeGen/ARM/dsp-loop-indexing.ll | 310 +++++
test/CodeGen/ARM/loop-align-cortex-m.ll | 4 +-
test/CodeGen/ARM/loop-indexing.ll | 1190 ++++++++++++++++++++
.../LoopStrengthReduce/ARM/complexity.ll | 24 +-
9 files changed, 1598 insertions(+), 40 deletions(-)
create mode 100644 test/CodeGen/ARM/dsp-loop-indexing.ll
create mode 100644 test/CodeGen/ARM/loop-indexing.ll
--
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 release_80
in repository llvm.
from 52e4d16ef1b Merging r353367: ------------------------------------------ [...]
new 89e0e7b123a Fix sphinx warning
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:
docs/ReleaseNotes.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.