aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm/skyeye_common
AgeCommit message (Expand)Author
2016-12-15gdbstub: Remove global variable from public interfaceLioncash
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-06-10arm_dyncom_interpreter: Rename anonymous enum to TransExtDataarchshift
2016-05-26Merge pull request #1568 from JayFoxRox/fix-printfMat M
2016-05-18Remove `exceptions` parameter from `normaliseround` VFP functionsJannik Vogel
2016-05-18Fix exception propagation for VFP single precisionJannik Vogel
2016-05-18Fix exception propagation for VFP double precisionJannik Vogel
2016-05-16Fix ftoi behaviourJannik Vogel
2016-05-16Respect fpscr in ftoizJannik Vogel
2016-03-21armstate: Correct FIQ register bankingLioncash
2015-12-06dyncom: Remove static keyword from header functionsLioncash
2015-12-06dyncom: const correctness changesLioncash
2015-11-29armstate: Zero out the registers on creationLioncash
2015-11-11Merge pull request #1122 from polaris-/gdbstubbunnei
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-10-04Implement gdbstubpolaris-
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-11General: Replace NULL and '0' usages with nullptr where applicableLioncash
2015-09-05DynCom: Converted all 0xE condition code checks to ConditionCode::ALarchshift
2015-08-22Merge pull request #1025 from yuriks/heap-managementYuri Kunde Schlesner
2015-08-16Memory: Move address type conversion routines to memory.cpp/hYuri Kunde Schlesner
2015-08-15vfp: use std::swap where applicableLioncash
2015-08-13Merge pull request #1027 from lioncash/debuggerbunnei
2015-08-11ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ...Emmanuel Gil Peyrot
2015-08-06arm_interface: Implement interface for retrieving VFP registersLioncash
2015-07-29dyncom: Handle the case where PC is the source register for STR/VSTM/VLDMLioncash
2015-07-27dyncom: Migrate exclusive memory access control into armstateLioncash
2015-07-26dyncom: Use std::array for register arraysLioncash
2015-07-26dyncom: Use ARMul_State as an objectLioncash
2015-07-25dyncom: Remove unnecessary initialization code.Lioncash
2015-07-25dyncom: Remove unnecessary abort-related cruftLioncash
2015-07-25dyncom: Rename armdefs.h to armstate.hLioncash
2015-07-25dyncom: Get rid of skyeye typedefsLioncash
2015-07-25dyncom: Move helper functions to their own headerLioncash
2015-07-25dyncom: Move arminit.cpp and armsupp.cpp into skyeye_commonLioncash
2015-07-25armdefs: Remove unnecessary extern keywordsLioncash
2015-07-10Merge pull request #876 from linkmauve/include-cleanupsYuri Kunde Schlesner
2015-06-29vfp: Change return type of VFPInit from unsigned int to void.Lioncash
2015-06-29vfp: Handle accesses to FPINST/FPINST2 system registersLioncash
2015-06-28Core, VideoCore: Replace or fix exit() calls.Emmanuel Gil Peyrot
2015-06-12vfp: Handle accesses to the VFP media feature registersLioncash
2015-06-12vfp: Implement VMOVBCR/VMOVBRCLioncash
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-05-22dyncom: remove load_r15 from arm_instLioncash
2015-05-22VFP: Log as trace to get rid of spamming.bunnei
2015-05-21dyncom: Eliminate clang warningsLioncash