[all-commits] [llvm/llvm-project] eafe2d: [LLDB][LoongArch] Add branch instructions for Emul...

lhloongson via All-commits all-commits at lists.llvm.org
Fri Dec 16 01:49:36 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eafe2d4cf17b7448db5750aff79ee3bb0158f945
      https://github.com/llvm/llvm-project/commit/eafe2d4cf17b7448db5750aff79ee3bb0158f945
  Author: Hui Li <lihui at loongson.cn>
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
    M lldb/source/Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.cpp
    M lldb/source/Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.h

  Log Message:
  -----------
  [LLDB][LoongArch] Add branch instructions for EmulateInstructionLoongArch

Add conditional and unconditional branch instructions for loongarch64.
Note that this does not include floating-point branch instructions, that will come in a later patch.

Reviewed By: SixWeining, DavidSpickett

Differential Revision: https://reviews.llvm.org/D139833




More information about the All-commits mailing list