| Commit message (Expand) | Author | Files | Lines |
2015-01-03 | dyncom: Implement REVSH | Lioncash | 1 | -45/+45 |
2015-01-03 | dyncom: Implement SMLALD/SMLSLD | Lioncash | 1 | -3/+72 |
2015-01-03 | dyncom: Implement SMMLA/SMMUL/SMMLS | Lioncash | 1 | -3/+64 |
2015-01-03 | dyncom: Implemented LDREXD/STREXD/LDREXH/STREXH | bunnei | 3 | -227/+282 |
2015-01-03 | dyncom: Remove dead function InterpreterInitInstLength | Lioncash | 1 | -27/+0 |
2015-01-03 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | 1 | -44/+73 |
2015-01-02 | dyncom: Implement SXTAB16 and SXTB16 | Lioncash | 1 | -3/+58 |
2015-01-01 | dyncom: Implement SHADD8/SHADD16/SHSUB8/SHSUB16/SHASX/SHSAX | Lioncash | 1 | -8/+110 |
2015-01-01 | dyncom: Implement SADD8/SSUB8 | Lioncash | 1 | -55/+108 |
2014-12-31 | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | Lioncash | 1 | -9/+208 |
2014-12-31 | dyncom: Massive refactor | bunnei | 1 | -514/+191 |
2014-12-30 | dyncom: Implement USAT16/SSAT16 | Lioncash | 1 | -2/+61 |
2014-12-30 | dyncom: Implement USAT/SSAT | bunnei | 1 | -2/+94 |
2014-12-30 | dyncom: Various cleanups to match coding style, no functional changes. | bunnei | 4 | -7055/+5962 |
2014-12-29 | dyncom: Fix SMLALXY's instruction labels | Lioncash | 1 | -2/+2 |
2014-12-29 | dyncom: Implement QADD8/QSUB8 | Lioncash | 1 | -32/+42 |
2014-12-29 | dyncom: Implement UXTB16/UXTAB16 | Lioncash | 1 | -2/+55 |
2014-12-29 | vfp: Actually make the code somewhat readable | Lioncash | 2 | -14/+109 |
2014-12-28 | dyncom: Implement PKHBT and PKHTB. | bunnei | 1 | -2/+57 |
2014-12-28 | dyncom: Implement USAD8/USADA8 | Lioncash | 1 | -2/+52 |
2014-12-27 | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX. | Lioncash | 1 | -8/+97 |
2014-12-27 | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash | 1 | -11/+123 |
2014-12-26 | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei | 2 | -49/+14 |
2014-12-22 | dyncom: Move over QADD16/QASX/QSAX/QSUB16 | Lioncash | 1 | -7/+87 |
2014-12-22 | dyncom: Move SEL over | Lioncash | 1 | -1/+58 |
2014-12-22 | dyncom: Move over SASX/SSAX/SADD16/SSUB16 | Lioncash | 1 | -7/+102 |
2014-12-21 | More warning cleanups | Chin | 3 | -9/+6 |
2014-12-21 | License change | purpasmart96 | 3 | -3/+3 |
2014-12-19 | dyncom: Implement UMAAL | Lioncash | 1 | -1/+47 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -99/+101 |
2014-11-29 | dyncom: Use unordered_map rather than the terrible 2-level bb_map | Yuri Kunde Schlesner | 1 | -33/+15 |
2014-11-29 | arm_dyncom_interpreter: Get rid of unused var warnings | Lioncash | 1 | -4/+2 |
2014-11-29 | Add comment regarding __WIN32__ in SkyEye code | darkf | 1 | -0/+4 |
2014-11-29 | Fix MinGW build | darkf | 1 | -0/+4 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 3 | -4/+4 |
2014-11-18 | Fix documentation of parameters | Lioncash | 1 | -1/+1 |
2014-11-12 | ARM: Fixed dyncom to use reg15 for PC (this core doesn't use pc variable). | bunnei | 1 | -2/+2 |
2014-11-12 | ARM: Removed unnecessary goto with each instruction. | bunnei | 1 | -43/+39 |
2014-11-12 | ARM: Fixed several dyncom bugs. | bunnei | 3 | -17/+25 |
2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner | 1 | -7/+7 |
2014-10-25 | ARM: Removed unnecessary and unused SkyEye MMU code. | bunnei | 1 | -1/+0 |
2014-10-25 | ARM: Updated dyncom core to use fast label lookup table on clang. | bunnei | 1 | -3/+7 |
2014-10-25 | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | 10 | -0/+8124 |