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-project.
from 28302c66d25 [runtimes] Move libunwind, libc++abi and libc++ to lib/ and [...]
adds bd83f7097c5 [Clang] Include the test directory ommited in r355665
adds 4505c99e722 [X86] Improve the type checking in isLegalMaskedLoad and is [...]
adds e7eb27a9a0e [clang][Index] Mark references from Constructors and Destru [...]
adds 65944ab50d6 [clangd] Adjust compile commands to be applicable for tooling
adds 07ddb9d91ff Add another test for r354937 that came up in PR40890
adds 1a98dc18404 [AMDGPU] V_CVT_F32_UBYTE{0,1,2,3} are full rate instructions
adds 8e16d73346f [SelectionDAG] Allow the user to specify a memeq function.
No new revisions were added by this update.
Summary of changes:
.../clangd/GlobalCompilationDatabase.cpp | 16 +-
.../clangd/GlobalCompilationDatabaseTests.cpp | 49 ++-
clang/include/clang/Index/IndexSymbol.h | 6 +-
clang/lib/Index/IndexDecl.cpp | 6 +-
clang/lib/Index/IndexSymbol.cpp | 2 +
clang/lib/Index/IndexingContext.cpp | 1 +
clang/test/CodeGen/x86-64-inline-asm.c | 2 +
.../usr/lib/x86_64-linux-gnu}/.keep | 0
clang/test/Index/Core/index-source.cpp | 16 +-
clang/unittests/Index/IndexTests.cpp | 32 +-
llvm/docs/ReleaseNotes.rst | 5 +
llvm/include/llvm/Transforms/Utils/BuildLibCalls.h | 4 +
llvm/lib/Analysis/TargetLibraryInfo.cpp | 13 +
llvm/lib/Target/AMDGPU/VOP1Instructions.td | 7 +-
llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 42 ++-
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | 31 +-
llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp | 41 ++-
llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 4 +-
llvm/test/CodeGen/AMDGPU/udivrem24.ll | 8 +-
llvm/test/CodeGen/X86/avx512-masked_memop-16-8.ll | 401 +++++++++++++++++++++
llvm/test/CodeGen/X86/memcmp.ll | 67 ++++
.../test/Transforms/InferFunctionAttrs/annotate.ll | 9 +-
llvm/test/Transforms/InstCombine/memcmp-1.ll | 21 +-
llvm/test/Transforms/InstCombine/strcmp-1.ll | 24 +-
24 files changed, 735 insertions(+), 72 deletions(-)
copy clang/test/Driver/Inputs/{CUDA-macosx/usr/local/cuda/bin => basic_linux_libcx [...]
--
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.
from bf526ed 0: good: linux-38e7571c07be01f9f19b355a9306a4e3d5cb0f5b: boot
new 67c85c5 1: first-bad: llvm-8e16d73346f8091461319a7dfc4ddd18eedcff13: 5504
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 | 67 +-
2-build_llvm/console.log | 10355 ++++++++++++++++++-------------------
3-build_linux/console.log | 205 +-
4-boot_linux/console.log | 239 -
5-check_regression/console.log | 13 +-
6-update_baseline/console.log | 12 +-
console.log | 10891 +++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
results | 6 +-
10 files changed, 10720 insertions(+), 11078 deletions(-)
delete mode 100644 4-boot_linux/console.log
create mode 100644 reset-baseline
--
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 6a7719c7965 [PowerPC] Remove the override of isMachineVerifierClean() t [...]
new 5ff6def596a [X86] Begin removing matching of FROUND_CURRENT and FROUND_ [...]
new b0f6bf123b7 [X86] Split the VFIXUPIMM/VFIXUPIMMS nodes into a current r [...]
new 190ec51dd63 [X86] Rename X86ISD::CMPM_RND and X86ISD::FSETCCM_RND to _S [...]
new a00be16cd8c [X86] Rename the CVTT*_RND ISD nodes to _SAE and remove the [...]
new 4cd65f011b0 [X86] Rename X86ISD::CVTPH2PS_RND to CVTPH2PS_SAE. Remove S [...]
new c991b03242a [X86] Rename _RND versions of RANGE/REDUCE/GETMANT/RDNSCALE [...]
new a88cb1d6638 [X86] Split RCP28/RSQRT/GETEXP/EXP2 ISD opcodes into SAE an [...]
new a06b09b70de [X86] Split SCALEF(S) ISD opcodes into a version without ro [...]
new fa11051dc44 [X86] Add SCALAR_SINT_TO_FP/SCALAR_UINT_TO_FP ISD opcodes w [...]
The 9 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/X86/X86ISelDAGToDAG.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 314 ++++++++++++----------
lib/Target/X86/X86ISelLowering.h | 54 ++--
lib/Target/X86/X86InstrAVX512.td | 454 +++++++++++++++-----------------
lib/Target/X86/X86InstrFragmentsSIMD.td | 148 ++++++-----
lib/Target/X86/X86IntrinsicsInfo.h | 330 +++++++++++------------
6 files changed, 671 insertions(+), 633 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-next-allmodconfig
in repository toolchain/ci/gcc.
from 26a99fc9686 Daily bump.
adds 96c99dc7e1d 2019-03-10 Thomas Koenig <tkoenig(a)gcc.gnu.org> Steven G. [...]
adds 743d19dd38a 2019-03-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds b3934a559ff Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 17 ++++++++++
gcc/fortran/resolve.c | 2 --
gcc/fortran/symbol.c | 3 +-
gcc/fortran/trans-types.c | 6 ++--
gcc/testsuite/ChangeLog | 12 ++++++++
gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90 | 36 ++++++++++++++++++++++
.../gfortran.dg/public_private_module_10.f90 | 18 +++++++++++
8 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90
create mode 100644 gcc/testsuite/gfortran.dg/public_private_module_10.f90
--
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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards cd1fff9 0: good: binutils-gcc-linux: all
new bb57532 0: good: binutils-gcc-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 (cd1fff9)
\
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 | 18 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3863 ++++++++---------
4-build_abe-stage1/console.log | 4888 ++++++++++-----------
5-build_linux/console.log | 94 +-
6-boot_linux/console.log | 2 +-
console.log | 8899 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 8907 insertions(+), 8869 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-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 0056851 2: good: llvm-linux: 16692
new 75bdd5f 2: good: llvm-linux: 16692
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 (0056851)
\
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:
1-reset_artifacts/console.log | 77 +-
2-build_llvm/console.log | 10346 +++++++++++++++++------------------
3-build_linux/console.log | 1033 ++--
5-check_regression/console.log | 2 +-
6-update_baseline/console.log | 8 +-
console.log | 11470 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 11488 insertions(+), 11456 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-allyesconfig
in repository toolchain/ci/gcc.
from 26a99fc9686 Daily bump.
adds 96c99dc7e1d 2019-03-10 Thomas Koenig <tkoenig(a)gcc.gnu.org> Steven G. [...]
adds 743d19dd38a 2019-03-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds b3934a559ff Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 17 ++++++++++
gcc/fortran/resolve.c | 2 --
gcc/fortran/symbol.c | 3 +-
gcc/fortran/trans-types.c | 6 ++--
gcc/testsuite/ChangeLog | 12 ++++++++
gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90 | 36 ++++++++++++++++++++++
.../gfortran.dg/public_private_module_10.f90 | 18 +++++++++++
8 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/c_ptr_tests_19.f90
create mode 100644 gcc/testsuite/gfortran.dg/public_private_module_10.f90
--
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-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a28eb77 0: good: binutils-gcc-linux: all
new b0a77db 0: good: binutils-gcc-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 (a28eb77)
\
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 | 16 +-
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3802 ++++++++--------
4-build_abe-stage1/console.log | 4828 ++++++++++----------
5-build_linux/console.log | 97 +-
6-boot_linux/console.log | 2 +-
console.log | 8955 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
8 files changed, 8855 insertions(+), 8861 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.