No description
Find a file
2016-08-26 18:50:08 +01:00
CMakeModules CMakeLists: Clean up 2016-08-22 15:55:39 +01:00
docs Update documentation (2016-08-12) 2016-08-12 18:17:31 +01:00
externals externals: Add fmt as a submodule 2016-08-26 13:13:19 +01:00
include/dynarmic Implement public header files 2016-08-26 00:44:50 +01:00
src reg_alloc: UseDefOpArgXmm: default value for argument desired_location should be any_xmm, not any_gpr 2016-08-26 18:50:08 +01:00
tests reg_alloc: Correct OpArg::setBit for Reg 2016-08-26 15:23:38 +01:00
.gitmodules externals: Add fmt as a submodule 2016-08-26 13:13:19 +01:00
CMakeLists.txt externals: Add fmt as a submodule 2016-08-26 13:13:19 +01:00
README.md Update documentation (2016-08-12) 2016-08-12 18:17:31 +01:00

Dynarmic

A dynamic recompiler for the ARMv6K architecture.

Documentation

Design documentation can be found at docs/Design.md.

Plans

Near-term

  • Actually finish the translators off
  • Get everything working
  • Redundant Get/Set elimination
  • Handle immediates properly
  • Allow ARM flags to be stored in host flags

Medium-term

Long-term

  • ARMv7A support
  • ARMv5 support