aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/print_info.cpp
AgeCommit message (Expand)Author
2021-05-22Add .clang-format fileMerryMage
2021-05-19Consolidate all source files into src/ directoryMerry
2021-05-07print_info: Add thumb modeMerryMage
2021-05-04A32: Merge ArmTranslateVistor and ThumbTranslateVisitorMerryMage
2021-04-21ir: Reorganize to new top level folderMerryMage
2021-02-07fuzz_arm: Correctly print thumb instruction listingMerryMage
2020-09-22print_info: Use std::nullopt instead of {}MerryMage
2020-05-17print_info: Use VFP and ASIMD decoders to get dynarmic name for instructionMerryMage
2020-05-17print_info: Use LLVM to disassemble A32MerryMage
2020-04-29print_info: Print IR for A32 instructionsMerryMage
2020-04-23Relicense to 0BSDMerryMage
2020-04-22print_info: Add optimized IR output for A64MerryMage
2020-04-22print_info: Add -exec parameter to test executionMerryMage
2020-04-22print_info: Add support for printing A32 instructionsMerryMage
2020-04-22Switch boost::optional to std::optionalV.Kalyuzhny
2020-04-22tests: Add print_info programMerryMage