No description
Find a file
2016-08-25 16:54:48 +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 xbyak 2016-08-25 16:17:27 +01:00
src Merge branch 'xbyak' 2016-08-25 16:54:48 +01:00
tests basic_block: Move all variables behind a public interface 2016-08-25 16:14:37 +01:00
.gitmodules externals: Add xbyak 2016-08-25 16:17:27 +01:00
CMakeLists.txt Port x64 backend to xbyak 2016-08-25 16:18:17 +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