summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_thumb.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-08Remove unnecessary dyncom header filesLioncash1-4/+2
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash1-1/+1
Also fixes descriptions in the process.
2015-02-13arm: General cleanupLioncash1-14/+4
- Remove several typedefs for ARMul_State. - Remove unused functions - Remove unused/unnecessary headers - Removed unused enums, etc.
2015-02-10arm_dyncom_thumb: Make lookup tables staticLioncash1-7/+7
These don't need to be recreated all the time.
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-504/+359
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-55/+63
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.
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei1-4/+4
Removed s_ prefix
2014-04-09got rid of 'src' folders in each sub-projectbunnei1-0/+0
2014-04-05moved arm core to interpreter directorybunnei1-0/+0
2014-04-04added thumb mode emulationbunnei1-0/+513