summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Fix documentation of parametersLioncash
2014-11-15Merge pull request #194 from lioncash/virtbunnei
2014-11-14ARM_Interface: Make destructor virtualLioncash
2014-11-11ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).bunnei
2014-11-11ARM: Removed unnecessary goto with each instruction.bunnei
2014-11-11ARM: Fixed several dyncom bugs.bunnei
2014-11-02Fix compilation errorsSean Maas
2014-11-02ARM: Merged additional ARMv6 instructions implemented by 3dmoo.bunnei
2014-11-02ARM: Merge latest VFP fixes from 3dmoo team.bunnei
2014-10-30Fix VFP compilation errors with gccYuri Kunde Schlesner
2014-10-27Merge pull request #153 from yuriks/add-overridebunnei
2014-10-26vfp_helper: Get rid of integer type redefinitionsLioncash
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-10-25ARM: Removed unnecessary and unused SkyEye MMU code.bunnei
2014-10-25ARM: Removed unused armos code from SkyEye.bunnei
2014-10-25ARM: Updated dyncom core to use fast label lookup table on clang.bunnei
2014-10-25ARM: Integrate SkyEye faster "dyncom" interpreter.bunnei
2014-10-25ARM: Reorganized file structure to move shared SkyEye code to a more common a...bunnei
2014-09-13Merge pull request #97 from archshift/cleanupbunnei
2014-09-11Merge pull request #99 from archshift/ext-checkbunnei
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
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