No description
Find a file
2016-09-02 19:05:49 +01:00
.travis travis: Build on OS X 2016-09-02 17:08:09 +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 interface: Allow ClearCache to be called at any time 2016-09-02 10:59:33 +01:00
src bit_util: Implement BitCount portably 2016-09-02 19:05:49 +01:00
tests arm: Add PSR helper type (#3) 2016-09-02 17:34:33 +01:00
.gitmodules externals: Add fmt as a submodule 2016-08-26 13:13:19 +01:00
.travis.yml travis: Build on OS X 2016-09-02 17:08:09 +01:00
CMakeLists.txt CMakeLists: Add DYNARMIC_TESTS option so one can turn off testing 2016-09-02 12:29:19 +01:00
LICENSE.txt Add LICENSE.txt 2016-08-31 21:50:05 +01:00
README.md Added Travis CI script 2016-09-02 12:22:27 +01:00

Dynarmic

Travis CI Build Status

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