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-aarch64-mainline-allyesconfig
in repository toolchain/ci/llvm-project.
from bdcad0aca0a convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positi [...]
adds 963e0d6755c Make it clear in the doc that 'all' in LLVM_ENABLE_PROJECTS [...]
adds 81a01e73faa Revert "[Implicit Modules] Add -cc1 option -fmodules-strict [...]
adds 751e0bb6af3 Explicit in the doc the current list of projects (with easy [...]
adds d5367db95c4 Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSD
adds 6ada70d1b55 [X86][SSE] LowerUINT_TO_FP_i64 - only use HADDPD for size/f [...]
adds b5088aa9442 [X86][SSE] lowerV16I8Shuffle - tryToWidenViaDuplication - u [...]
adds 0a15981a84b [MSP430] Shift Amount Threshold in DAGCombine (Baseline Tes [...]
adds 7d8ea71677f [ARM] Add dependency on GlobalISel for unit tests to fix sh [...]
adds a298964d22a [TargetLowering][DAGCombine][MSP430] add/use hook for Shift [...]
adds 10213b90730 [X86] Pulled out helper to decode target shuffle element se [...]
adds 1d509201e2d [SCEV] Simplify umin/max of zext and sext of the same value
adds 722b6189245 eliminate nontrivial Reset(...) from TypedPythonObject
new 8a8b317460f AMDGPU: Don't error on calls to null or undef
new 5b8546023f3 Fix minor warning in DWARFVerifier.
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:
clang/docs/Modules.rst | 10 -
clang/include/clang/Driver/CC1Options.td | 3 -
clang/include/clang/Lex/HeaderSearchOptions.h | 20 +-
clang/lib/Frontend/CompilerInvocation.cpp | 20 -
clang/test/Modules/context-hash.c | 33 --
libcxx/include/__config | 4 +-
.../ScriptInterpreter/Python/PythonDataObjects.cpp | 35 +-
.../ScriptInterpreter/Python/PythonDataObjects.h | 57 ++-
.../Python/ScriptInterpreterPython.cpp | 22 +-
.../Python/PythonDataObjectsTests.cpp | 10 +-
llvm/docs/CMake.rst | 4 +-
llvm/include/llvm/CodeGen/TargetLowering.h | 6 +
llvm/lib/Analysis/ScalarEvolution.cpp | 35 +-
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 26 +-
llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp | 4 +-
llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 9 +
llvm/lib/Target/MSP430/MSP430ISelLowering.cpp | 3 +
llvm/lib/Target/MSP430/MSP430ISelLowering.h | 2 +
llvm/lib/Target/X86/X86ISelLowering.cpp | 68 ++--
.../max-trip-count-address-space.ll | 2 +-
.../Analysis/ScalarEvolution/max-trip-count.ll | 2 +-
llvm/test/Analysis/ScalarEvolution/sext-mul.ll | 4 +-
.../Analysis/ScalarEvolution/umin-umax-folds.ll | 88 ++---
llvm/test/CodeGen/AMDGPU/call-constant.ll | 45 +++
llvm/test/CodeGen/AMDGPU/unsupported-calls.ll | 10 +
llvm/test/CodeGen/MSP430/shift-amount-threshold.ll | 170 +++++++++
.../CodeGen/X86/avx512-intrinsics-fast-isel.ll | 3 +-
llvm/test/CodeGen/X86/bitcast-and-setcc-128.ll | 10 +-
llvm/test/CodeGen/X86/bitcast-setcc-128.ll | 2 +-
llvm/test/CodeGen/X86/haddsub-3.ll | 89 +++--
llvm/test/CodeGen/X86/haddsub-broadcast.ll | 3 +-
llvm/test/CodeGen/X86/scalar-int-to-fp.ll | 5 +-
llvm/test/CodeGen/X86/vec_int_to_fp.ll | 30 +-
llvm/test/CodeGen/X86/vector-reduce-mul.ll | 404 +++++++++++----------
llvm/test/CodeGen/X86/vector-sext.ll | 129 +++----
llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll | 16 +-
llvm/test/CodeGen/X86/widen_conv-3.ll | 8 +-
llvm/unittests/Target/ARM/CMakeLists.txt | 1 +
38 files changed, 839 insertions(+), 553 deletions(-)
delete mode 100644 clang/test/Modules/context-hash.c
create mode 100644 llvm/test/CodeGen/AMDGPU/call-constant.ll
create mode 100644 llvm/test/CodeGen/MSP430/shift-amount-threshold.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 5c9c8bd 0: update: llvm-linux: all
new 470ae5b 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 (5c9c8bd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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:
01-reset_artifacts/console.log | 174 +-
02-build_llvm/console.log | 12544 +++++++++++++++++------------------
03-build_linux/console.log | 770 +--
04-boot_linux/console.log | 6 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 13502 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 13512 insertions(+), 13512 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-allnoconfig
in repository toolchain/ci/gcc.
from 832e5a72a45 Daily bump.
adds 03a1f3798cf 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards d60eaad 0: update: binutils-gcc-linux: boot
new a0f1ce0 0: update: binutils-gcc-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 (d60eaad)
\
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:
01-reset_artifacts/console.log | 74 +-
02-prepare_abe/console.log | 78 +-
03-build_abe-binutils/console.log | 10633 +++++++--------
04-build_abe-stage1/console.log | 14103 ++++++++++----------
05-build_linux/console.log | 782 +-
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 25682 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 25692 insertions(+), 25688 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-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 63507de 0: update: binutils-gcc-linux: boot
new 868b0e4 0: update: binutils-gcc-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 (63507de)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 182 +-
02-prepare_abe/console.log | 413 +-
03-build_abe-binutils/console.log | 11827 +++++++-------
04-build_abe-stage1/console.log | 16004 ++++++++++---------
05-build_linux/console.log | 1198 +-
06-boot_linux/console.log | 436 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 30068 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
10 files changed, 30056 insertions(+), 30100 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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 95fd035 0: update: llvm-linux: all
new 431de7b 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 (95fd035)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 70 +-
02-build_llvm/console.log | 12492 +++++++++++++--------------
03-build_linux/console.log | 4804 +++++------
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 17401 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 17409 insertions(+), 17384 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 b0113baebf4 AMDGPU: Don't error on calls to null or undef
new 9873f72649f Fix minor warning in DWARFVerifier.
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/DebugInfo/DWARF/DWARFVerifier.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.