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 f1eecb5da linux-d8924c0d76aaa52e4811b5c64115d9a7f36cc73a: all
new 15ae8f95c llvm-5fa59576a8133b2d8682af53921820873e35bc10: 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 (f1eecb5da)
\
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 | 190 +-
2-build_llvm/console.log | 10191 ++++++++++++++++++-------------------
3-count_linux_objs/console.log | 206 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10593 +++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10384 insertions(+), 10822 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-next-allnoconfig
in repository toolchain/binutils-gdb.
from f493efef89 Automatic date update in version.in
adds 5172760036 Automatic date update in version.in
adds 50794b45a2 Improve "set debug separate-debug-file"
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 5 +++++
gdb/build-id.c | 31 +++++++++++++++++++++++++++----
gdb/symfile.c | 39 ++++++++++++++++++++++++++++++++++-----
4 files changed, 67 insertions(+), 10 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-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 39bd4d55b gcc-0c7a1f273b91edc54e3d7e9e96a795e1c054aa92: all
new b2b3a2733 binutils-50794b45a2a7330fc32b118bff584a3a2e649ac5: 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 (39bd4d55b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 | 80 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6486 +++++-----
4-build_abe-stage1/console.log | 13381 ++++++++++---------
5-count_linux_objs/console.log | 5216 ++++----
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 25439 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 25373 insertions(+), 25279 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 f77e034b28f [AMDGPU] Regenerate i64 shift tests.
new 655a52dced3 [NVPTX] Allow libcalls that are defined in the current module.
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/SelectionDAG.h | 7 ++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 26 ++++
lib/Target/NVPTX/CMakeLists.txt | 1 +
lib/Target/NVPTX/NVPTX.h | 1 +
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 5 +
lib/Target/NVPTX/NVPTXISelLowering.cpp | 47 ++++++-
lib/Target/NVPTX/NVPTXISelLowering.h | 1 +
lib/Target/NVPTX/NVPTXInstrInfo.td | 21 +++-
lib/Target/NVPTX/NVPTXProxyRegErasure.cpp | 122 +++++++++++++++++++
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 8 ++
test/CodeGen/NVPTX/calls-with-phi.ll | 22 ++++
test/CodeGen/NVPTX/libcall-fulfilled.ll | 31 +++++
test/CodeGen/NVPTX/libcall-instruction.ll | 4 +-
test/CodeGen/NVPTX/libcall-intrinsic.ll | 10 ++
test/CodeGen/NVPTX/proxy-reg-erasure-mir.ll | 25 ++++
test/CodeGen/NVPTX/proxy-reg-erasure-ptx.ll | 183 ++++++++++++++++++++++++++++
test/CodeGen/NVPTX/zero-cs.ll | 10 --
17 files changed, 508 insertions(+), 16 deletions(-)
create mode 100644 lib/Target/NVPTX/NVPTXProxyRegErasure.cpp
create mode 100644 test/CodeGen/NVPTX/calls-with-phi.ll
create mode 100644 test/CodeGen/NVPTX/libcall-fulfilled.ll
create mode 100644 test/CodeGen/NVPTX/libcall-intrinsic.ll
create mode 100644 test/CodeGen/NVPTX/proxy-reg-erasure-mir.ll
create mode 100644 test/CodeGen/NVPTX/proxy-reg-erasure-ptx.ll
delete mode 100644 test/CodeGen/NVPTX/zero-cs.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 lld.
from cba60ba0e [LLD][ELF] - Cleanup gdb-index-dwarf5-low-high.s. NFC.
new 16774fce2 Use error() instead of fatal() to report an invalid address range.
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:
ELF/SyntheticSections.cpp | 22 +++++++---------------
test/ELF/gdb-index-invalid-ranges.s | 4 ++--
2 files changed, 9 insertions(+), 17 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 39a6cdcae llvm-62368bc223ee43fe986c0e3e8185538c7da3799f: 17262
new 760900a47 linux-5694cecdb092656a822287a6691aa7ce668c8160: 17338
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 (39a6cdcae)
\
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 | 222 +-
2-build_llvm/console.log | 10114 ++++++++++++++++++-----------------
3-count_linux_objs/console.log | 893 ++--
4-check_regression/console.log | 10 +-
5-update_baseline/console.log | 12 +-
console.log | 11273 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
results | 2 +-
trigger-bisect-on-failure | 6 +-
11 files changed, 11367 insertions(+), 11177 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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 226803de8 gcc-e1d803001400ed6c80c218e2a0999443a6ea2472: all
new 8aebb369f linux-5694cecdb092656a822287a6691aa7ce668c8160: 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 (226803de8)
\
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 | 72 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3529 ++++++++--------
4-build_abe-stage1/console.log | 4520 ++++++++++-----------
5-count_linux_objs/console.log | 179 +-
console.log | 8308 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 8279 insertions(+), 8351 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.