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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 16da8cc 2: good: llvm-linux: 17519
new 67b67ed 2: good: llvm-linux: 17519
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 (16da8cc)
\
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:
01-reset_artifacts/console.log | 180 +-
02-build_llvm/console.log | 11457 ++++----
03-build_linux/console.log | 44994 +++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 56641 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 56682 insertions(+), 56612 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 50b9c082418 [llvm] Add isa_and_nonnull
new 6c7dd5967af AMDGPU/GlobalISel: Fix non-power-of-2 select
new bd19ebc5d82 GlobalISel: Add another overload of buildUnmerge
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/CodeGen/GlobalISel/MachineIRBuilder.h | 3 +++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 +++++++
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 1 +
test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 28 ++++++++++++++++++++++
.../CodeGen/GlobalISel/MachineIRBuilderTest.cpp | 20 ++++++++++++++++
5 files changed, 61 insertions(+)
--
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 85d44b1057 [test] Specify an explicit darwin version in a triple in `te [...]
new a50eeb5fd9 [LibTooling] Add "SourceCode" library for functions relating [...]
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/Tooling/FixIt.h | 44 ----------
include/clang/Tooling/Refactoring/SourceCode.h | 77 +++++++++++++++++
lib/Tooling/FixIt.cpp | 9 --
lib/Tooling/Refactoring/CMakeLists.txt | 1 +
.../{FixIt.cpp => Refactoring/SourceCode.cpp} | 25 ++----
unittests/Tooling/CMakeLists.txt | 1 +
unittests/Tooling/FixItTest.cpp | 29 -------
unittests/Tooling/SourceCodeTest.cpp | 97 ++++++++++++++++++++++
8 files changed, 185 insertions(+), 98 deletions(-)
create mode 100644 include/clang/Tooling/Refactoring/SourceCode.h
copy lib/Tooling/{FixIt.cpp => Refactoring/SourceCode.cpp} (56%)
create mode 100644 unittests/Tooling/SourceCodeTest.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards db4074f 0: good: llvm-linux: boot
new 0d1552c 0: good: 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 (db4074f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 234 +-
02-build_llvm/console.log | 11398 ++++++++++++++++----------------
03-build_linux/console.log | 1308 ++--
04-boot_linux/console.log | 422 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 13368 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13370 insertions(+), 13374 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 a61c373e875 [DAGCombiner][x86] scalarize splatted vector FP ops
new 50b9c082418 [llvm] Add isa_and_nonnull
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/ProgrammersManual.rst | 6 ++++++
include/llvm/Support/Casting.h | 10 ++++++++++
unittests/Support/Casting.cpp | 6 ++++++
3 files changed, 22 insertions(+)
--
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 699bd4cfa8 Move innermost_block_tracker global to parse_state
new 227a9e65b9 Use upper-case for metasyntactic in gdbserver help
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:
gdb/gdbserver/ChangeLog | 5 +++++
gdb/gdbserver/server.c | 4 ++--
2 files changed, 7 insertions(+), 2 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 de461ab 2: good: llvm-linux: 386
new d91aa03 2: good: llvm-linux: 386
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 (de461ab)
\
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 | 11265 ++++++++++++++++++-----------------
03-build_linux/console.log | 675 +--
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 8 +-
console.log | 12170 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12076 insertions(+), 12272 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.