| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #525 from lioncash/armwarn | 2015-02-01 | 2 | -6/+3 | |
| |\ | | | | | vfp: Get rid of some compile warnings | ||||
| | * | vfp: Get rid of some compile warnings | 2015-01-31 | 2 | -6/+3 | |
| | | | |||||
| * | | arm: Clean up ARMul_State | 2015-01-31 | 3 | -136/+83 | |
| |/ | | | | Remove unnecessary/unused struct variables. | ||||
| * | arm: Adios armemu | 2015-01-31 | 12 | -8576/+164 | |
| | | |||||
| * | dyncom: clean up arm_dyncom_dec.h | 2015-01-30 | 1 | -43/+2 | |
| | | |||||
| * | arm: Move headers over to pragma once | 2015-01-30 | 7 | -31/+11 | |
| | | |||||
| * | arm: Get rid of armcpu.h and skyeye_types.h | 2015-01-30 | 5 | -113/+0 | |
| | | |||||
| * | arm: Clean out armos.h and armmmu.h | 2015-01-30 | 2 | -181/+23 | |
| | | |||||
| * | arm: Throw out a lot of unnecessary code | 2015-01-30 | 6 | -1536/+56 | |
| | | |||||
| * | armdefs: Move some defines over to enums | 2015-01-30 | 1 | -131/+112 | |
| | | |||||
| * | dyncom: Minor cleanup | 2015-01-27 | 1 | -126/+137 | |
| | | | | | Narrow scopes for the instruction variables. Remove unnecessary parentheses. | ||||
| * | Update vfp.cpp | 2015-01-26 | 1 | -1/+1 | |
| | | | | VFP: Changed a debug log to trace. | ||||
| * | Merge pull request #410 from chinhodado/cleanup | 2015-01-24 | 5 | -483/+157 | |
| |\ | | | | | Cleanup: Logging in Core | ||||
| | * | Cleanup: Logging in Core | 2015-01-19 | 5 | -483/+157 | |
| | | | |||||
| * | | vfp: Clean up vertical alignment for instructions | 2015-01-23 | 1 | -131/+125 | |
| | | | |||||
| * | | dyncom: Minor cleanup | 2015-01-22 | 1 | -282/+270 | |
| | | | | | | | | | Removes some unused macros and cleans up indentation inconsistencies | ||||
| * | | dyncom: Clarify precedence for ternary statements | 2015-01-19 | 3 | -3/+3 | |
| | | | |||||
| * | | dyncom: Implement missing shifts in ScaledRegisterPostIndexed, etc | 2015-01-18 | 1 | -7/+33 | |
| |/ | |||||
| * | dyncom: Handle the ARM A2 encoding of STRT/LDRT | 2015-01-17 | 1 | -10/+24 | |
| | | | | | These were also missing the shifted register case. | ||||
| * | dyncom: Handle the ARM A2 encoding of LDRBT/STRBT. | 2015-01-16 | 1 | -17/+15 | |
| | | |||||
| * | vfp: Remove dead code | 2015-01-12 | 1 | -50/+14 | |
| | | |||||
| * | dyncom: Fix 32-bit ASR shifts for immediates | 2015-01-12 | 1 | -5/+3 | |
| | | |||||
| * | dyncom: Remove unused flag macros | 2015-01-12 | 1 | -15/+3 | |
| | | |||||
| * | dyncom: Get rid of unnecessary outer-scope variables in InterpreterMainLoop | 2015-01-12 | 1 | -97/+108 | |
| | | |||||
| * | dyncom: Fix overflow flag setting for ADD/RSB/RSC/SUB/SBC | 2015-01-12 | 1 | -38/+41 | |
| | | | | | Also cleans up CMN, and CMP. | ||||
| * | dyncom: Add a helper function for addition with a carry | 2015-01-12 | 3 | -12/+26 | |
| | | |||||
| * | dyncom: Fix ADC overflow flag setting | 2015-01-11 | 1 | -8/+12 | |
| | | |||||
| * | dyncom: Fix conditional execution of MSR | 2015-01-11 | 1 | -29/+31 | |
| | | |||||
| * | Move ThreadContext to core/core.h and deal with the fallout | 2015-01-09 | 5 | -11/+16 | |
| | | |||||
| * | DynCom: Add a comment to GetTicks. | 2015-01-08 | 1 | -0/+1 | |
| | | |||||
| * | Timing: Use CoreTiming::GetTicks to keep track of ticks. | 2015-01-08 | 2 | -6/+2 | |
| | | | | | This will keep track of idle ticks for us, and fixes some tickcount-related issues | ||||
| * | dyncom: Fix UMAAL | 2015-01-08 | 1 | -4/+4 | |
| | | | | | These need to be done as a 64-bit operation. | ||||
| * | Merge pull request #442 from lioncash/smul | 2015-01-07 | 1 | -10/+7 | |
| |\ | | | | | dyncom: Fix SMULWB/SMULWT | ||||
| | * | dyncom: Fix SMULWB/SMULWT | 2015-01-07 | 1 | -10/+7 | |
| | | | | | | | | | Wasn't doing proper sign-extension | ||||
| * | | Merge pull request #425 from Subv/coretiming | 2015-01-07 | 2 | -1/+9 | |
| |\ \ | |/ |/| | Ported the CoreTiming namespace from PPSSPP | ||||
| | * | CoreTiming: Ported the CoreTiming namespace from PPSSPP | 2015-01-07 | 2 | -1/+9 | |
| | | | | | | | | | | | | | Implemented the required calls to make it work. CoreTiming: Added a new logging class Core_Timing. | ||||
| * | | Merge pull request #438 from lioncash/swp | 2015-01-07 | 1 | -0/+1 | |
| |\ \ | | | | | | | dyncom: Fix SWPB | ||||
| | * | | dyncom: Fix SWPB | 2015-01-07 | 1 | -0/+1 | |
| | | | | |||||
| * | | | dyncom: Move over SMLALXY | 2015-01-07 | 1 | -1/+56 | |
| |/ / | |||||
| * | | Merge pull request #417 from kevinhartman/exclusive-tag-fix | 2015-01-06 | 2 | -16/+18 | |
| |\ \ | |/ |/| | Added exclusive reservation granule from ARMv7 spec to dyncom... | ||||
| | * | Added exclusive reservation granule from ARMv7 spec to dyncom to protect ↵ | 2015-01-05 | 2 | -16/+18 | |
| | | | | | | | | | LDR/STREX. | ||||
| * | | dyncom: Partially emulate BXJ | 2015-01-05 | 1 | -8/+25 | |
| | | | | | | | | | Just in case some game studio let the intern write inline assembly or something. | ||||
| * | | dyncom: Actually set the Q flag for SMLABB/SMLABT/SMLATB/SMLATT | 2015-01-05 | 1 | -1/+2 | |
| | | | | | | | | | Easy skyeye todo fix. | ||||
| * | | Merge pull request #418 from lioncash/qd | 2015-01-05 | 4 | -25/+117 | |
| |\ \ | | | | | | | dyncom: Implement QADD/QSUB/QDADD/QDSUB | ||||
| | * | | dyncom: Implement QADD/QSUB/QDADD/QDSUB | 2015-01-05 | 4 | -25/+117 | |
| | | | | |||||
| * | | | skyeye: Remove duplicate typedefs | 2015-01-04 | 4 | -41/+17 | |
| |/ / | | | | | | | citra already has its own typedefs like this. | ||||
| * | | Merge pull request #398 from lioncash/sm | 2015-01-03 | 1 | -1/+43 | |
| |\ \ | |/ |/| | dyncom: Implement SMLAW | ||||
| | * | dyncom: Implement SMLAW | 2015-01-03 | 1 | -1/+43 | |
| | | | |||||
| * | | VFP: Minor cleanup, functionally the same. | 2015-01-03 | 1 | -2587/+2476 | |
| |/ | |||||
| * | Merge pull request #395 from lioncash/rev | 2015-01-02 | 1 | -45/+45 | |
| |\ | | | | | dyncom: Implement REVSH | ||||