No description
Find a file
MerryMage 843d29b5a9 translate_arm/branch: Read-after-write in arm_BLX_reg
When BLX LR is translated, BXWritePC(GetRegister(Reg::LR)) was executed
after the SetRegister(Reg::LR, _) update was done.
2016-08-22 15:53:56 +01:00
docs Update documentation (2016-08-12) 2016-08-12 18:17:31 +01:00
externals/catch First Commit 2016-07-01 21:01:06 +08:00
src translate_arm/branch: Read-after-write in arm_BLX_reg 2016-08-22 15:53:56 +01:00
tests tests/skyeye_interpreter: Update Skyeye (22-08-1016) 2016-08-22 14:07:54 +01:00
CMakeLists.txt Common: Add a memory pool implementation, remove use of boost::pool 2016-08-06 20:41:00 +01:00
README.md Update documentation (2016-08-12) 2016-08-12 18:17:31 +01:00

Dynarmic

A dynamic recompiler for the ARMv6K architecture.

Documentation

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

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