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 d035137b 0: update: llvm-linux: 19642
new 5da99952 0: update: llvm-linux: 19642
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 (d035137b)
\
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 | 220 +-
02-build_llvm/console.log | 12100 +++++++++++++++++-----------------
03-build_linux/console.log | 943 ++-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 28 +
console.log | 13299 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 13332 insertions(+), 13278 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 afdc5524f24 gn build: Merge r367917
new 396a25afc1e gn build: Leave a comment why "-gen-searchable-table" table [...]
new d82b6b2fcd8 gn build: Add AMDGPU target
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:
utils/gn/TODO.txt | 2 +-
.../llvm/lib/Target/AArch64/Utils/BUILD.gn | 1 +
.../llvm/lib/Target/AMDGPU/AsmParser/BUILD.gn | 24 +++
utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn | 197 +++++++++++++++++++++
.../llvm/lib/Target/AMDGPU/Disassembler/BUILD.gn | 24 +++
.../llvm/lib/Target/AMDGPU/MCTargetDesc/BUILD.gn | 112 ++++++++++++
.../llvm/lib/Target/AMDGPU/TargetInfo/BUILD.gn | 10 ++
.../llvm/lib/Target/AMDGPU/Utils/BUILD.gn | 33 ++++
.../secondary/llvm/lib/Target/ARM/Utils/BUILD.gn | 1 +
.../secondary/llvm/lib/Target/RISCV/Utils/BUILD.gn | 1 +
utils/gn/secondary/llvm/lib/Target/targets.gni | 3 +
11 files changed, 407 insertions(+), 1 deletion(-)
create mode 100644 utils/gn/secondary/llvm/lib/Target/AMDGPU/AsmParser/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/AMDGPU/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/AMDGPU/Disassembler/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/AMDGPU/MCTargetDesc/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/AMDGPU/TargetInfo/BUILD.gn
create mode 100644 utils/gn/secondary/llvm/lib/Target/AMDGPU/Utils/BUILD.gn
--
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 6466fb3b8e4 Fix another MSVC issue after 367965
new a186599dd56 Re-commit: [AMDGPU] Use S_DENORM_MODE for gfx10
new afdc5524f24 gn build: Merge r367917
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:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 3 ++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 ++
lib/Target/AMDGPU/SIISelLowering.cpp | 61 +++++++++++++++++++------
lib/Target/AMDGPU/SIInstrInfo.cpp | 1 +
lib/Target/AMDGPU/SIInstrInfo.td | 7 ++-
lib/Target/AMDGPU/SOPInstructions.td | 5 +-
test/CodeGen/AMDGPU/fdiv.ll | 47 ++++++++++++-------
test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt | 2 +-
utils/gn/secondary/compiler-rt/include/BUILD.gn | 1 +
10 files changed, 100 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.
unknown user pushed a change to branch master
in repository clang.
from cf6324a4db [Sema] attempt to appease buildbots after r367940
new 26d2be17f0 [NFC][DirectoryWatchedTests] Unlocks mutexes before signalin [...]
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:
unittests/DirectoryWatcher/DirectoryWatcherTest.cpp | 8 ++++++--
1 file changed, 6 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.
unknown user pushed a change to branch master
in repository llvm.
from 8b9dae0f9d7 [Attributor][NFC] Outline common pattern into helper method
new 6466fb3b8e4 Fix another MSVC issue after 367965
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/CodeGen/Register.h | 3 +++
1 file changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 67e70257 0: update: llvm-linux: all
new 22a4d520 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 (67e70257)
\
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 | 220 +-
02-build_llvm/console.log | 11736 ++++++++++++++++-----------------
03-build_linux/console.log | 1229 ++--
04-boot_linux/console.log | 2 +
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13220 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
9 files changed, 13197 insertions(+), 13236 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 b30b266b7b7 [Attributor][Fix] Add const qualifier
new 141c03a9411 Re-commit Register/MCRegister: Add conversion operators to [...]
new 8b9dae0f9d7 [Attributor][NFC] Outline common pattern into helper method
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/Register.h | 13 ++++++
include/llvm/MC/MCRegister.h | 20 +++++++++
include/llvm/MC/MCRegisterInfo.h | 4 --
lib/Transforms/IPO/Attributor.cpp | 87 ++++++++++++++++++++++-----------------
4 files changed, 83 insertions(+), 41 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 3e62aa52b04 [Attributor] Provide a generic interface to check live inst [...]
new b30b266b7b7 [Attributor][Fix] Add const qualifier
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/Transforms/IPO/Attributor.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.