summaryrefslogtreecommitdiff
path: root/src/core/arm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-135-109/+109
* armemu: Fix SSAXGravatar Lioncash2014-12-081-1/+1
* armemu: Fix SASXGravatar Lioncash2014-12-081-1/+1
* armemu: Fix parenthesis warnings regarding bitwise opsGravatar Lioncash2014-12-071-4/+4
* Merge pull request #235 from yuriks/dyncom-mapGravatar bunnei2014-11-301-33/+15
|\
| * dyncom: Use unordered_map rather than the terrible 2-level bb_mapGravatar Yuri Kunde Schlesner2014-11-291-33/+15
* | arm_dyncom_interpreter: Get rid of unused var warningsGravatar Lioncash2014-11-291-4/+2
|/
* Remove unused includes to common/thread.hGravatar Emmanuel Gil Peyrot2014-11-251-2/+0
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-241-16/+18
* Change some SkyEye defines to const intsGravatar Yuri Kunde Schlesner2014-11-242-34/+16
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-197-12/+12
* Fix documentation of parametersGravatar Lioncash2014-11-182-2/+2
* Merge pull request #194 from lioncash/virtGravatar bunnei2014-11-151-1/+1
|\
| * ARM_Interface: Make destructor virtualGravatar Lioncash2014-11-141-1/+1
* | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable).Gravatar bunnei2014-11-111-2/+2
* | ARM: Removed unnecessary goto with each instruction.Gravatar bunnei2014-11-111-43/+39
* | ARM: Fixed several dyncom bugs.Gravatar bunnei2014-11-113-17/+25
* | Fix compilation errorsGravatar Sean Maas2014-11-021-2/+2
* | ARM: Merged additional ARMv6 instructions implemented by 3dmoo.Gravatar bunnei2014-11-021-42/+234
* | ARM: Merge latest VFP fixes from 3dmoo team.Gravatar bunnei2014-11-024-2096/+2388
* | Fix VFP compilation errors with gccGravatar Yuri Kunde Schlesner2014-10-301-12/+12
* | Merge pull request #153 from yuriks/add-overrideGravatar bunnei2014-10-272-18/+18
|\ \
| * | Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-262-18/+18
* | | vfp_helper: Get rid of integer type redefinitionsGravatar Lioncash2014-10-261-7/+1
|/ /
* | ARM: Removed unnecessary and unused SkyEye MMU code.Gravatar bunnei2014-10-2521-7728/+326
* | ARM: Removed unused armos code from SkyEye.Gravatar bunnei2014-10-253-746/+0
* | ARM: Updated dyncom core to use fast label lookup table on clang.Gravatar bunnei2014-10-251-3/+7
* | ARM: Integrate SkyEye faster "dyncom" interpreter.Gravatar bunnei2014-10-2518-50/+8216
* | ARM: Reorganized file structure to move shared SkyEye code to a more common a...Gravatar bunnei2014-10-2531-63/+63
* | Merge pull request #97 from archshift/cleanupGravatar bunnei2014-09-131-1/+1
|\ \
| * | Dead code removal: video_core.cpp, load_symbol_map.cppGravatar archshift2014-09-071-1/+1
* | | Merge pull request #99 from archshift/ext-checkGravatar bunnei2014-09-111-39/+39
|\ \ \
| * | | Added string_util to common, small changes in loader.cppGravatar archshift2014-09-081-39/+39
| | |/ | |/|
* / | core: Prune redundant includesGravatar archshift2014-09-081-1/+0
|/ /
* / core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-063-189/+143
|/
* Threading: Fix thread starting to execute first instruction correctly.Gravatar bunnei2014-08-281-1/+1
* ARM: Remove a forgotten const in vfp.Gravatar Emmanuel Gil Peyrot2014-08-202-2/+2
* ARM: Synchronize Citra's SkyEye core with 3dmoo's.Gravatar bunnei2014-07-236-5919/+5303
* core: Kill off type redefenitions in armdefs.hGravatar Lioncash2014-07-191-7/+0
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-144-20/+18
|\
| * arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec...Gravatar bunnei2014-06-051-1/+1
| * arm: fixed bug in how thread context switch occurs with SkyEyeGravatar bunnei2014-06-051-2/+5
| * arm: reverting a change made with cb0663de - this has to have been a typo!Gravatar bunnei2014-06-041-1/+1
| * arm: added option to prepare CPU core (while mid-instruction) for thread resc...Gravatar bunnei2014-06-013-0/+11
| * arm: removed unnecessary code when calling SVC from skyeyeGravatar bunnei2014-05-291-16/+0
* | Added 'this' reference to num_instructions field so it's properly updated,as ...Gravatar Disruption2014-06-011-1/+1
* | Merge branch 'threading'Gravatar bunnei2014-05-227-36/+119
|\|
| * arm_interpreter: fixed load context to currently resume a threadGravatar bunnei2014-05-221-1/+4
| * arm: removed include of windows.h from armdefs.h to arminit.c (only module th...Gravatar bunnei2014-05-202-4/+3
| * armemu: missed rename of "Syscall" to "SVC"Gravatar bunnei2014-05-201-1/+1