[all-commits] [llvm/llvm-project] 695d72: [lldb-dap] Assorted small fixes for runInTerminal ...

Fangrui Song via All-commits all-commits at lists.llvm.org
Fri May 23 09:29:04 PDT 2025


  Branch: refs/heads/users/MaskRay/spr/riscv-remove-unneeded-relocations-when-mixing-relaxnorelax-code
  Home:   https://github.com/llvm/llvm-project
  Commit: 695d725edfb71e3e048229b96a5b3e9c2adad048
      https://github.com/llvm/llvm-project/commit/695d725edfb71e3e048229b96a5b3e9c2adad048
  Author: Hu Jialun <hujialun at outlook.sg>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
    M lldb/tools/lldb-dap/JSONUtils.cpp
    M lldb/tools/lldb-dap/JSONUtils.h

  Log Message:
  -----------
  [lldb-dap] Assorted small fixes for runInTerminal (#140908)

- `CreateRunInTerminalReverseRequest` is passed a `StringMap` by value,
whose keys are owned and deallocated after return.
- Target args are wrongly specified as reverse request (launcher) args.
- Test case error message did not catch up with a0aa5f8.

All runInTerminal tests are passing with this applied.


  Commit: 8d30c73505d3e3f87a4ace7d81ebaa96f5689e7f
      https://github.com/llvm/llvm-project/commit/8d30c73505d3e3f87a4ace7d81ebaa96f5689e7f
  Author: csstormq <swust_xiaoqiangxu at 163.com>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M mlir/docs/PassManagement.md

  Log Message:
  -----------
  [mlir][docs] Fix typo in PassManagement.md (NFC) (#140891)


  Commit: 835bba973d7a5f539967cdae2dc4bd3fc4a904f9
      https://github.com/llvm/llvm-project/commit/835bba973d7a5f539967cdae2dc4bd3fc4a904f9
  Author: Cyndy Ishida <cyndy_ishida at apple.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M clang/test/Sema/darwin-tls.c

  Log Message:
  -----------
  [clang][Darwin] Add test checking for tls support on xros target triples (#141170)


  Commit: c0e7a59204660e8609ae18cfb7e0c7912bf058cf
      https://github.com/llvm/llvm-project/commit/c0e7a59204660e8609ae18cfb7e0c7912bf058cf
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M bolt/lib/Core/DIEBuilder.cpp
    M bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp

  Log Message:
  -----------
  [BOLT] Remove redundant control flow statements (NFC) (#141182)


  Commit: 6979ab26555a8640a0470410c2c040fd68bf68ce
      https://github.com/llvm/llvm-project/commit/6979ab26555a8640a0470410c2c040fd68bf68ce
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Commands/CommandObjectDiagnostics.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp

  Log Message:
  -----------
  [lldb] Remove redundant control flow statements (NFC) (#141183)


  Commit: 9c62446024f50cbf3f8722d11f71e31baae3a051
      https://github.com/llvm/llvm-project/commit/9c62446024f50cbf3f8722d11f71e31baae3a051
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M mlir/include/mlir/Analysis/DataFlow/DenseAnalysis.h
    M mlir/include/mlir/Analysis/DataFlowFramework.h
    M mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
    M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
    M mlir/test/lib/Dialect/Linalg/TestLinalgRankReduceContractionOps.cpp

  Log Message:
  -----------
  [mlir] Remove redundant control flow statements (NFC) (#141184)


  Commit: 6464238dc0d0517f3a786b28ced3f3a65db91c21
      https://github.com/llvm/llvm-project/commit/6464238dc0d0517f3a786b28ced3f3a65db91c21
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.cpp
    M mlir/lib/IR/Diagnostics.cpp
    M mlir/lib/Rewrite/ByteCode.cpp
    M mlir/lib/Rewrite/PatternApplicator.cpp
    M mlir/lib/Transforms/Utils/CommutativityUtils.cpp
    M mlir/lib/Transforms/Utils/DialectConversion.cpp

  Log Message:
  -----------
  [mlir] Use llvm::stable_sort (NFC) (#141186)


  Commit: 02ed6d82f66f79b0f546c3af37252d6753228451
      https://github.com/llvm/llvm-project/commit/02ed6d82f66f79b0f546c3af37252d6753228451
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-05-22 (Thu, 22 May 2025)

  Changed paths:
    M clang/unittests/AST/DeclTest.cpp

  Log Message:
  -----------
  [AST] Simplify string comparisons (NFC) (#141189)


  Commit: 39e0b0e8937facd5386d76d443337a57f41cf5fb
      https://github.com/llvm/llvm-project/commit/39e0b0e8937facd5386d76d443337a57f41cf5fb
  Author: Fangrui Song <i at maskray.me>
  Date:   2025-05-23 (Fri, 23 May 2025)

  Changed paths:
    M bolt/lib/Core/DIEBuilder.cpp
    M bolt/lib/Target/RISCV/RISCVMCPlusBuilder.cpp
    M clang/test/Sema/darwin-tls.c
    M clang/unittests/AST/DeclTest.cpp
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Target/Process.h
    M lldb/source/Commands/CommandObjectDiagnostics.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/test/API/tools/lldb-dap/runInTerminal/TestDAP_runInTerminal.py
    M lldb/tools/lldb-dap/JSONUtils.cpp
    M lldb/tools/lldb-dap/JSONUtils.h
    M llvm/include/llvm/MC/MCFixup.h
    M llvm/include/llvm/MC/MCSection.h
    M llvm/lib/MC/MCELFStreamer.cpp
    M llvm/lib/MC/MCSection.cpp
    M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchAsmBackend.cpp
    M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchMCCodeEmitter.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp
    M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
    M llvm/test/MC/RISCV/fixups-binary-expression.s
    M llvm/test/MC/RISCV/linker-relaxation.s
    M llvm/test/MC/RISCV/option-relax.s
    M llvm/test/tools/llvm-objdump/ELF/RISCV/branches.s
    M mlir/docs/PassManagement.md
    M mlir/include/mlir/Analysis/DataFlow/DenseAnalysis.h
    M mlir/include/mlir/Analysis/DataFlowFramework.h
    M mlir/lib/Dialect/Mesh/IR/MeshOps.cpp
    M mlir/lib/Dialect/SparseTensor/Transforms/Utils/LoopEmitter.cpp
    M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
    M mlir/lib/IR/Diagnostics.cpp
    M mlir/lib/Rewrite/ByteCode.cpp
    M mlir/lib/Rewrite/PatternApplicator.cpp
    M mlir/lib/Transforms/Utils/CommutativityUtils.cpp
    M mlir/lib/Transforms/Utils/DialectConversion.cpp
    M mlir/test/lib/Dialect/Linalg/TestLinalgRankReduceContractionOps.cpp

  Log Message:
  -----------
  remove redundant relocations for pure no-relax code

Created using spr 1.3.5-bogner


Compare: https://github.com/llvm/llvm-project/compare/40b1cbd72a7f...39e0b0e8937f

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list