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/llvm-monorepo.
from 5ba271b25cf add Kang Zhang(shkzhang(a)cn.ibm.com) to the CREDITS.TXT
adds af0f232d609 [llvm-mca] Add support for instructions with a variadic num [...]
adds a2243ad680a [SelectionDAG] move constant or splat functions to common location
adds e44347d824a [IPSCCP] Use input operand instead of OriginalOp for ssa_copy.
adds 4a77c5f604a [x86] add tests for select-of-fp-constants; NFC
adds e7bb99347ad [x86] limit transform for select-of-fp-constants
adds 093425c9608 [CodeGen] translate MS rotate builtins to LLVM funnel-shift [...]
adds 243b068756c [MetadataTest] Fix off-by-one strncpy warning reported by g [...]
adds 9e38f8a5618 [CodeComplete] Simplify CodeCompleteConsumer.cpp, NFC
adds 16effb77859 [Support/FileSystem] Add sub-second precision for atime/mti [...]
adds ebe1cc58a68 A "constexpr" is evaluated in a constant context. Make sure [...]
new a796e890bfa [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same ins [...]
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:
clang/lib/AST/ExprConstant.cpp | 2 +
clang/lib/CodeGen/CGBuiltin.cpp | 50 ++-----
clang/lib/Sema/CodeCompleteConsumer.cpp | 146 +++++++++----------
clang/test/CodeGen/ms-intrinsics-rotations.c | 99 +++----------
clang/test/SemaCXX/constant-expression-cxx1y.cpp | 8 +
llvm/cmake/config-ix.cmake | 6 +
llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 14 +-
llvm/include/llvm/CodeGen/TargetLowering.h | 8 +
llvm/include/llvm/Config/config.h.cmake | 6 +
llvm/include/llvm/Support/Chrono.h | 8 +
llvm/include/llvm/Support/FileSystem.h | 29 +++-
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 52 ++-----
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 ++-
llvm/lib/Support/Unix/Path.inc | 21 ++-
llvm/lib/Target/PowerPC/PPCInstrInfo.cpp | 16 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 8 +
llvm/lib/Target/X86/X86ISelLowering.h | 2 +
llvm/lib/Transforms/Scalar/SCCP.cpp | 10 +-
.../CodeGen/PowerPC/convert-rr-to-ri-p9-vector.mir | 161 +++++++++++++++++++++
llvm/test/CodeGen/X86/2009-03-07-FPConstSelect.ll | 18 ---
llvm/test/CodeGen/X86/avx512-cmp.ll | 6 +-
llvm/test/CodeGen/X86/avx512-schedule.ll | 10 +-
llvm/test/CodeGen/X86/select-of-fp-constants.ll | 96 ++++++++++++
llvm/test/CodeGen/X86/vselect-zero.ll | 6 +-
.../SCCP/ipsccp-ssa-copy-nested-conds.ll | 50 +++++++
llvm/test/tools/llvm-mca/ARM/memcpy-ldm-stm.s | 65 +++++++++
llvm/tools/llvm-mca/lib/InstrBuilder.cpp | 99 ++++++++++---
llvm/unittests/IR/MetadataTest.cpp | 8 +-
28 files changed, 717 insertions(+), 305 deletions(-)
create mode 100644 llvm/test/CodeGen/PowerPC/convert-rr-to-ri-p9-vector.mir
delete mode 100644 llvm/test/CodeGen/X86/2009-03-07-FPConstSelect.ll
create mode 100644 llvm/test/CodeGen/X86/select-of-fp-constants.ll
create mode 100644 llvm/test/Transforms/SCCP/ipsccp-ssa-copy-nested-conds.ll
create mode 100644 llvm/test/tools/llvm-mca/ARM/memcpy-ldm-stm.s
--
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-allnoconfig
in repository toolchain/binutils-gdb.
from ee2341b5dd Automatic date update in version.in
adds f03a5541c4 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
unknown user pushed a change to branch master
in repository llvm.
from 802db564f99 [Support/FileSystem] Add sub-second precision for atime/mti [...]
new a638433e6d5 [PowerPC] Fix inconsistent ImmMustBeMultipleOf for same ins [...]
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/Target/PowerPC/PPCInstrInfo.cpp | 16 +-
.../CodeGen/PowerPC/convert-rr-to-ri-p9-vector.mir | 161 +++++++++++++++++++++
2 files changed, 173 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/PowerPC/convert-rr-to-ri-p9-vector.mir
--
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/binutils-gdb.
from bb31d44bb1 Automatic date update in version.in
adds b5b12e1dbe Remove obsolete comments from field_fmt
adds f63c03b470 Implement timestamp'ed output on "make check"
adds 0a744d8f9d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 6 ++++++
gdb/mi/mi-out.c | 2 --
gdb/testsuite/ChangeLog | 14 ++++++++++++++
gdb/testsuite/Makefile.in | 20 ++++++++++++--------
gdb/testsuite/README | 20 ++++++++++++++++++++
gdb/testsuite/print-ts.py | 48 +++++++++++++++++++++++++++++++++++++++++++++++
gdb/tui/tui-out.c | 2 --
gdb/ui-out.c | 1 -
9 files changed, 101 insertions(+), 14 deletions(-)
create mode 100755 gdb/testsuite/print-ts.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.