aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/interpreter/arm_interpreter.cpp
Commit message (Expand)AuthorAge
* arm: Adios armemuGravatar Lioncash2015-01-31
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
* ARM: Add a mechanism for faking CPU time elapsed during HLE.Gravatar bunnei2014-12-25
* License changeGravatar purpasmart962014-12-20
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-25
* ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-25
* Threading: Fix thread starting to execute first instruction correctly.Gravatar bunnei2014-08-28
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.Gravatar bunnei2014-07-23
* arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...Gravatar bunnei2014-06-05
* arm: fixed bug in how thread context switch occurs with SkyEyeGravatar bunnei2014-06-05
* arm: added option to prepare CPU core (while mid-instruction) for thread resc...Gravatar bunnei2014-06-01
* arm_interpreter: fixed load context to currently resume a threadGravatar bunnei2014-05-22
* ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...Gravatar bunnei2014-05-20
* ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...Gravatar bunnei2014-05-20
* Merge branch 'master' into threadingGravatar bunnei2014-05-17
|\
| * updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
* | Merge master into threading to add support for VFPGravatar bunnei2014-05-16
|\|
| * fixed include pathGravatar bunnei2014-05-16
* | added option to set CPSR register to arm_interfaceGravatar bunnei2014-05-11
|/
* cleaned up arm_interface, added a setter to set registers for use with HLE re...Gravatar bunnei2014-04-10
* fixed licensing and updated code style naming for arm_interface/arm_interpret...Gravatar bunnei2014-04-08
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08