aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/arm
Commit message (Expand)AuthorAge
* Merge pull request #276 from lioncash/decrappifyGravatar bunnei2014-12-14
|\
* | ARM: Pull some SkyEye fixes from 3dmoo.Gravatar bunnei2014-12-14
| * Clean up armdefs.hGravatar Lioncash2014-12-14
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* armemu: Fix SSAXGravatar Lioncash2014-12-08
* armemu: Fix SASXGravatar Lioncash2014-12-08
* armemu: Fix parenthesis warnings regarding bitwise opsGravatar Lioncash2014-12-07
* Merge pull request #235 from yuriks/dyncom-mapGravatar bunnei2014-11-30
|\
| * dyncom: Use unordered_map rather than the terrible 2-level bb_mapGravatar Yuri Kunde Schlesner2014-11-29
* | arm_dyncom_interpreter: Get rid of unused var warningsGravatar Lioncash2014-11-29
|/
* Remove unused includes to common/thread.hGravatar Emmanuel Gil Peyrot2014-11-25
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Change some SkyEye defines to const intsGravatar Yuri Kunde Schlesner2014-11-24
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* Fix documentation of parametersGravatar Lioncash2014-11-18
* Merge pull request #194 from lioncash/virtGravatar bunnei2014-11-15
|\
| * ARM_Interface: Make destructor virtualGravatar Lioncash2014-11-14
* | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).Gravatar bunnei2014-11-11
* | ARM: Removed unnecessary goto with each instruction.Gravatar bunnei2014-11-11
* | ARM: Fixed several dyncom bugs.Gravatar bunnei2014-11-11
* | Fix compilation errorsGravatar Sean Maas2014-11-02
* | ARM: Merged additional ARMv6 instructions implemented by 3dmoo.Gravatar bunnei2014-11-02
* | ARM: Merge latest VFP fixes from 3dmoo team.Gravatar bunnei2014-11-02
* | Fix VFP compilation errors with gccGravatar Yuri Kunde Schlesner2014-10-30
* | Merge pull request #153 from yuriks/add-overrideGravatar bunnei2014-10-27
|\ \
* | | vfp_helper: Get rid of integer type redefinitionsGravatar Lioncash2014-10-26
| * | Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
|/ /
* | ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-25
* | ARM: Removed unused armos code from SkyEye.Gravatar bunnei2014-10-25
* | ARM: Updated dyncom core to use fast label lookup table on clang.Gravatar bunnei2014-10-25
* | ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-25
* | ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-25
* | Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-13
|\ \
* \ \ Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-11
|\ \ \
* | | | 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
|\
| * arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...Gravatar bunnei2014-06-05
| * 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 resc...Gravatar bunnei2014-06-01
* | Added 'this' reference to num_instructions field so it's properly updated,as ...Gravatar Disruption2014-06-01
| * arm: removed unnecessary code when calling SVC from skyeyeGravatar bunnei2014-05-29
* | Merge branch 'threading'Gravatar bunnei2014-05-22
|\|