[all-commits] [llvm/llvm-project] ff7b87: [LLDB][RISCV] Add more instruction decode and exec...
Emmmer via All-commits
all-commits at lists.llvm.org
Thu Sep 1 19:17:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff7b876aa75d1d4df581ada78befb707dfdbb129
https://github.com/llvm/llvm-project/commit/ff7b876aa75d1d4df581ada78befb707dfdbb129
Author: Emmmer <yjhdandan at 163.com>
Date: 2022-09-02 (Fri, 02 Sep 2022)
Changed paths:
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h
M lldb/unittests/Instruction/RISCV/TestRISCVEmulator.cpp
Log Message:
-----------
[LLDB][RISCV] Add more instruction decode and execute for EmulateInstructionRISCV
Add:
- most of instructions from RVI base instructions set.
- some instruction decode tests from objdump.
Further work:
- implement riscv imac extension.
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D132789
More information about the All-commits
mailing list