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 f2aa951 0: update: llvm-linux: all
new 3a21ab5 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 (f2aa951)
\
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 | 193 +-
02-build_llvm/console.log | 11634 +++++++++++++++++------------------
03-build_linux/console.log | 690 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 25 -
console.log | 12550 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 12538 insertions(+), 12570 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 29e5bc5c359 [SystemZ] Add support for new cpu architecture - arch13
new d4b9425c607 Add explicit newline at end of `llvm-pdbutil dump`
new 1f1f02a43ee Slightly simplify MappedBlockStream::createIndexedStream() calls
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:
include/llvm/DebugInfo/PDB/Native/PDBFile.h | 10 ++++-----
lib/DebugInfo/PDB/Native/DbiStream.cpp | 8 ++-----
lib/DebugInfo/PDB/Native/PDBFile.cpp | 33 +++++++++++++----------------
lib/DebugInfo/PDB/Native/TpiStream.cpp | 13 ++++++------
tools/llvm-pdbutil/BytesOutputStyle.cpp | 4 +---
tools/llvm-pdbutil/DumpOutputStyle.cpp | 2 ++
tools/llvm-pdbutil/LinePrinter.cpp | 3 +--
tools/llvm-pdbutil/YAMLOutputStyle.cpp | 5 +----
tools/llvm-pdbutil/llvm-pdbutil.cpp | 3 +--
9 files changed, 33 insertions(+), 48 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 8d2441962a [SystemZ] Add support for new cpu architecture - arch13
new 03563a98ef [WebAssembly] Make pthread imply bulk-memory, mutable-globals
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/Driver/ToolChains/WebAssembly.cpp | 16 +++++++++++++++-
test/Driver/wasm-toolchain.c | 16 ++++++++++++++--
2 files changed, 29 insertions(+), 3 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-master-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 2974c64 0: update: gcc-32506afe44524ed684bd28f7313f3f24ed775e77: -10
new c5e3ff4 0: update: gcc-aaba90b8aa46e875ea255bece5b573070bd07cea: -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 (2974c64)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 93 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-bootstrap_profiled/console.log | 31713 +++++++++++++------------
console.log | 32224 +++++++++++++-------------
jenkins/manifest.sh | 8 +-
5 files changed, 32236 insertions(+), 32220 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 0fcd863f52 Revert [clang-shlib] Fix clang-shlib for PRIVATE dependencies
new 8d2441962a [SystemZ] Add support for new cpu architecture - arch13
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/clang/Basic/BuiltinsSystemZ.def | 15 +
lib/Basic/Targets/SystemZ.cpp | 6 +-
lib/Basic/Targets/SystemZ.h | 2 +
lib/CodeGen/CGBuiltin.cpp | 17 +
lib/Headers/vecintrin.h | 406 +++++++++++++++++++++
lib/Sema/SemaChecking.cpp | 2 +
test/CodeGen/builtins-systemz-vector3-error.c | 39 +++
test/CodeGen/builtins-systemz-vector3.c | 59 ++++
test/CodeGen/builtins-systemz-zvector.c | 42 +++
test/CodeGen/builtins-systemz-zvector2.c | 10 +
test/CodeGen/builtins-systemz-zvector3-error.c | 125 +++++++
test/CodeGen/builtins-systemz-zvector3.c | 468 +++++++++++++++++++++++++
test/CodeGen/systemz-abi-vector.c | 2 +
test/CodeGen/systemz-abi.c | 2 +
test/CodeGen/target-data.c | 2 +
test/Driver/systemz-march.c | 2 +
test/Misc/target-invalid-cpu-note.c | 2 +-
test/Preprocessor/predefined-arch-macros.c | 17 +-
18 files changed, 1214 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/builtins-systemz-vector3-error.c
create mode 100644 test/CodeGen/builtins-systemz-vector3.c
create mode 100644 test/CodeGen/builtins-systemz-zvector3-error.c
create mode 100644 test/CodeGen/builtins-systemz-zvector3.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.
unknown user pushed a change to branch master
in repository llvm.
from 43d8fddec56 [X86] Add NEG to isUseDefConvertible.
new 3de3a216a50 Remove unused methods in Sancov.
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:
.../Instrumentation/SanitizerCoverage.cpp | 33 ++++------------------
1 file changed, 6 insertions(+), 27 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 lld.
from 107a06abc Fix odd variable names.
new 5bdcbbbd7 [WebAssembly] i32.const operands should be signed
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/wasm/data-segments.ll | 31 +++++++++++++++++++++----------
wasm/Writer.cpp | 6 +++---
2 files changed, 24 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.