summaryrefslogtreecommitdiff
path: root/src/core/arm
AgeCommit message (Expand)Author
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-26Merge pull request #826 from lioncash/tablesYuri Kunde Schlesner
2015-05-26arm_dyncom_thumb: Merge STR/LDR table subsets.Lioncash
2015-05-26arm_dyncom_interpreter: Remove unused variableLioncash
2015-05-24arm_dyncom_interpreter: Remove unused macroLioncash
2015-05-23dyncom: Get rid of armemu.hLioncash
2015-05-22dyncom: Remove unused cpu parameter from decode_thumb_instrLioncash
2015-05-22dyncom: remove load_r15 from arm_instLioncash
2015-05-22dyncom: Remove unnecessary parameter for load/store operationsLioncash
2015-05-22VFP: Log as trace to get rid of spamming.bunnei
2015-05-21dyncom: Eliminate clang warningsLioncash
2015-05-18Merge pull request #772 from lioncash/warnbunnei
2015-05-15Merge pull request #774 from lioncash/decodingsYuri Kunde Schlesner
2015-05-15Merge pull request #770 from lioncash/dyncom_cleanbunnei
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-14dyncom: Add ARMv6K NOP and hint instructions to the decoding tableLioncash
2015-05-14dyncom: Handle some MSR variants individuallyLioncash
2015-05-14dyncom: Move exclusive load/stores above bbl and swi in the decoding tableLioncash
2015-05-14dyncom: Remove duplicate enums/prototypesLioncash
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