No description
Find a file
2016-09-06 22:54:33 -04: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 callbacks: CallSVC returns void 2016-09-05 19:15:45 +01:00
src intrusive_list: Amend doxygen parameter documentation 2016-09-06 22:54:33 -04:00
tests callbacks: CallSVC returns void 2016-09-05 19:15:45 +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 Eliminate variable shadowing warnings with MSVC (#17) 2016-09-04 11:30:57 +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