summaryrefslogtreecommitdiffstats
path: root/src/core/arm/dyncom/arm_dyncom.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm: Get rid of some magic constants. Specify proper ARM mode.Lioncash2015-02-111-2/+2
* Scheduler refactor Pt. 1Kevin Hartman2015-02-101-0/+10
* arm: Clean up ARMul_StateLioncash2015-02-011-6/+3
* arm: Get rid of armcpu.h and skyeye_types.hLioncash2015-01-301-1/+0
* Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-2/+3
* DynCom: Add a comment to GetTicks.Subv2015-01-091-0/+1
* Timing: Use CoreTiming::GetTicks to keep track of ticks.Subv2015-01-091-3/+2
* CoreTiming: Ported the CoreTiming namespace from PPSSPPSubv2015-01-071-1/+7
* ARM: Add a mechanism for faking CPU time elapsed during HLE.bunnei2014-12-261-45/+4
* 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-2/+2
* ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).bunnei2014-11-121-2/+2
* ARM: Fixed several dyncom bugs.bunnei2014-11-121-2/+5
* ARM: Removed unnecessary and unused SkyEye MMU code.bunnei2014-10-251-1/+0
* ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei2014-10-251-0/+164