No description
Find a file
MerryMage e197b10b96 common: Introduce utility function VisitVariant
VisitVariant allows one to use a generic lambda to visit a boost::variant.
This is necessary because boost::visit_variant requires the visitor type
to provide a return type.
2017-02-16 19:30:56 +00:00
.travis travis: No longer necessary to install latest cmake from homebrew on macOS 2016-11-23 18:24:06 +00:00
CMakeModules CMakeLists: Clean up 2016-08-22 15:55:39 +01:00
docs Document register allocator and return stack buffer optimization 2016-12-02 20:09:20 +00:00
externals CMake: Re-use external xbyak target if present (#62) 2016-12-12 14:23:42 +00:00
include/dynarmic coprocessor: Coprocessor's destructor doesn't have to be pure 2017-01-30 22:10:40 +00:00
src common: Introduce utility function VisitVariant 2017-02-16 19:30:56 +00:00
tests callbacks: Factorize memory callbacks into inner structure 2017-01-30 21:42:51 +00:00
.appveyor.yml appveyor: Run tests on Windows 2016-12-19 00:48:27 +00: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 CMake: Add option DYNARMIC_WARNINGS_AS_ERRORS 2017-02-04 20:31:10 +00: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