| Age | Commit message (Expand) | Author |
| 2014-12-18 | armemu: Set GE flags correctly for SSUB16, SADD16, SSAX, and SASX. | Lioncash |
| 2014-12-18 | Merge pull request #299 from lioncash/join | bunnei |
| 2014-12-17 | Merge pull request #298 from lioncash/flags | bunnei |
| 2014-12-17 | Merge pull request #295 from lioncash/umaal | bunnei |
| 2014-12-17 | armemu: Combine SSUB16, SADD16, SASX, and SSAX. | Lioncash |
| 2014-12-17 | Merge pull request #292 from lioncash/backports | bunnei |
| 2014-12-17 | armemu: Unset GE flags for UADD8 if results are < 0x100 | Lioncash |
| 2014-12-17 | armemu: Fix SSUB16 | Lioncash |
| 2014-12-17 | Merge pull request #293 from lioncash/sops | bunnei |
| 2014-12-17 | Merge pull request #287 from lioncash/qaddsub16 | bunnei |
| 2014-12-17 | armemu: Implement UMAAL | Lioncash |
| 2014-12-17 | armemu: Narrow the scope of some variables in handle_v6_insn | Lioncash |
| 2014-12-17 | armemu: Fix SADD16 | Lioncash |
| 2014-12-17 | armemu: Fix PKHTB | Normmatt |
| 2014-12-17 | armemu: Implement REVSH | Normmatt |
| 2014-12-17 | armemu: Fix UXTAB/UXTAH | Normmatt |
| 2014-12-17 | armemu: Fix SXTAB | Normmatt |
| 2014-12-17 | armemu: Fix SXTAH | Normmatt |
| 2014-12-17 | Merge pull request #289 from lioncash/smops | bunnei |
| 2014-12-16 | armemu: Fix SMUAD, SMUSD, and SMLAD | Lioncash |
| 2014-12-16 | armemu: Join SMUAD, SMUSD, and SMLAD | Lioncash |
| 2014-12-16 | armemu: Fix lower-bound signed saturation clamping for QADD16/QSUB16. | Lioncash |
| 2014-12-16 | armemu: Join QADD16 and QSUB16 together. | Lioncash |
| 2014-12-15 | armemu: Implement UXTAB16 | Lioncash |
| 2014-12-14 | armemu: Fix UXTB16 | Lioncash |
| 2014-12-14 | ARM: Pull some SkyEye fixes from 3dmoo. | bunnei |
| 2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner |
| 2014-12-08 | armemu: Fix SSAX | Lioncash |
| 2014-12-08 | armemu: Fix SASX | Lioncash |
| 2014-12-07 | armemu: Fix parenthesis warnings regarding bitwise ops | Lioncash |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ... | Emmanuel Gil Peyrot |
| 2014-11-18 | Fix documentation of parameters | Lioncash |
| 2014-11-02 | ARM: Merged additional ARMv6 instructions implemented by 3dmoo. | bunnei |
| 2014-10-26 | Add `override` keyword through the code. | Yuri Kunde Schlesner |
| 2014-10-25 | ARM: Removed unnecessary and unused SkyEye MMU code. | bunnei |
| 2014-10-25 | ARM: Removed unused armos code from SkyEye. | bunnei |
| 2014-10-25 | ARM: Integrate SkyEye faster "dyncom" interpreter. | bunnei |
| 2014-10-25 | ARM: Reorganized file structure to move shared SkyEye code to a more common a... | bunnei |
| 2014-09-06 | core: Make the ARM disassembler use std::string internally | Lioncash |
| 2014-08-28 | Threading: Fix thread starting to execute first instruction correctly. | bunnei |
| 2014-08-20 | ARM: Remove a forgotten const in vfp. | Emmanuel Gil Peyrot |
| 2014-07-23 | ARM: Synchronize Citra's SkyEye core with 3dmoo's. | bunnei |
| 2014-07-19 | core: Kill off type redefenitions in armdefs.h | Lioncash |
| 2014-06-14 | Merge branch 'threading' of https://github.com/bunnei/citra | bunnei |
| 2014-06-05 | arm: fixed a bug where ARM_Interpreter::ExecuteInstructions was actually exec... | bunnei |
| 2014-06-05 | arm: fixed bug in how thread context switch occurs with SkyEye | bunnei |
| 2014-06-04 | arm: reverting a change made with cb0663de - this has to have been a typo! | bunnei |
| 2014-06-01 | arm: added option to prepare CPU core (while mid-instruction) for thread resc... | bunnei |
| 2014-05-29 | arm: removed unnecessary code when calling SVC from skyeye | bunnei |
| 2014-05-22 | Merge branch 'threading' | bunnei |