index
:
dynarmic
master
A dynamic recompiler for ARM.
merryhime
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
print_info.cpp
Age
Commit message (
Expand
)
Author
2021-05-22
Add .clang-format file
MerryMage
2021-05-19
Consolidate all source files into src/ directory
Merry
2021-05-07
print_info: Add thumb mode
MerryMage
2021-05-04
A32: Merge ArmTranslateVistor and ThumbTranslateVisitor
MerryMage
2021-04-21
ir: Reorganize to new top level folder
MerryMage
2021-02-07
fuzz_arm: Correctly print thumb instruction listing
MerryMage
2020-09-22
print_info: Use std::nullopt instead of {}
MerryMage
2020-05-17
print_info: Use VFP and ASIMD decoders to get dynarmic name for instruction
MerryMage
2020-05-17
print_info: Use LLVM to disassemble A32
MerryMage
2020-04-29
print_info: Print IR for A32 instructions
MerryMage
2020-04-23
Relicense to 0BSD
MerryMage
2020-04-22
print_info: Add optimized IR output for A64
MerryMage
2020-04-22
print_info: Add -exec parameter to test execution
MerryMage
2020-04-22
print_info: Add support for printing A32 instructions
MerryMage
2020-04-22
Switch boost::optional to std::optional
V.Kalyuzhny
2020-04-22
tests: Add print_info program
MerryMage