No description
Find a file
Lioncash b1b8acf16e externals: Update catch to 1.8.2
Keeps the unit-testing library up to date. The previous
version of catch being used was 1.5.6, which is quite
out of date.
2017-03-14 18:53:56 +00:00
.travis CMakeLists: Make boost an interface library target 2017-03-04 11:52:32 +00:00
CMakeModules CMakeLists: Clean up 2016-08-22 15:55:39 +01:00
docs docs: Add Doxyfile for generatng doxygen information 2017-02-22 20:37:58 +00:00
externals externals: Update catch to 1.8.2 2017-03-14 18:53:56 +00:00
include/dynarmic coprocessor: Coprocessor's destructor doesn't have to be pure 2017-01-30 22:10:40 +00:00
src CMakeLists: Only link LLVM libs against the library 2017-03-11 13:25:14 +00:00
tests CMakeLists: Only link LLVM libs against the library 2017-03-11 13:25:14 +00:00
.appveyor.yml CMakeLists: Make boost an interface library target 2017-03-04 11:52:32 +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 CMakeLists: Make boost an interface library target 2017-03-04 11:52:32 +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