No description
Find a file
Lioncash d5805cc6eb intrusive_list: Add size querying
Since we store pointers and have an interface for iterators
set up, the count is just the distance from the beginning
to the end of the list.

Nice thing is that because of this, basic blocks also get
the ability to have a size count without needing to do anything
directly.
2016-08-23 19:52:09 +01:00
CMakeModules CMakeLists: Clean up 2016-08-22 15:55:39 +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 intrusive_list: Add size querying 2016-08-23 19:52:09 +01:00
tests Standardize indentation of switch statments 2016-08-23 12:19:27 +01:00
CMakeLists.txt CMakeLists: Warn when casting away cv-qualifiers from pointers 2016-08-22 23:24:02 +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