No description
Find a file
MerryMage 3621a925b2 reg_alloc: Register allocator related constraints belong with the rest of the register allocator
HostLocToReg64 contained two DEBUG_ASSERTs invloving constraints that
really belonged to the register allocator.

The register allocator prevents allocation of RSP and R15 because those
are reserved for the stack pointer and the state pointer respectively.
2016-11-30 19:42:41 +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 Update documentation (2016-09-01) 2016-09-01 20:24:41 +01:00
externals CMake: Add option to disable use of bundled fmtlib 2016-11-25 20:47:04 +00:00
include/dynarmic callbacks: CallSVC returns void 2016-09-05 19:15:45 +01:00
src reg_alloc: Register allocator related constraints belong with the rest of the register allocator 2016-11-30 19:42:41 +00:00
tests Added tests for the ARM parallel halving instructions. (#49) 2016-11-26 17:24:57 +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: Downgrade -msse4.1 to -msse3. 2016-09-11 16:21:35 +01:00
LICENSE.txt Add LICENSE.txt 2016-08-31 21:50:05 +01:00
README.md Update README.md 2016-09-13 14:54:22 +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

Medium-term

Long-term

  • ARMv7A support
  • ARMv5 support