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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from e8a4e5892bd [CMake] Use correct include path for InstrProfData.inc on Darwin adds d72a8a4dd5b [llvm-objcopy][MachO] Implement --dump-section adds d1c16598b71 Revert "[PowerPC] combine rlwinm+rlwinm to rlwinm" adds 4f6f5bdc722 [X86] Add 32-bit RUN line to fp128-libcalls.ll. Add nounwin [...] adds bae5aac1ff4 [NFC][Test] Adding the test for bswap + logic op for PowerPC adds aa16bf15fe3 [lldb-vscode] Fix a race in test_extra_launch_commands adds 97d6e8e0f37 [clangd] Helper for getting nested namespace qualification adds 5075c682198 [clangd] Improve symbol qualification in DefineInline code action adds e841029aef7 [clangd] Fix diagnostic location for macro expansions adds 9659464d7e7 [yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LI [...] adds 29b4d8f19e3 [AVR] Fix endianness handling in AVR MC adds 2de23c8364b [DebugInfo@O2][Utils] Undef instead of delete dbg.values in [...] adds 6fc3e6f2eb9 [ARM][MVE] Select vqneg adds 7a6588abf8b [lldb] Remove lldb's own ASTDumper adds d9c9a4e48d2 [DebugInfo] Avoid register coalesing unsoundly changing DBG [...] adds d1782133d96 [lldb][NFC] Allow range-based for-loops on VariableList adds 906ecae2ed8 [AIX][XCOFF] Generate undefined symbol in symbol table for [...] adds 357bd914a15 [AMDGPU] Fix function name in debug output adds 21f26470e97 Revert 3f91705ca54 "ARM-NEON: make type modifiers orthogona [...] adds 20684092ab6 [InstCombine] simplify loop for shuffle mask canonicalization; NFC adds 847aabf11f9 [InstCombine] remove dead code from shuffle mask canonicali [...] adds fc31b58eff9 [InstCombine] simplify code for shuffle mask canonicalization; NFC adds bec37c3fc76 [DDG] Data Dependence Graph - Topological Sort adds 15664fe2c48 [scudo][standalone] Fix for releaseToOS prior to init adds e85d2e4981b [InstCombine] prevent infinite loop from conflicting shuffl [...] adds 7fbaa8097ec [PowerPC] Fix VSX clobbers of CSR registers adds aaf7f05a96e [NFC][LoopFusion] Use isControlFlowEquivalent() from CodeMo [...] adds a7d3f6933dd [SystemZ] Return the right offsets from getCalleeSavedSpil [...] adds 09555ce0717 [ARM] Generate CMSE instructions from CMSE intrinsics adds 872a53ef948 [WebAssembly] Change the llvm-lto dir to use the LLVM Version adds 35827164c45 [InstCombine] remove shuffle mask canonicalization that cre [...] adds d6ec6e4bf6d [TargetLowering] Merge ExpandChainLibCall with makeLibCall adds 6a7f6145d08 [lldb] [test] XFAIL ASAN tests on NetBSD adds d018b556c75 [libcxx] Omit unneeded locale fallbacks on Android 21+ adds 8d9400b65b9 [lldb] [Process/NetBSD] Improve threading support adds d970d4d4aa7 [lldb] [Process/NetBSD] Copy watchpoints to newly-created threads adds 7644d8ba4dc [lldb] [Process/NetBSD] Fix handling concurrent watchpoint events adds 7b86188b50b [Diagnostic] add a warning which warns about misleading ind [...] adds bbc328c6243 [OPENMP]Fix PR41826: symbols visibility in device code. adds 4d5c8caf9b4 [LLD] Add a default copy constructor to avoid warnings adds 85e4f5bcf6a [PowerPC] Rename DarwinDirective to CPUDirective (NFC) adds 19edfb37282 [GWP-ASan] Add GWP_ASAN_ prefix to macros. adds 9e676d9c7e6 [PowerPC][compiler-rt][builtins]Add __fixtfti builtin on PowerPC adds 67f0685b4d1 Revert "[DDG] Data Dependence Graph - Topological Sort" Rev [...] adds 0e12815566b Revert "[Diagnostics] Put "deprecated copy" warnings into - [...] adds 3c5142597a4 Revert "[Diagnostic] add a warning which warns about mislea [...] adds 214683f3b2d [DAGCombiner] avoid crash on out-of-bounds insert index (PR44139)
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/AST.cpp | 123 +- clang-tools-extra/clangd/AST.h | 41 +- clang-tools-extra/clangd/Diagnostics.cpp | 2 +- .../clangd/refactor/tweaks/DefineInline.cpp | 17 +- clang-tools-extra/clangd/unittests/ASTTests.cpp | 110 ++ .../clangd/unittests/DiagnosticsTests.cpp | 45 +- clang-tools-extra/clangd/unittests/TweakTests.cpp | 142 ++ clang/include/clang/Basic/DiagnosticGroups.td | 5 - clang/include/clang/Basic/DiagnosticSemaKinds.td | 10 +- clang/include/clang/Basic/arm_fp16.td | 166 +-- clang/include/clang/Basic/arm_neon.td | 1430 +++++++++--------- clang/include/clang/Basic/arm_neon_incl.td | 69 +- clang/lib/AST/Decl.cpp | 4 + clang/lib/CodeGen/CodeGenModule.cpp | 2 +- clang/lib/Driver/ToolChains/WebAssembly.cpp | 28 +- clang/lib/Sema/SemaDeclCXX.cpp | 7 +- clang/test/CodeGen/aarch64-neon-intrinsics.c | 4 + .../CodeGen/aarch64-neon-scalar-x-indexed-elem.c | 16 +- clang/test/OpenMP/declare_target_codegen.cpp | 12 +- clang/test/OpenMP/nvptx_allocate_codegen.cpp | 12 +- .../nvptx_declare_target_var_ctor_dtor_codegen.cpp | 16 +- clang/test/OpenMP/nvptx_target_codegen.cpp | 2 +- .../test/OpenMP/nvptx_unsupported_type_codegen.cpp | 12 +- clang/test/SemaCXX/deprecated-copy.cpp | 23 - clang/utils/TableGen/NeonEmitter.cpp | 452 +++--- clang/utils/convert_arm_neon.py | 172 --- compiler-rt/lib/builtins/CMakeLists.txt | 1 + compiler-rt/lib/builtins/ppc/fixtfti.c | 38 + compiler-rt/lib/gwp_asan/definitions.h | 18 +- .../lib/gwp_asan/guarded_pool_allocator.cpp | 2 +- compiler-rt/lib/gwp_asan/guarded_pool_allocator.h | 10 +- compiler-rt/lib/scudo/standalone/combined.h | 5 +- .../lib/scudo/standalone/tests/combined_test.cpp | 15 + compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c | 53 + compiler-rt/test/builtins/Unit/ppc/fixtfti_test.h | 1555 ++++++++++++++++++++ libcxx/include/support/android/locale_bionic.h | 2 + lld/COFF/Chunks.h | 1 + lldb/include/lldb/Symbol/ClangUtil.h | 10 + lldb/include/lldb/Symbol/VariableList.h | 10 +- .../hello_watchlocation/TestWatchLocation.py | 1 - .../TestWatchpointMultipleThreads.py | 2 - .../TestWatchLocationWithWatchSet.py | 1 - .../test/functionalities/asan/TestMemoryHistory.py | 1 + .../test/functionalities/asan/TestReportData.py | 1 + ...oncurrentBreakpointOneDelayBreakpointThreads.py | 1 - ...entBreakpointsDelayedBreakpointOneWatchpoint.py | 1 - .../TestConcurrentCrashWithBreak.py | 1 - .../TestConcurrentCrashWithSignal.py | 1 - .../TestConcurrentCrashWithWatchpoint.py | 1 - ...oncurrentCrashWithWatchpointBreakpointSignal.py | 1 - .../TestConcurrentDelaySignalBreak.py | 1 - .../TestConcurrentDelaySignalWatch.py | 1 - .../TestConcurrentDelayWatchBreak.py | 1 - ...stConcurrentDelayedCrashWithBreakpointSignal.py | 1 - ...ncurrentDelayedCrashWithBreakpointWatchpoint.py | 1 - .../TestConcurrentManyBreakpoints.py | 1 - .../concurrent_events/TestConcurrentManyCrash.py | 1 - .../TestConcurrentManyWatchpoints.py | 1 - .../TestConcurrentNWatchNBreak.py | 1 - .../concurrent_events/TestConcurrentSignalBreak.py | 1 - .../concurrent_events/TestConcurrentSignalWatch.py | 1 - .../TestConcurrentTwoBreakpointThreads.py | 1 - .../TestConcurrentTwoBreakpointsOneWatchpoint.py | 1 - .../TestConcurrentTwoWatchpointThreads.py | 1 - .../TestConcurrentTwoWatchpointsOneBreakpoint.py | 1 - ...stConcurrentTwoWatchpointsOneDelayBreakpoint.py | 1 - .../concurrent_events/TestConcurrentWatchBreak.py | 1 - .../TestConcurrentWatchBreakDelay.py | 1 - ...urrentWatchpointDelayWatchpointOneBreakpoint.py | 1 - ...ncurrentWatchpointWithDelayWatchpointThreads.py | 1 - .../exit_during_break/TestExitDuringBreak.py | 1 - .../thread/exit_during_step/TestExitDuringStep.py | 3 - .../thread/num_threads/TestNumThreads.py | 1 - .../thread/thread_exit/TestThreadExit.py | 1 - .../TestThreadSpecificBreakpoint.py | 2 - .../python_api/lldbutil/iter/TestLLDBIterator.py | 1 - .../watchlocation/TestSetWatchlocation.py | 1 - .../watchlocation/TestTargetWatchAddress.py | 1 - .../lldb-server/TestGdbRemote_vContThreads.py | 149 ++ .../tools/lldb-vscode/launch/TestVSCode_launch.py | 2 +- lldb/source/API/SBFrame.cpp | 4 +- lldb/source/API/SBModule.cpp | 16 +- lldb/source/API/SBTarget.cpp | 19 +- lldb/source/Commands/CommandObjectTarget.cpp | 43 +- lldb/source/Core/Address.cpp | 14 +- lldb/source/Core/IOHandler.cpp | 7 +- .../Plugins/ExpressionParser/Clang/ASTDumper.cpp | 104 -- .../Plugins/ExpressionParser/Clang/ASTDumper.h | 40 - .../Plugins/ExpressionParser/Clang/CMakeLists.txt | 1 - .../ExpressionParser/Clang/ClangASTSource.cpp | 74 +- .../Clang/ClangExpressionDeclMap.cpp | 131 +- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 64 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 3 +- .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 310 ++-- .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 1 + .../Process/NetBSD/NativeRegisterContextNetBSD.cpp | 2 + .../Process/NetBSD/NativeRegisterContextNetBSD.h | 7 +- .../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 73 +- .../NetBSD/NativeRegisterContextNetBSD_x86_64.h | 5 + .../Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 58 +- .../Plugins/Process/NetBSD/NativeThreadNetBSD.h | 13 +- lldb/source/Symbol/Block.cpp | 7 +- lldb/source/Symbol/ClangUtil.cpp | 21 + lldb/source/Symbol/Variable.cpp | 17 +- lldb/source/Target/StackFrame.cpp | 9 +- lldb/test/Shell/Watchpoint/Inputs/thread-dbreg.c | 23 + .../test/Shell/Watchpoint/netbsd-nouserdbregs.test | 22 + lldb/test/Shell/lit.cfg.py | 15 + llvm/docs/CommandGuide/llvm-objcopy.rst | 21 +- llvm/include/llvm/CodeGen/TargetLowering.h | 8 +- llvm/include/llvm/MC/MCSectionXCOFF.h | 2 +- llvm/include/llvm/MC/MCSymbolXCOFF.h | 2 + llvm/include/llvm/ObjectYAML/ELFYAML.h | 14 + .../include/llvm/Transforms/Utils/CodeMoverUtils.h | 10 + llvm/lib/CodeGen/RegisterCoalescer.cpp | 178 ++- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 + llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 27 +- .../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 23 +- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 42 +- llvm/lib/MC/XCOFFObjectWriter.cpp | 40 +- llvm/lib/ObjectYAML/ELFEmitter.cpp | 27 + llvm/lib/ObjectYAML/ELFYAML.cpp | 39 + llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 6 +- llvm/lib/Target/ARM/ARMInstrMVE.td | 30 +- llvm/lib/Target/ARM/ARMInstrThumb2.td | 16 +- .../Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp | 8 +- llvm/lib/Target/PowerPC/PPC.td | 48 +- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 4 +- llvm/lib/Target/PowerPC/PPCHazardRecognizers.cpp | 4 +- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 41 +- llvm/lib/Target/PowerPC/PPCInstrInfo.cpp | 8 +- llvm/lib/Target/PowerPC/PPCMIPeephole.cpp | 100 -- llvm/lib/Target/PowerPC/PPCSubtarget.cpp | 4 +- llvm/lib/Target/PowerPC/PPCSubtarget.h | 7 +- llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 8 +- llvm/lib/Target/SystemZ/SystemZFrameLowering.cpp | 49 +- .../InstCombine/InstCombineVectorOps.cpp | 36 +- llvm/lib/Transforms/Scalar/LoopFuse.cpp | 13 +- llvm/lib/Transforms/Utils/CodeMoverUtils.cpp | 15 +- llvm/lib/Transforms/Utils/Local.cpp | 22 +- llvm/test/CodeGen/ARM/intrinsics-cmse.ll | 45 + llvm/test/CodeGen/PowerPC/CSR-fit.ll | 38 +- llvm/test/CodeGen/PowerPC/aix-undef-func-call.ll | 29 + llvm/test/CodeGen/PowerPC/fold-rlwinm-1.ll | 11 +- llvm/test/CodeGen/PowerPC/fold-rlwinm.mir | 110 -- .../CodeGen/PowerPC/inline-asm-vsx-clobbers.ll | 32 + llvm/test/CodeGen/PowerPC/vec_revb.ll | 18 + llvm/test/CodeGen/SystemZ/anyregcc-novec.ll | 17 +- llvm/test/CodeGen/Thumb2/vqneg.ll | 44 + llvm/test/CodeGen/X86/fp128-libcalls.ll | 591 +++++++- llvm/test/CodeGen/X86/insertelement-var-index.ll | 28 + llvm/test/CodeGen/X86/vec_extract.ll | 4 - .../MIR/X86/regcoalescing-clears-dead-dbgvals.mir | 145 ++ .../DebugInfo/X86/dbg-value-dropped-instcombine.ll | 76 + .../tools/llvm-objcopy/MachO/dump-section.test | 82 ++ llvm/test/tools/obj2yaml/llvm-deplibs-section.yaml | 42 + .../tools/yaml2obj/ELF/llvm-deplibs-section.yaml | 87 ++ llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 39 +- llvm/tools/obj2yaml/elf2yaml.cpp | 37 + llvm/unittests/Transforms/Utils/LocalTest.cpp | 7 +- 160 files changed, 5932 insertions(+), 2346 deletions(-) delete mode 100644 clang/test/SemaCXX/deprecated-copy.cpp delete mode 100644 clang/utils/convert_arm_neon.py create mode 100644 compiler-rt/lib/builtins/ppc/fixtfti.c create mode 100644 compiler-rt/test/builtins/Unit/ppc/fixtfti_test.c create mode 100644 compiler-rt/test/builtins/Unit/ppc/fixtfti_test.h create mode 100644 lldb/packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRe [...] delete mode 100644 lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp delete mode 100644 lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.h create mode 100644 lldb/test/Shell/Watchpoint/Inputs/thread-dbreg.c create mode 100644 lldb/test/Shell/Watchpoint/netbsd-nouserdbregs.test create mode 100644 llvm/test/CodeGen/ARM/intrinsics-cmse.ll create mode 100644 llvm/test/CodeGen/PowerPC/aix-undef-func-call.ll delete mode 100644 llvm/test/CodeGen/PowerPC/fold-rlwinm.mir create mode 100644 llvm/test/CodeGen/PowerPC/inline-asm-vsx-clobbers.ll create mode 100644 llvm/test/CodeGen/Thumb2/vqneg.ll create mode 100644 llvm/test/DebugInfo/MIR/X86/regcoalescing-clears-dead-dbgvals.mir create mode 100644 llvm/test/DebugInfo/X86/dbg-value-dropped-instcombine.ll create mode 100644 llvm/test/tools/llvm-objcopy/MachO/dump-section.test create mode 100644 llvm/test/tools/obj2yaml/llvm-deplibs-section.yaml create mode 100644 llvm/test/tools/yaml2obj/ELF/llvm-deplibs-section.yaml