Skip to content

Commit

Permalink
llvm: Update baseline to 0236cb689550ed2dac406443c652efb723cb2602
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2025
1 parent da67157 commit 891c665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/llvm-project
Submodule llvm-project updated 36 files
+3 −3 clang/docs/ReleaseNotes.rst
+2 −3 lldb/source/Host/windows/PipeWindows.cpp
+3 −3 lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
+3 −6 lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+4 −4 lldb/source/Target/UnixSignals.cpp
+14 −8 .../API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py
+31 −15 lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py
+1 −1 lldb/test/API/commands/frame/diagnose/array/TestArray.py
+1 −1 lldb/test/API/commands/frame/diagnose/bad-reference/TestBadReference.py
+1 −1 lldb/test/API/commands/frame/diagnose/complicated-expression/TestComplicatedExpression.py
+1 −1 lldb/test/API/commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py
+1 −1 lldb/test/API/commands/frame/diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py
+1 −1 lldb/test/API/commands/frame/diagnose/dereference-this/TestDiagnoseDereferenceThis.py
+1 −1 lldb/test/API/commands/frame/diagnose/inheritance/TestDiagnoseInheritance.py
+1 −1 lldb/test/API/commands/frame/diagnose/local-variable/TestLocalVariable.py
+1 −1 lldb/test/API/commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py
+1 −1 lldb/test/API/linux/aarch64/mte_core_file/TestAArch64LinuxMTEMemoryTagCoreFile.py
+2 −2 lldb/test/API/linux/aarch64/mte_tag_faults/TestAArch64LinuxMTEMemoryTagFaults.py
+1 −1 lldb/test/API/linux/aarch64/non_address_bit_memory_access/TestAArch64LinuxNonAddressBitMemoryAccess.py
+1 −1 lldb/test/Shell/Register/Core/x86-32-linux-multithread.test
+1 −1 lldb/test/Shell/Register/Core/x86-64-linux-multithread.test
+5 −5 lldb/unittests/Signals/UnixSignalsTest.cpp
+180 −0 lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
+28 −0 llvm/docs/NVPTXUsage.rst
+19 −1 llvm/docs/ReleaseNotes.md
+11 −0 llvm/include/llvm/IR/IntrinsicsNVVM.td
+3 −1 llvm/include/llvm/Support/YAMLTraits.h
+19 −15 llvm/lib/Support/Unix/Signals.inc
+2 −0 llvm/lib/Support/YAMLTraits.cpp
+22 −0 llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
+1 −0 llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
+12 −0 llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
+0 −144 llvm/lib/Transforms/Vectorize/VPlan.h
+1 −0 llvm/lib/Transforms/Vectorize/VPlanCFG.h
+150 −2 llvm/lib/Transforms/Vectorize/VPlanUtils.h
+19 −0 llvm/test/CodeGen/NVPTX/cp-async-bulk.ll

0 comments on commit 891c665

Please sign in to comment.