No description
Find a file
2016-08-05 20:04:58 -04:00
docs Docs: Design documentation 2016-07-15 16:47:13 +01:00
externals/catch First Commit 2016-07-01 21:01:06 +08:00
src arm: Implement STRH reg/imm instructions. 2016-08-05 20:04:58 -04:00
tests fuzz_arm: Log write records on failure. 2016-08-05 20:04:57 -04:00
CMakeLists.txt Optionally disassemble x86_64 code using LLVM 2016-08-05 02:08:41 +01:00
README.md Update README.md 2016-07-04 14:55:31 +08:00

Dynarmic

An (eventual) dynamic recompiler for ARMv6K. The code is a mess.

A lot of optimization work can be done (it currently produces bad code, worse than that non-IR JIT).

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