aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm/arm_interface.h
Commit message (Collapse)AuthorAge
* arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash2015-08-06
|
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* arm_interface: Support retrieval/storage to CP15 registersGravatar Lioncash2015-04-06
|
* arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-16
| | | | Removes a TODO.
* Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-09
| | | | | | | | | | | | | * Simplifies scheduling logic, specifically regarding thread status. It should be much clearer which statuses are valid for a thread at any given point in the system. * Removes dead code from thread.cpp. * Moves the implementation of resetting a ThreadContext to the corresponding core's implementation. Other changes: * Fixed comments in arm interfaces. * Updated comments in thread.cpp * Removed confusing, useless, functions like MakeReady() and ChangeStatus() from thread.cpp. * Removed stack_size from Thread. In the CTR kernel, the thread's stack would be allocated before thread creation.
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
|
* CoreTiming: Ported the CoreTiming namespace from PPSSPPGravatar Subv2015-01-07
| | | | | | Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing.
* ARM: Add a mechanism for faking CPU time elapsed during HLE.Gravatar bunnei2014-12-25
| | | | - Also a few cleanups.
* License changeGravatar purpasmart962014-12-20
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* ARM_Interface: Make destructor virtualGravatar Lioncash2014-11-14
| | | | Fixes some warnings on OSX.
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\ | | | | | | | | | | Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
| * arm: added option to prepare CPU core (while mid-instruction) for thread ↵Gravatar bunnei2014-06-01
| | | | | | | | reschedule
* | Added 'this' reference to num_instructions field so it's properly updated,as ↵Gravatar Disruption2014-06-01
|/ | | | before the method was affecting the local method parameter rather than the class field
* ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ↵Gravatar bunnei2014-05-20
| | | | with style guide
* ARM_Interface: added SaveContext and LoadContext functions for HLE thread ↵Gravatar bunnei2014-05-20
| | | | switching
* Merge branch 'master' into threadingGravatar bunnei2014-05-17
|\
| * updated how we call ARM core to make things much fasterGravatar bunnei2014-05-17
| |
* | added option to set CPSR register to arm_interfaceGravatar bunnei2014-05-11
|/
* removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classGravatar bunnei2014-04-27
|
* missed this file with commit 95e5436fGravatar bunnei2014-04-10
|
* fixed licensing and updated code style naming for ↵Gravatar bunnei2014-04-08
| | | | arm_interface/arm_interpreter frontend module
* fixed project includes to use new directory structureGravatar bunnei2014-04-08
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-08