summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei2014-12-261-4/+10
| | | | - Also a few cleanups.
* License changepurpasmart962014-12-211-1/+1
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
|
* Fix documentation of parametersLioncash2014-11-181-1/+1
|
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-7/+7
| | | | This was automated using `clang-modernize`.
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+90
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.