dynarmic/README.md

31 lines
672 B
Markdown
Raw Normal View History

2016-07-01 15:01:06 +02:00
Dynarmic
========
2016-09-02 12:28:50 +02:00
[![Travis CI Build Status](https://api.travis-ci.org/MerryMage/dynarmic.svg?branch=master)](https://travis-ci.org/MerryMage/dynarmic/branches)
2016-07-01 15:01:06 +02:00
2016-08-12 19:17:31 +02:00
A dynamic recompiler for the ARMv6K architecture.
2016-07-01 15:01:06 +02:00
2016-08-12 19:17:31 +02:00
Documentation
-------------
Design documentation can be found at [docs/Design.md](docs/Design.md).
2016-07-01 15:01:06 +02:00
Plans
-----
### Near-term
* Actually finish the translators off
* Get everything working
2016-08-12 19:17:31 +02:00
* ~~Redundant Get/Set elimination~~
* ~~Handle immediates properly~~
2016-07-01 15:01:06 +02:00
* Allow ARM flags to be stored in host flags
### Medium-term
2016-07-04 08:55:31 +02:00
* [Optimizations](https://gist.github.com/MerryMage/a7411f139cc6e506ea7689ff4579c84b)
2016-07-01 15:01:06 +02:00
### Long-term
* ARMv7A support
* ARMv5 support