| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| | * | dyncom: Implement REVSH | 2015-01-02 | 1 | -45/+45 | |
| | | | | | | | | | Also joins the REV ops into one common place. | ||||
| * | | dyncom: Implement SMLALD/SMLSLD | 2015-01-02 | 1 | -3/+72 | |
| |/ | |||||
| * | Merge pull request #392 from lioncash/sm | 2015-01-02 | 1 | -3/+64 | |
| |\ | | | | | dyncom: Implement SMMLA/SMMUL/SMMLS | ||||
| | * | dyncom: Implement SMMLA/SMMUL/SMMLS | 2015-01-02 | 1 | -3/+64 | |
| | | | |||||
| * | | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | 2015-01-02 | 3 | -227/+282 | |
| |/ | |||||
| * | Merge pull request #390 from lioncash/wut | 2015-01-02 | 1 | -27/+0 | |
| |\ | | | | | dyncom: Remove dead function InterpreterInitInstLength | ||||
| | * | dyncom: Remove dead function InterpreterInitInstLength | 2015-01-02 | 1 | -27/+0 | |
| | | | | | | | | | Technically eliminates two memory leaks as well. | ||||
| * | | armemu: Fix missing Q flag check for SMLSD. | 2015-01-02 | 1 | -2/+6 | |
| | | | |||||
| * | | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | 2015-01-02 | 5 | -50/+84 | |
| |/ | |||||
| * | dyncom: Implement SXTAB16 and SXTB16 | 2015-01-01 | 1 | -3/+58 | |
| | | |||||
| * | Merge pull request #379 from lioncash/sh | 2015-01-01 | 1 | -8/+110 | |
| |\ | | | | | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | ||||
| | * | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | 2015-01-01 | 1 | -8/+110 | |
| | | | |||||
| * | | Fix SADD8/SSUB8 in the armemu | 2015-01-01 | 1 | -50/+28 | |
| | | | |||||
| * | | dyncom: Implement SADD8/SSUB8 | 2015-01-01 | 1 | -55/+108 | |
| |/ | |||||
| * | Merge pull request #375 from lioncash/uops | 2014-12-31 | 1 | -9/+208 | |
| |\ | | | | | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | ||||
| | * | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | 2014-12-31 | 1 | -9/+208 | |
| | | | |||||
| * | | dyncom: Massive refactor | 2014-12-30 | 2 | -654/+221 | |
| | | | |||||
| * | | Merge pull request #369 from darkf/mingw_ | 2014-12-30 | 1 | -0/+8 | |
| |\ \ | | | | | | | Fix MinGW build (2) | ||||
| | * \ | Fix merge conflicts | 2014-12-29 | 22 | -9156/+8501 | |
| | |\ \ | |||||
| | * | | | Add comment regarding __WIN32__ in SkyEye code | 2014-11-28 | 1 | -0/+4 | |
| | | | | | |||||
| | * | | | Fix MinGW build | 2014-11-28 | 1 | -0/+4 | |
| | | | | | |||||
| * | | | | vfp: Get rid of a few warnings | 2014-12-30 | 2 | -2/+2 | |
| | |_|/ |/| | | |||||
| * | | | vfp: Implement VMOVBRRSS | 2014-12-30 | 3 | -12/+44 | |
| | | | | |||||
| * | | | dyncom: Implement USAT16/SSAT16 | 2014-12-30 | 1 | -2/+61 | |
| | |/ |/| | |||||
| * | | dyncom: Implement USAT/SSAT | 2014-12-29 | 3 | -2/+131 | |
| | | | |||||
| * | | dyncom: Various cleanups to match coding style, no functional changes. | 2014-12-29 | 5 | -7087/+5962 | |
| | | | |||||
| * | | Merge pull request #361 from lioncash/moreqops | 2014-12-29 | 4 | -65/+142 | |
| |\ \ | | | | | | | dyncom/armemu: Implement QADD8/QSUB8. | ||||
| | * | | dyncom: Implement QADD8/QSUB8 | 2014-12-29 | 1 | -32/+42 | |
| | | | | |||||