summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom_dec.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-30dyncom: Various cleanups to match coding style, no functional changes.bunnei1-448/+427
2014-12-29vfp: Actually make the code somewhat readableLioncash1-6/+68
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei1-0/+402
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.