aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Collapse)Author
2014-09-13Merge pull request #97 from archshift/cleanupbunnei
Small, general code cleanup
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
2014-09-08core: Prune redundant includesarchshift
2014-09-08Added string_util to common, small changes in loader.cpparchshift
2014-09-07Dead code removal: video_core.cpp, load_symbol_map.cpparchshift
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-08-28Threading: Fix thread starting to execute first instruction correctly.bunnei
2014-08-20ARM: Remove a forgotten const in vfp.Emmanuel Gil Peyrot
2014-07-23ARM: Synchronize Citra's SkyEye core with 3dmoo's.bunnei
2014-07-19core: Kill off type redefenitions in armdefs.hLioncash
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
Conflicts: src/core/hle/function_wrappers.h src/core/hle/service/gsp.cpp
2014-06-05arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually ↵bunnei
executing one more instruction than expected
2014-06-05arm: fixed bug in how thread context switch occurs with SkyEyebunnei
2014-06-04arm: reverting a change made with cb0663de - this has to have been a typo!bunnei
2014-06-01arm: added option to prepare CPU core (while mid-instruction) for thread ↵bunnei
reschedule
2014-06-01Added 'this' reference to num_instructions field so it's properly updated,as ↵Disruption
before the method was affecting the local method parameter rather than the class field
2014-05-29arm: removed unnecessary code when calling SVC from skyeyebunnei
2014-05-22Merge branch 'threading'bunnei
2014-05-22arm_interpreter: fixed load context to currently resume a threadbunnei
2014-05-20arm: removed include of windows.h from armdefs.h to arminit.c (only module ↵bunnei
that uses it)
2014-05-20armemu: missed rename of "Syscall" to "SVC"bunnei
2014-05-20ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ↵bunnei
with style guide
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread ↵bunnei
switching
2014-05-19VFP: disable DBG messages because they spam the console with unimportant ↵bunnei
skyeye junk
2014-05-19Merge pull request #2 from archshift/issue-7-fixbunnei
Fixes issues with building Citra on OSX
2014-05-17Fixed vfp issuesarchshift
2014-05-17ignore thumbemu 0xDEADCODE debugging catch on MCRbunnei
2014-05-17Merge branch 'master' into threadingbunnei
2014-05-17updated how we call ARM core to make things much fasterbunnei
2014-05-16Merge master into threading to add support for VFPbunnei
2014-05-16same fix as last commit - just for vfpsingle.cppbunnei
2014-05-16another VFP fix for GCCbunnei
2014-05-16fixed VFP DBG log for GCCbunnei
2014-05-16- reenabled MCR and MRC functions now that VFP is attachedbunnei
- removed HLE::CallMCR function (was pointless)
2014-05-16- removed unused stubbed out codebunnei
- fixed some compiler issues with xscale_copro when porting code to Windows - fixed some #include's
2014-05-16added maverick.cpp to ARM core from skyeyebunnei
2014-05-16fixed includesbunnei
2014-05-16enabled CP_ACCESS_ALLOWEDbunnei
2014-05-16fixed include pathbunnei
2014-05-16removed undefined function ARMul_ConsolePrintbunnei
2014-05-16added missing armcopro from skyeyebunnei
2014-05-15added missing skyeye mmu codebunnei
2014-05-15fixed armmmu importsbunnei
2014-05-15- moved mmu to arm/interpreter folderbunnei
- added initial VFP code from skyeye
2014-05-11added option to set CPSR register to arm_interfacebunnei
2014-05-06- disable strict alignment on LDRD/STRDbunnei
- handle RD in STREX/STREXB
2014-05-06commented out useless debug logs that just spammed consolebunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
- moved instruction decoding to coprocessor HLE module
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-04-30added a module to load symbol map files for debuggingbunnei