This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
from 08cb61b0 0: update: glibc-1f7097d09ce628878107ed30341cfc1eb3649a81: 0
new 389db5e8 1: reset: llvm-dec624682e062dabfb0a535a9b975e5b550f8f29: -1
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 | 129 +-
02-prepare_abe/console.log | 416 +-
03-build_abe-binutils/console.log | 10312 +--
04-build_abe-stage1/console.log | 12713 ++--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 39759 ++++++------
07-build_abe-stage2/console.log | 39922 ++++++------
08-build_llvm-true/console.log | 11934 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 22 +-
09-benchmark/console.log | 120 +-
10-check_regression/console.log | 2062 +-
11-update_baseline/console.log | 2062 +-
console.log | 120947 +++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 2 -
results.csv | 96 -
results_id | 1 -
19 files changed, 116016 insertions(+), 124801 deletions(-)
create mode 100644 reset-baseline
delete mode 100644 results.csv
delete mode 100644 results_id
--
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 b1937e022d1 [IndVars] Fix a subtle bug in optimizeLoopExits
new 04599fe58ec [Remarks] Add unit tests for YAML serialization
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/Remarks/RemarkStringTable.cpp | 3 -
unittests/Remarks/CMakeLists.txt | 1 +
unittests/Remarks/YAMLRemarksSerializerTest.cpp | 89 +++++++++++++++++++++++++
3 files changed, 90 insertions(+), 3 deletions(-)
create mode 100644 unittests/Remarks/YAMLRemarksSerializerTest.cpp
--
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 a39aedcdf [Utils] Add back utils directory
new 0e8871d18 [utils] Remove sync-source (with SVN)
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:
utils/sync-source/README.txt | 293 ------------------------
utils/sync-source/lib/transfer/__init__.py | 0
utils/sync-source/lib/transfer/protocol.py | 8 -
utils/sync-source/lib/transfer/rsync.py | 61 -----
utils/sync-source/lib/transfer/transfer_spec.py | 12 -
utils/sync-source/pylintrc | 2 -
utils/sync-source/syncsource.py | 270 ----------------------
7 files changed, 646 deletions(-)
delete mode 100644 utils/sync-source/README.txt
delete mode 100644 utils/sync-source/lib/transfer/__init__.py
delete mode 100644 utils/sync-source/lib/transfer/protocol.py
delete mode 100644 utils/sync-source/lib/transfer/rsync.py
delete mode 100644 utils/sync-source/lib/transfer/transfer_spec.py
delete mode 100644 utils/sync-source/pylintrc
delete mode 100644 utils/sync-source/syncsource.py
--
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 106e05b0 0: update: llvm-linux: boot
new 0b169672 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 (106e05b0)
\
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 | 184 +-
02-build_llvm/console.log | 11956 +++++++++++++++----------------
03-build_linux/console.log | 1706 ++---
04-boot_linux/console.log | 464 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 14341 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14320 insertions(+), 14370 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 c7a747a395d [IR][Verifier] Allow IntToPtrInst to be !dereferenceable
new b1937e022d1 [IndVars] Fix a subtle bug in optimizeLoopExits
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/Transforms/Scalar/IndVarSimplify.cpp | 6 ++-
.../IndVarSimplify/eliminate-exit-no-dl.ll | 45 ++++++++++++++++++++++
2 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/eliminate-exit-no-dl.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 master
in repository clang.
from a91ff7ca87 Improve clang-format-diff help output
new a25d062264 clang-format: Fix namespace end comments for namespaces with [...]
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/Format/NamespaceEndCommentsFixer.cpp | 16 +++++++--
lib/Format/UnwrappedLineParser.cpp | 9 +++--
unittests/Format/FormatTest.cpp | 15 ++++++++
unittests/Format/NamespaceEndCommentsFixerTest.cpp | 41 +++++++++++++++++++++-
4 files changed, 76 insertions(+), 5 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 clang.
from 84cc1b7ded [clang][NFCI] Fix random typos
new a91ff7ca87 Improve clang-format-diff help output
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:
tools/clang-format/clang-format-diff.py | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.