aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm
Commit message (Collapse)AuthorAge
* Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-13
|\ | | | | Small, general code cleanup
* \ Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-11
|\ \ | | | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
* | | core: Prune redundant includesGravatar archshift2014-09-08
| | |
| * | Added string_util to common, small changes in loader.cppGravatar archshift2014-09-08
|/ /
| * Dead code removal: video_core.cpp, load_symbol_map.cppGravatar archshift2014-09-07
| |
* | core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-06
|/
* Threading: Fix thread starting to execute first instruction correctly.Gravatar bunnei2014-08-28
|
* ARM: Remove a forgotten const in vfp.Gravatar Emmanuel Gil Peyrot2014-08-20
|
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.Gravatar bunnei2014-07-23
|
* core: Kill off type redefenitions in armdefs.hGravatar Lioncash2014-07-19
|
* 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: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually ↵Gravatar bunnei2014-06-05
| | | | | | | | executing one more instruction than expected
| * arm: fixed bug in how thread context switch occurs with SkyEyeGravatar bunnei2014-06-05
| |
| * arm: reverting a change made with cb0663de - this has to have been a typo!Gravatar bunnei2014-06-04
| |
| * 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: removed unnecessary code when calling SVC from skyeyeGravatar bunnei2014-05-29
| |
* | Merge branch 'threading'Gravatar bunnei2014-05-22
|\|
| * arm_interpreter: fixed load context to currently resume a threadGravatar bunnei2014-05-22
| |
| * arm: removed include of windows.h from armdefs.h to arminit.c (only module ↵Gravatar bunnei2014-05-20
| | | | | | | | that uses it)
| * armemu: missed rename of "Syscall" to "SVC"Gravatar bunnei2014-05-20
| |
| * 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
| * VFP: disable DBG messages because they spam the console with unimportant ↵Gravatar bunnei2014-05-19
| | | | | | | | skyeye junk
* | Merge pull request #2 from archshift/issue-7-fixGravatar bunnei2014-05-19
|\ \ | | | | | | Fixes issues with building Citra on OSX
| * | Fixed vfp issuesGravatar archshift2014-05-17
| | |
| | * ignore thumbemu 0xDEADCODE debugging catch on MCRGravatar bunnei2014-05-17
| | |
| | * 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
| |\ | |/ |/|
* | same fix as last commit - just for vfpsingle.cppGravatar bunnei2014-05-16
| |
* | another VFP fix for GCCGravatar bunnei2014-05-16
| |
* | fixed VFP DBG log for GCCGravatar bunnei2014-05-16
| |
* | - reenabled MCR and MRC functions now that VFP is attachedGravatar bunnei2014-05-16
| | | | | | | | - removed HLE::CallMCR function (was pointless)
* | - removed unused stubbed out codeGravatar bunnei2014-05-16
| | | | | | | | | | - fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
* | added maverick.cpp to ARM core from skyeyeGravatar bunnei2014-05-16
| |
* | fixed includesGravatar bunnei2014-05-16
| |
* | enabled CP_ACCESS_ALLOWEDGravatar bunnei2014-05-16
| |
* | fixed include pathGravatar bunnei2014-05-16
| |
* | removed undefined function ARMul_ConsolePrintGravatar bunnei2014-05-16
| |
* | added missing armcopro from skyeyeGravatar bunnei2014-05-16
| |
* | added missing skyeye mmu codeGravatar bunnei2014-05-15
| |
* | fixed armmmu importsGravatar bunnei2014-05-15
| |
* | - moved mmu to arm/interpreter folderGravatar bunnei2014-05-15
| | | | | | | | - added initial VFP code from skyeye
| * added option to set CPSR register to arm_interfaceGravatar bunnei2014-05-11
|/
* - disable strict alignment on LDRD/STRDGravatar bunnei2014-05-06
| | | | - handle RD in STREX/STREXB
* commented out useless debug logs that just spammed consoleGravatar bunnei2014-05-06
|
* - added CallMCR function to coprocessor HLE moduleGravatar bunnei2014-05-01
| | | | - moved instruction decoding to coprocessor HLE module
* renamed hle "mrc" module to "coprocessor"Gravatar bunnei2014-05-01
|
* added a module to load symbol map files for debuggingGravatar bunnei2014-04-30
|