This is an automated email from the git hooks/post-receive script.
"tcwg-buildslave pushed a change to branch linaro-local/ci/llvm-kernel-armv8l-tested in repository toolchain/ci/llvm-monorepo.
from 6126f9027e04 [X86] Split WriteShift/WriteRotate schedule classes by CL usage. adds 5823c209b9ba [ORC] Add some debugging output to Core.h/Core.cpp adds 8a2279c344bb [libcxx] Fix buildbots on Debian adds d731af61011c [libcxx] Fix the binder deprecation tests on Clang 5. adds 246f96d21439 [DAGCombiner] Remove some dead code from ConstantFoldBITCA [...] adds 5a4dc998016e llvm-diff: Fix crash on anonymous functions adds a70f40909bbf Fix asserts when linking wrong address space declarations adds 5fde4a158a00 [XRay] Clean up XRay build configuration adds 719b0e3b4541 [X86] Add 512-bit test cases to setcc-wide-types.ll. NFC adds 60f2fc82c26d Add inherited attributes before parsed attributes. adds 2ca4697cf579 [ARM][AArch64] Add feature +fp16fml adds ca6f7abd0109 Remove debug printf leftover from r342397 adds ced12983a64d Fix llvm-diff anon-func.ll test adds 939878917a87 [llvm-exegesis] Fix PR39021. adds 2e2d52fcbcde [clangd] Force Dex to respect symbol collector flags adds 3061b9e0f59b Fix the configuration of the Primary allocator for Darwin [...] adds dc55ce6fbe03 When running the ios/iossim prepare script show the script [...] adds 7a7c3e9914a9 [ARM] bottom-top mul support ARMParallelDSP adds b44e2d078e0b [deadargelim] Update dbg.value of 'unused' parameters adds 21b2e4f445a1 [ARM][ARMLoadStoreOptimizer] new d13201540483 Revert r341932 "[ARM] Enable ARMCodeGenPrepare by default" new 684bd1fcd674 [ARM] Do not fuse VADD and VMUL on the Cortex-M4 and Cortex-M33 new ed8721b6c9d8 Add NativeProcessProtocol unit tests new c8f40dea59c1 Fix Wundef NDEBUG warning; NFC new 74bf0b7f97fe [llvm-mca] Improve code comments in LSUnit.{h, cpp}. NFC new da52028df3d8 Fix some missing opcodes in bcanalyzer new ccb6b1667559 AMDGPU: Fix private handling for allowsMisalignedMemoryAccesses new 9b80542be81b [NFC][CodeGen][X86][AArch64] More tests for 'bit field ext [...]
The 8 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-tools-extra/clangd/index/dex/Dex.cpp | 10 + clang-tools-extra/unittests/clangd/DexTests.cpp | 14 + clang/include/clang/AST/DeclBase.h | 8 +- clang/lib/AST/DeclBase.cpp | 23 + clang/lib/Driver/ToolChains/Arch/AArch64.cpp | 26 + clang/lib/Driver/ToolChains/Arch/ARM.cpp | 29 +- clang/lib/Sema/ParsedAttr.cpp | 2 +- clang/test/Driver/aarch64-cpus.c | 112 +++- clang/test/Driver/arm-cortex-cpus.c | 108 +++- clang/test/Misc/ast-dump-attr.cpp | 21 + clang/test/Preprocessor/aarch64-target-features.c | 31 +- clang/test/Preprocessor/arm-target-features.c | 46 +- clang/test/Sema/attr-availability-ios.c | 4 +- clang/test/Sema/attr-availability-tvos.c | 8 +- clang/test/Sema/attr-availability-watchos.c | 4 +- compiler-rt/cmake/Modules/CompilerRTUtils.cmake | 18 + .../lib/sanitizer_common/sanitizer_platform.h | 7 +- compiler-rt/lib/xray/tests/CMakeLists.txt | 20 +- compiler-rt/lib/xray/tests/unit/CMakeLists.txt | 18 +- compiler-rt/test/lit.common.cfg | 7 +- .../random_shuffle.depr_in_cxx14.fail.cpp | 12 +- .../auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp | 15 +- .../adaptors.depr_in_cxx11.fail.cpp | 68 +-- .../bind1st.depr_in_cxx11.fail.cpp | 9 +- .../bind2nd.depr_in_cxx11.fail.cpp | 9 +- .../binder1st.depr_in_cxx11.fail.cpp | 9 +- .../binder2nd.depr_in_cxx11.fail.cpp | 9 +- .../negators/binary_negate.depr_in_cxx17.fail.cpp | 9 +- .../negators/not1.depr_in_cxx17.fail.cpp | 9 +- .../negators/not2.depr_in_cxx17.fail.cpp | 9 +- .../negators/unary_negate.depr_in_cxx17.fail.cpp | 9 +- lldb/unittests/Host/CMakeLists.txt | 2 + lldb/unittests/Host/NativeProcessProtocolTest.cpp | 154 ++++++ llvm/include/llvm/ExecutionEngine/Orc/Core.h | 7 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 13 +- llvm/lib/ExecutionEngine/Orc/Core.cpp | 4 + llvm/lib/LLVMBuild.txt | 1 + llvm/lib/Linker/IRMover.cpp | 9 +- llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 6 +- llvm/lib/Target/ARM/ARM.td | 2 + llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp | 2 +- llvm/lib/Target/ARM/ARMInstrInfo.td | 6 +- llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 14 + llvm/lib/Target/ARM/ARMParallelDSP.cpp | 181 ++++++- .../lib/Transforms/IPO/DeadArgumentElimination.cpp | 11 +- llvm/lib/{ => XRay}/LLVMBuild.txt | 40 +- llvm/test/Bitcode/bcanalyzer-atomics.ll | 14 + llvm/test/CodeGen/AArch64/extract-bits.ll | 73 +++ llvm/test/CodeGen/AMDGPU/byval-frame-setup.ll | 37 +- llvm/test/CodeGen/ARM/fmacs.ll | 19 + llvm/test/CodeGen/ARM/load_store_opt_reg_limit.mir | 40 ++ .../CodeGen/ARM/paralleldsp-top-bottom-neg-vec.ll | 98 ++++ .../test/CodeGen/ARM/paralleldsp-top-bottom-neg.ll | 209 ++++++++ llvm/test/CodeGen/ARM/paralleldsp-top-bottom.ll | 251 +++++++++ llvm/test/CodeGen/Thumb2/float-intrinsics-float.ll | 5 +- llvm/test/CodeGen/X86/extract-bits.ll | 116 ++++ llvm/test/CodeGen/X86/setcc-wide-types.ll | 588 +++++++++++++++++++++ .../Inputs/wrong-addrspace-gv-declaration.ll | 2 + llvm/test/Linker/wrong-addrspace-gv-declaration.ll | 17 + .../DeadArgElim/dbginfo-update-dbgval.ll | 86 +++ .../AMDGPU/merge-stores-private.ll | 26 +- llvm/test/tools/llvm-diff/anon-func.ll | 8 + llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 5 + llvm/tools/llvm-diff/DifferenceEngine.cpp | 28 +- llvm/tools/llvm-exegesis/lib/CMakeLists.txt | 8 +- llvm/tools/llvm-mca/include/HardwareUnits/LSUnit.h | 28 +- llvm/tools/llvm-mca/lib/HardwareUnits/LSUnit.cpp | 12 +- 67 files changed, 2496 insertions(+), 309 deletions(-) create mode 100644 lldb/unittests/Host/NativeProcessProtocolTest.cpp copy llvm/lib/{ => XRay}/LLVMBuild.txt (57%) create mode 100644 llvm/test/Bitcode/bcanalyzer-atomics.ll create mode 100644 llvm/test/CodeGen/ARM/load_store_opt_reg_limit.mir create mode 100644 llvm/test/CodeGen/ARM/paralleldsp-top-bottom-neg-vec.ll create mode 100644 llvm/test/CodeGen/ARM/paralleldsp-top-bottom-neg.ll create mode 100644 llvm/test/CodeGen/ARM/paralleldsp-top-bottom.ll create mode 100644 llvm/test/Linker/Inputs/wrong-addrspace-gv-declaration.ll create mode 100644 llvm/test/Linker/wrong-addrspace-gv-declaration.ll create mode 100644 llvm/test/Transforms/DeadArgElim/dbginfo-update-dbgval.ll create mode 100644 llvm/test/tools/llvm-diff/anon-func.ll