summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2014-08-30Threading: 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
2014-06-05arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...bunnei
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 resc...bunnei
2014-06-01Added 'this' reference to num_instructions field so it's properly updated,as ...Disruption
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 th...bunnei
2014-05-20armemu: missed rename of "Syscall" to "SVC"bunnei
2014-05-20ARM_Interpreter/ARM_Interface: Fixed member variable naming to be consistent ...bunnei
2014-05-20ARM_Interface: added SaveContext and LoadContext functions for HLE thread swi...bunnei
2014-05-19VFP: disable DBG messages because they spam the console with unimportant skye...bunnei
2014-05-19Merge pull request #2 from archshift/issue-7-fixbunnei
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
2014-05-16- removed unused stubbed out codebunnei
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
2014-05-11added option to set CPSR register to arm_interfacebunnei
2014-05-06- disable strict alignment on LDRD/STRDbunnei
2014-05-06commented out useless debug logs that just spammed consolebunnei
2014-05-01- added CallMCR function to coprocessor HLE modulebunnei
2014-05-01renamed hle "mrc" module to "coprocessor"bunnei
2014-04-30added a module to load symbol map files for debuggingbunnei
2014-04-27removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable classbunnei
2014-04-27removed commented out line - this was for an unimplemented MRC call, no longe...bunnei
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...bunnei
2014-04-25added disassembly to unimplemented instructionbunnei
2014-04-22fixes to build on linuxbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei