No description
Find a file
2016-09-02 10:57:52 +01:00
CMakeModules CMakeLists: Clean up 2016-08-22 15:55:39 +01:00
docs Update documentation (2016-09-01) 2016-09-01 20:24:41 +01:00
externals externals: Add fmt as a submodule 2016-08-26 13:13:19 +01:00
include/dynarmic dynarmic: Remove poison_memory ClearCache parameter (#1) 2016-09-01 09:47:09 +01:00
src dynarmic: Remove poison_memory ClearCache parameter (#1) 2016-09-01 09:47:09 +01:00
tests tests: Fix compile errors. (#4) 2016-09-02 08:51:03 +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
LICENSE.txt Add LICENSE.txt 2016-08-31 21:50:05 +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