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-defconfig
in repository toolchain/ci/base-artifacts.
discards 597046cbf llvm-549d73bbeda5950fa3c0df0103296db686522707: all
new 357c25da1 linux-9c07fc259396fb5a26713755f92f60eb477ed567: 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 (597046cbf)
\
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:
1-reset_artifacts/console.log | 142 +-
2-build_llvm/console.log | 10149 +++++++++++++++--------------
3-count_linux_objs/console.log | 3128 ++++-----
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 13425 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 13484 insertions(+), 13386 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-aarch64-lts-defconfig
in repository toolchain/ci/gcc.
from bd1011cd84d 2019-01-12 Dominique d'Humieres <dominiq(a)gcc.gnu.org>
adds 548cb0528af Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 5dadf4e4b binutils-f21cd81c3fe4740a9784aae7b5020e8c0550f09c: all
new b203ea638 gcc-548cb0528affe2d4a6d9315a7eafb612b5ffa87c: 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 (5dadf4e4b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 107 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3697 +++++++++---------
4-build_abe-stage1/console.log | 4168 ++++++++++----------
5-count_linux_objs/console.log | 33 +-
console.log | 8023 +++++++++++++++++++-------------------
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
9 files changed, 7950 insertions(+), 8100 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/llvm-monorepo.
from 549d73bbeda Give helper classes/functions local linkage. NFC.
adds 875fba9e9cf [X86] Add X86ISD::VMFPROUND to handle the masked case of VC [...]
adds c0333ceb38f [X86] Add more ISD nodes to handle masked versions of VCVT( [...]
adds d50cc2a17e7 [OpenMP] Fix LIBOMP_USE_DEBUGGER=ON build (PR38612)
adds 0b1af117e3b Remove TypeBuilder.h, and fix the few locations using it.
adds cff2d41d013 [X86] Rename overly verbose method; NFC
new e1d5f2cc604 [LegalizeDAG] Remove 'NeedInvert' code from expansion of BR [...]
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:
llvm/docs/ExtendingLLVM.rst | 8 -
llvm/docs/ProgrammersManual.rst | 31 --
llvm/include/llvm/CodeGen/TargetLowering.h | 3 +-
llvm/include/llvm/IR/TypeBuilder.h | 407 ---------------------
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 13 +-
.../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 2 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 3 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 9 +-
llvm/lib/Target/X86/X86ISelLowering.h | 8 +
llvm/lib/Target/X86/X86InstrAVX512.td | 205 ++++++++++-
llvm/lib/Target/X86/X86InstrFragmentsSIMD.td | 21 ++
llvm/lib/Target/X86/X86IntrinsicsInfo.h | 28 +-
llvm/tools/lli/lli.cpp | 26 +-
.../MCJIT/MCJITMultipleModuleTest.cpp | 9 +-
llvm/unittests/ExecutionEngine/MCJIT/MCJITTest.cpp | 44 ++-
.../ExecutionEngine/MCJIT/MCJITTestBase.h | 60 ++-
.../ExecutionEngine/Orc/IndirectionUtilsTest.cpp | 5 +-
.../Orc/LegacyRTDyldObjectLinkingLayerTest.cpp | 19 +-
llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp | 11 +-
llvm/unittests/ExecutionEngine/Orc/OrcTestCommon.h | 20 +-
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 18 +-
.../ExecutionEngine/Orc/RemoteObjectLayerTest.cpp | 7 +-
llvm/unittests/IR/CFGBuilder.cpp | 3 +-
llvm/unittests/IR/CMakeLists.txt | 1 -
llvm/unittests/IR/TypeBuilderTest.cpp | 284 --------------
llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn | 1 -
openmp/runtime/src/kmp.h | 4 +-
openmp/runtime/src/kmp_debugger.cpp | 2 +
openmp/runtime/src/kmp_global.cpp | 4 +-
29 files changed, 377 insertions(+), 879 deletions(-)
delete mode 100644 llvm/include/llvm/IR/TypeBuilder.h
delete mode 100644 llvm/unittests/IR/TypeBuilderTest.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-master-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards 2204310ac linux-e1706720408e72fb883f6b151c2b3b23d8e7e5b2: all
new 69066d865 llvm-e1d5f2cc604b32202d6b242d0d149f54ddb0a029: 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 (2204310ac)
\
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 | 167 +-
2-build_llvm/console.log | 9312 +++++++++++++++++++-------------------
3-count_linux_objs/console.log | 195 +-
console.log | 9814 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 8 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9571 insertions(+), 9935 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-aarch64-mainline-allyesconfig
in repository toolchain/ci/gcc.
from bd1011cd84d 2019-01-12 Dominique d'Humieres <dominiq(a)gcc.gnu.org>
adds 548cb0528af Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards bfef790db linux-e1706720408e72fb883f6b151c2b3b23d8e7e5b2: all
new 72728fd03 gcc-548cb0528affe2d4a6d9315a7eafb612b5ffa87c: 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 (bfef790db)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 88 +-
2-prepare_abe/console.log | 26 +-
3-build_abe-binutils/console.log | 6298 +++++++--------
4-build_abe-stage1/console.log | 8646 ++++++++++-----------
5-count_linux_objs/console.log | 241 +-
6-check_regression/console.log | 2 +-
7-update_baseline/console.log | 4 +-
console.log | 15343 +++++++++++++++++++------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
12 files changed, 15375 insertions(+), 15293 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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a6cb85bf1 llvm-c0333ceb38fb63fa8da856f0fad065a4b5409fa1: 16
new 58289469a linux-9c07fc259396fb5a26713755f92f60eb477ed567: 16
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 (a6cb85bf1)
\
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:
1-reset_artifacts/console.log | 80 +-
2-build_llvm/console.log | 10208 +++++++++++++++++++------------------
3-count_linux_objs/console.log | 219 +-
4-check_regression/console.log | 2 +-
5-update_baseline/console.log | 4 +-
console.log | 10513 ++++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 10 +-
trigger-bisect-on-failure | 6 +-
10 files changed, 10604 insertions(+), 10442 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/binutils-gdb.
from 4ce8c66d19 Add RXv3 instructions.
adds d73cff189d Implement help/show values for 'set|show style'.
adds f589354db4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 13 +++++++
gdb/cli/cli-style.c | 99 +++++++++++++++++++++++++++--------------------------
gdb/cli/cli-style.h | 16 +++++----
4 files changed, 75 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.