No description
Find a file
MerryMage 7639f6ebdc externals: Update fmt subtree to 4.10
Merge commit '097203968f0a9b17628062f4adca63ea5cb97aa2' into HEAD
2020-04-22 20:41:46 +01:00
.travis Bump requirements to C++17 2020-04-22 20:27:15 +01:00
CMakeModules CMakeLists: Derive the source file listings from targets directly (#118) 2020-04-22 20:26:07 +01:00
docs jit_state: Split off CPSR.{E,T} 2020-04-22 20:26:40 +01:00
externals externals: Update fmt subtree to 4.10 2020-04-22 20:41:46 +01:00
include/dynarmic/A32 Final A32 refactor 2020-04-22 20:39:27 +01:00
src IR: Compile-time type-checking of IR 2020-04-22 20:39:27 +01:00
tests Final A32 refactor 2020-04-22 20:39:27 +01:00
.appveyor.yml appveyor: Use a more recent version of boost 2020-04-22 20:39:27 +01:00
.gitmodules externals: Add fmt as a submodule 2016-08-26 13:13:19 +01:00
.travis.yml Bump requirements to C++17 2020-04-22 20:27:15 +01:00
CMakeLists.txt Squashed 'externals/fmt/' changes from 39834389..135ab5cf 2020-04-22 20:41:46 +01:00
LICENSE.txt Add LICENSE.txt 2016-08-31 21:50:05 +01:00
README.md appveyor: Run tests on Windows 2016-12-19 00:48:27 +00:00

Dynarmic

Travis CI Build Status Appveyor CI Build status

A dynamic recompiler for the ARMv6K architecture.

Documentation

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

Plans

Medium-term

Long-term

  • ARMv7A support
  • ARMv5 support