aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/dyncom/arm_dyncom_thumb.cpp
Commit message (Collapse)AuthorAge
* Remove unnecessary dyncom header filesGravatar Lioncash2015-05-07
|
* dyncom: Remove unnecessary enum and typedefGravatar Lioncash2015-04-07
| | | | Also fixes descriptions in the process.
* arm: General cleanupGravatar Lioncash2015-02-13
| | | | | | | - Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
* arm_dyncom_thumb: Make lookup tables staticGravatar Lioncash2015-02-10
| | | | These don't need to be recreated all the time.
* dyncom: Various cleanups to match coding style, no functional changes.Gravatar bunnei2014-12-29
|
* ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25
Fixed typo (make protected member public) Added license header back in. I originally removed this because I mostly rewrote the file, but meh ARM: Fixed a type error in dyncom interpreter. ARM: Updated dyncom to use unique_ptr for internal ARM state.