Dynarmic Versions Save

An ARM dynamic recompiler.

6.4.8

11 months ago

6.0.0

1 year ago

Switching to semantic versioning.

r5

3 years ago

Since r4, we're added:

  • More complete T32/Thumb-2 support

r4

3 years ago

Since r3, we've added:

  • More complete (64-bit) A64 support
  • The unsafe_optimizations option
  • Minor bugfixes and optimizations

r3

4 years ago

We are now 0BSD licensed!

Since r2, we've added:

  • Single stepping support
  • Fastmem support
  • Optimizations to A32 memory lookups
  • Some optimization of common A64 instructions
  • More IR optimizations

r2

4 years ago

Major changes since last release:

  • A64 frontend
  • More configuration options
  • Lots of minor refinements

r1

6 years ago

Dynarmic features as of this release:

  • Complete coverage of ARMv6K user-mode for both ARM and Thumb modes
  • x86_64 as host architecture
  • Partial code invalidation for partial recompilation
  • Mostly complete ARMv6K disassembler for both ARM and Thumb modes
  • Flexible coprocessor system
  • Bring-your-own-arbitrary-memory-system

I'm primarily tagging this commit because major refactoring will occur in the near future.