This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ccc713e3df3 gn build: Add get.py script to download prebuilt gn, make g [...]
new 6b89186f0ec AMDGPU: Add DS append/consume intrinsics
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/IR/IntrinsicsAMDGPU.td | 11 ++
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 87 +++++++++++++---
lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 3 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 16 ++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 5 +
test/CodeGen/AMDGPU/llvm.amdgcn.ds.append.ll | 125 +++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.ds.consume.ll | 125 +++++++++++++++++++++++
7 files changed, 355 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ds.append.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ds.consume.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 2982c3dd9f Correct help text for --unwindlib options.
new 00c3372fa3 [OPENMP][NVPTX]Emit service debug variable for NVPTX.
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/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 14 ++++++++++++++
test/OpenMP/nvptx_target_firstprivate_codegen.cpp | 1 +
2 files changed, 15 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/gnu-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 8d8ab25b5 gcc-c14d4561250db9360a07e1dcbfca6565add1a28b: all
new 58c789f8f linux-4aa9fc2a435abe95a1e8d7f8c7b3d6356514b37a: 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 (8d8ab25b5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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 | 70 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6629 ++++++-------
4-build_abe-stage1/console.log | 12502 ++++++++++++------------
5-count_linux_objs/console.log | 158 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 19497 ++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 19414 insertions(+), 19496 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-defconfig
in repository toolchain/ci/base-artifacts.
discards b59a55e89 linux-f17b5f06cb92ef2250513a1e154c47b78df07d40: all
new a39d9ecc5 llvm-c56779b5fc141d896105a7988322df21ab219c52: 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 (b59a55e89)
\
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 | 14 +-
2-build_llvm/console.log | 9022 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 127 +-
console.log | 9099 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9176 insertions(+), 9106 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 8c8136c7e23 [AliasSetTracker] Cleanup more comments. [NFCI]
new 8a75387dbfb [GlobalISel][AArch64] Add instruction selection support for [...]
new 7e27b512800 gn build: Make cmake sync script work on Windows if git is [...]
new ccc713e3df3 gn build: Add get.py script to download prebuilt gn, make g [...]
The 3 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/CodeGen/GlobalISel/LegalizerHelper.cpp | 8 ++-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 1 +
.../{legalize-sin.mir => legalize-log10.mir} | 80 +++++++++++-----------
.../GlobalISel/legalizer-info-validation.mir | 2 +-
test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 19 +++++
test/CodeGen/AArch64/f16-instructions.ll | 13 ++++
utils/gn/.gitignore | 1 +
utils/gn/README.rst | 6 +-
utils/gn/build/sync_source_lists_from_cmake.py | 5 +-
utils/gn/get.py | 63 +++++++++++++++++
utils/gn/gn.py | 32 ++++++++-
12 files changed, 184 insertions(+), 48 deletions(-)
copy test/CodeGen/AArch64/GlobalISel/{legalize-sin.mir => legalize-log10.mir} (80%)
create mode 100644 utils/gn/.gitignore
create mode 100644 utils/gn/get.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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards c2d7aaacc linux-f17b5f06cb92ef2250513a1e154c47b78df07d40: all
new c747ff978 llvm-d1ba949f23d9ccfc9064eb6553df0642212d2bba: 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 (c2d7aaacc)
\
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 | 16 +-
2-build_llvm/console.log | 8999 +++++++++++++++++++--------------------
3-count_linux_objs/console.log | 106 +-
console.log | 9153 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9147 insertions(+), 9149 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards af9c45875 linux-f17b5f06cb92ef2250513a1e154c47b78df07d40: all
new a087a13d8 llvm-c56779b5fc141d896105a7988322df21ab219c52: 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 (af9c45875)
\
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 | 72 +-
2-build_llvm/console.log | 10275 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 225 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10578 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10631 insertions(+), 10547 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/gnu-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 8cb07e796 binutils-36c25ffa1ab5d6d5ee0fa3fc32f128a58e78e7a2: all
new b3b7816ba linux-f17b5f06cb92ef2250513a1e154c47b78df07d40: 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 (8cb07e796)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 +-
3-build_abe-binutils/console.log | 3338 ++--
4-build_abe-stage1/console.log | 3887 ++--
5-count_linux_objs/console.log | 29078 +++++++++++++++---------------
5-count_linux_objs/kernel.release | 2 +-
console.log | 34741 ++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 35482 insertions(+), 35600 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.