| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #525 from lioncash/armwarn | bunnei | 2015-02-01 | 2 | -6/+3 |
|\ |
|
| * | vfp: Get rid of some compile warnings | Lioncash | 2015-02-01 | 2 | -6/+3 |
* | | arm: Clean up ARMul_State | Lioncash | 2015-02-01 | 1 | -110/+71 |
|/ |
|
* | arm: Adios armemu | Lioncash | 2015-02-01 | 3 | -821/+108 |
* | arm: Move headers over to pragma once | Lioncash | 2015-01-30 | 5 | -23/+9 |
* | arm: Get rid of armcpu.h and skyeye_types.h | Lioncash | 2015-01-30 | 2 | -109/+0 |
* | arm: Clean out armos.h and armmmu.h | Lioncash | 2015-01-30 | 2 | -181/+23 |
* | arm: Throw out a lot of unnecessary code | Lioncash | 2015-01-30 | 3 | -279/+20 |
* | armdefs: Move some defines over to enums | Lioncash | 2015-01-30 | 1 | -131/+112 |
* | Update vfp.cpp | bunnei | 2015-01-27 | 1 | -1/+1 |
* | Merge pull request #410 from chinhodado/cleanup | bunnei | 2015-01-24 | 4 | -432/+151 |
|\ |
|
| * | Cleanup: Logging in Core | Chin | 2015-01-19 | 4 | -432/+151 |
* | | vfp: Clean up vertical alignment for instructions | Lioncash | 2015-01-23 | 1 | -131/+125 |
* | | dyncom: Clarify precedence for ternary statements | Lioncash | 2015-01-20 | 2 | -2/+2 |
|/ |
|
* | vfp: Remove dead code | Lioncash | 2015-01-12 | 1 | -50/+14 |
* | dyncom: Add a helper function for addition with a carry | Lioncash | 2015-01-12 | 1 | -0/+1 |
* | Merge pull request #417 from kevinhartman/exclusive-tag-fix | bunnei | 2015-01-06 | 1 | -11/+11 |
|\ |
|
| * | Added exclusive reservation granule from ARMv7 spec to dyncom to protect LDR/STREX. | Kevin Hartman | 2015-01-06 | 1 | -11/+11 |
* | | Merge pull request #418 from lioncash/qd | bunnei | 2015-01-05 | 2 | -5/+6 |
|\ \ |
|
| * | | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash | 2015-01-05 | 2 | -5/+6 |
| |/ |
|
* / | skyeye: Remove duplicate typedefs | Lioncash | 2015-01-04 | 1 | -27/+3 |
|/ |
|
* | VFP: Minor cleanup, functionally the same. | bunnei | 2015-01-03 | 1 | -2587/+2476 |
* | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash | 2015-01-03 | 2 | -1/+2 |
* | dyncom: Massive refactor | bunnei | 2014-12-31 | 1 | -140/+30 |
* | vfp: Get rid of a few warnings | Lioncash | 2014-12-30 | 2 | -2/+2 |
* | vfp: Implement VMOVBRRSS | Lioncash | 2014-12-30 | 3 | -12/+44 |
* | dyncom: Implement USAT/SSAT | bunnei | 2014-12-30 | 1 | -0/+2 |
* | dyncom: Various cleanups to match coding style, no functional changes. | bunnei | 2014-12-30 | 1 | -32/+0 |
* | armemu: Implement QADD8/QSUB8 | Lioncash | 2014-12-29 | 1 | -0/+5 |
* | vfp: Actually make the code somewhat readable | Lioncash | 2014-12-29 | 3 | -1650/+944 |
* | dyncom: Implement USAD8/USADA8 | Lioncash | 2014-12-28 | 2 | -1/+1 |
* | Merge pull request #354 from lioncash/usaduflow | bunnei | 2014-12-28 | 1 | -0/+1 |
|\ |
|
| * | armemu: Fix underflows in USAD8/USADA8 | Lioncash | 2014-12-28 | 1 | -0/+1 |
* | | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX. | Lioncash | 2014-12-27 | 2 | -4/+5 |
* | | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | Lioncash | 2014-12-27 | 1 | -0/+4 |
|/ |
|
* | armemu: Set the Q flag properly for SMLAD/SMUAD | Lioncash | 2014-12-23 | 1 | -0/+1 |
* | armemu: Fix construction of the CPSR | Lioncash | 2014-12-23 | 2 | -4/+5 |
* | armemu: Fix FTOUI NaN sign. | Normmatt | 2014-12-16 | 1 | -1/+1 |
* | armemu: Fix FSUBS bug where NaN shouldn't be negated | Normmatt | 2014-12-16 | 1 | -1/+4 |
* | Merge pull request #276 from lioncash/decrappify | bunnei | 2014-12-15 | 1 | -306/+169 |
|\ |
|
| * | Clean up armdefs.h | Lioncash | 2014-12-14 | 1 | -306/+169 |
* | | ARM: Pull some SkyEye fixes from 3dmoo. | bunnei | 2014-12-15 | 2 | -4/+4 |
|/ |
|
* | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 2014-12-13 | 1 | -3/+1 |
* | Remove unused includes to common/thread.h | Emmanuel Gil Peyrot | 2014-11-25 | 1 | -2/+0 |
* | HLE: Revamp error handling throrough the HLE code | Yuri Kunde Schlesner | 2014-11-24 | 1 | -16/+18 |
* | Change some SkyEye defines to const ints | Yuri Kunde Schlesner | 2014-11-24 | 2 | -34/+16 |
* | Fix compilation errors | Sean Maas | 2014-11-03 | 1 | -2/+2 |
* | ARM: Merge latest VFP fixes from 3dmoo team. | bunnei | 2014-11-02 | 4 | -2096/+2388 |
* | Fix VFP compilation errors with gcc | Yuri Kunde Schlesner | 2014-10-31 | 1 | -12/+12 |
* | vfp_helper: Get rid of integer type redefinitions | Lioncash | 2014-10-26 | 1 | -7/+1 |
* | ARM: Removed unnecessary and unused SkyEye MMU code. | bunnei | 2014-10-25 | 2 | -118/+0 |
* | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei | 2014-10-25 | 6 | -38/+87 |
* | ARM: Reorganized file structure to move shared SkyEye code to a more common area. | bunnei | 2014-10-25 | 14 | -0/+11033 |