summaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common (follow)
Commit message (Expand)AuthorAgeFilesLines
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-093-45/+45
* general: Silence some warnings when using clangGravatar Lioncash2015-09-161-1/+0
* General: Replace NULL and '0' usages with nullptr where applicableGravatar Lioncash2015-09-112-28/+28
* DynCom: Converted all 0xE condition code checks to ConditionCode::ALGravatar archshift2015-09-051-32/+32
* Merge pull request #1025 from yuriks/heap-managementGravatar Yuri Kunde Schlesner2015-08-222-2/+0
|\
| * Memory: Move address type conversion routines to memory.cpp/hGravatar Yuri Kunde Schlesner2015-08-162-2/+0
* | vfp: use std::swap where applicableGravatar Lioncash2015-08-152-12/+6
|/
* Merge pull request #1027 from lioncash/debuggerGravatar bunnei2015-08-131-1/+1
|\
| * arm_interface: Implement interface for retrieving VFP registersGravatar Lioncash2015-08-061-1/+1
* | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Gravatar Emmanuel Gil Peyrot2015-08-111-8/+9
|/
* dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMGravatar Lioncash2015-07-291-20/+34
* dyncom: Migrate exclusive memory access control into armstateGravatar Lioncash2015-07-271-3/+22
* dyncom: Use std::array for register arraysGravatar Lioncash2015-07-261-24/+25
* dyncom: Use ARMul_State as an objectGravatar Lioncash2015-07-267-801/+833
* dyncom: Remove unnecessary initialization code.Gravatar Lioncash2015-07-253-52/+2
* dyncom: Remove unnecessary abort-related cruftGravatar Lioncash2015-07-251-45/+1
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-256-24/+24
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-255-45/+40
* dyncom: Move helper functions to their own headerGravatar Lioncash2015-07-254-38/+48
* dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonGravatar Lioncash2015-07-252-0/+765
* armdefs: Remove unnecessary extern keywordsGravatar Lioncash2015-07-251-25/+25
* Merge pull request #876 from linkmauve/include-cleanupsGravatar Yuri Kunde Schlesner2015-07-102-4/+6
|\
| * Core, VideoCore: Replace or fix exit() calls.Gravatar Emmanuel Gil Peyrot2015-06-282-4/+6
* | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-292-4/+2
* | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-294-42/+53
|/
* vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-123-4/+8
* vfp: Implement VMOVBCR/VMOVBRCGravatar Lioncash2015-06-122-5/+8
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-292-5/+5
* dyncom: Get rid of armemu.hGravatar Lioncash2015-05-232-47/+28
* dyncom: remove load_r15 from arm_instGravatar Lioncash2015-05-221-128/+96
* VFP: Log as trace to get rid of spamming.Gravatar bunnei2015-05-221-23/+23
* dyncom: Eliminate clang warningsGravatar Lioncash2015-05-212-5/+3
* Merge pull request #772 from lioncash/warnGravatar bunnei2015-05-182-6/+6
|\
| * vfp: Get rid of warningsGravatar Lioncash2015-05-142-6/+6
* | Merge pull request #770 from lioncash/dyncom_cleanGravatar bunnei2015-05-151-64/+64
|\ \
| * | dyncom: Remove unnecessary typedefsGravatar Lioncash2015-05-141-64/+64
| |/
* / Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-1/+1
|/
* vfp: Handle flush-to-zero mode.Gravatar Lioncash2015-05-113-84/+98
* Remove unnecessary dyncom header filesGravatar Lioncash2015-05-073-71/+0
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+0
* Clean-up includesGravatar Yuri Kunde Schlesner2015-05-061-0/+2
* Dyncom: Move cream cache to ARMul_State.Gravatar bunnei2015-05-011-0/+6
* dyncom: Remove more unused/unnecessary codeGravatar Lioncash2015-04-202-64/+1
* dyncom: Remove unused/unnecessary VFP cruftGravatar Lioncash2015-04-174-671/+7
* Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Gravatar Emmanuel Gil Peyrot2015-04-142-39/+36
* dyncom: Remove unnecessary enum and typedefGravatar Lioncash2015-04-071-25/+0
* vfp: Make the FPSID values match the MPCoreGravatar Lioncash2015-04-061-7/+7
* vfp: Get rid of the VFP_OFFSET macroGravatar Lioncash2015-04-065-64/+69
* Move CP15 enum definitions into their own enum.Gravatar Lioncash2015-04-062-23/+19
* dyncom: Move CP15 register writing into its own function.Gravatar Lioncash2015-04-022-0/+34