aboutsummaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2015-05-14dyncom: Remove unnecessary definesLioncash
2015-05-14dyncom: Make translation-unit functions and variables staticLioncash
2015-05-14vfp: Get rid of warningsLioncash
2015-05-14dyncom: Remove unnecessary typedefsLioncash
2015-05-14dyncom: Remove unused structsLioncash
2015-05-14dyncom: Removed irrelevant log.bunnei
2015-05-13dyncom: Fix decoding of BKPT's immediateLioncash
2015-05-11Merge pull request #752 from lioncash/flushbunnei
2015-05-11dyncom: Stub MCRR and MRRCLioncash
2015-05-11vfp: Handle flush-to-zero mode.Lioncash
2015-05-07Merge pull request #728 from lioncash/varsLioncash
2015-05-07Remove unnecessary dyncom header filesLioncash
2015-05-07dyncom: Remove an unnecessary variable in the interpreterLioncash
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner
2015-05-01Dyncom: Move cream cache to ARMul_State.bunnei
2015-04-20dyncom: Remove more unused/unnecessary codeLioncash
2015-04-17dyncom: Remove unused/unnecessary VFP cruftLioncash
2015-04-14Core_ARM11: Replace debug prints with our own logging functions in vfpsingle.Emmanuel Gil Peyrot
2015-04-14Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot
2015-04-07dyncom: Remove unnecessary enum and typedefLioncash
2015-04-06vfp: Make the FPSID values match the MPCoreLioncash
2015-04-06vfp: Get rid of the VFP_OFFSET macroLioncash
2015-04-06Merge pull request #685 from lioncash/cpregsbunnei
2015-04-06core: Migrate 3DS-specific CP15 register setting into InitLioncash
2015-04-06arm_interface: Support retrieval/storage to CP15 registersLioncash
2015-04-06Move CP15 enum definitions into their own enum.Lioncash
2015-04-06dyncom: Properly return the value of the user RO thread registerLioncash
2015-04-06dyncom: Set CP15 reset values on initializationLioncash
2015-04-05dyncom: Suppress uninitialized variable warningsLioncash
2015-04-02dyncom: Move CP15 register writing into its own function.Lioncash
2015-04-02dyncom: Move CP15 register reading into its own function.Lioncash
2015-03-26dyncom: Migrate InAPrivilegedMode to armsuppLioncash
2015-03-24Merge pull request #674 from lioncash/sys-instrsbunnei
2015-03-24dyncom: Implement SRSLioncash
2015-03-24dyncom: Implement RFELioncash
2015-03-24dyncom: Remove unused/unnecessary macros and macro constantsLioncash
2015-03-20armmmu: Remove unnecessary enum valuesLioncash
2015-03-19Merge pull request #659 from lioncash/setendbunnei
2015-03-17dyncom: Make Load/Store instructions support big endianLioncash
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
2015-03-14dyncom: Implement SETENDLioncash
2015-03-10dyncom: Minor cleanupLioncash
2015-03-08dyncom: Fix an indexing bug in STMLioncash
2015-03-08dyncom: General cleanup of STMLioncash
2015-03-08dyncom: Increment addr when accessing LR in LDMLioncash
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
2015-03-03vfp: Get rid of warningsLioncash
2015-03-01Add profiling infrastructure and widgetYuri Kunde Schlesner