aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-08armemu: Fix SSAXLioncash
2014-12-08armemu: Fix SASXLioncash
2014-12-07armemu: Fix parenthesis warnings regarding bitwise opsLioncash
2014-11-30Merge pull request #235 from yuriks/dyncom-mapbunnei
2014-11-29dyncom: Use unordered_map rather than the terrible 2-level bb_mapYuri Kunde Schlesner
2014-11-29arm_dyncom_interpreter: Get rid of unused var warningsLioncash
2014-11-25Remove unused includes to common/thread.hEmmanuel Gil Peyrot
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-24Change some SkyEye defines to const intsYuri Kunde Schlesner
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