| Age | Commit message (Expand) | Author |
| 2015-05-23 | dyncom: Get rid of armemu.h | Lioncash |
| 2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner |
| 2015-05-14 | dyncom: Removed irrelevant log. | bunnei |
| 2015-05-06 | Clean-up includes | Yuri Kunde Schlesner |
| 2015-05-01 | Dyncom: Move cream cache to ARMul_State. | bunnei |
| 2015-04-20 | dyncom: Remove more unused/unnecessary code | Lioncash |
| 2015-04-17 | dyncom: Remove unused/unnecessary VFP cruft | Lioncash |
| 2015-04-06 | core: Migrate 3DS-specific CP15 register setting into Init | Lioncash |
| 2015-04-06 | Move CP15 enum definitions into their own enum. | Lioncash |
| 2015-04-06 | dyncom: Properly return the value of the user RO thread register | Lioncash |
| 2015-04-06 | dyncom: Set CP15 reset values on initialization | Lioncash |
| 2015-04-02 | dyncom: Move CP15 register writing into its own function. | Lioncash |
| 2015-04-02 | dyncom: Move CP15 register reading into its own function. | Lioncash |
| 2015-03-26 | dyncom: Migrate InAPrivilegedMode to armsupp | Lioncash |
| 2015-03-17 | dyncom: Make Load/Store instructions support big endian | Lioncash |
| 2015-02-25 | arm: Remove unnecessary booleans | Lioncash |
| 2015-02-13 | arm: General cleanup | Lioncash |
| 2015-02-12 | dyncom: Clean up the constructor | Lioncash |
| 2015-02-12 | arm: Remove ARMul_EmulateInit | Lioncash |
| 2015-02-11 | arm: Remove ARM26 support. | Lioncash |
| 2015-02-11 | arm: Get rid of some magic constants. Specify proper ARM mode. | Lioncash |
| 2015-02-10 | arm: Remove TRUE/FALSE defines | Lioncash |
| 2015-01-31 | arm: Clean up ARMul_State | Lioncash |
| 2015-01-31 | arm: Adios armemu | Lioncash |
| 2015-01-30 | arm: Throw out a lot of unnecessary code | Lioncash |
| 2015-01-19 | Cleanup: Logging in Core | Chin |
| 2015-01-12 | dyncom: Add a helper function for addition with a carry | Lioncash |
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner |
| 2015-01-05 | dyncom: Implement QADD/QSUB/QDADD/QDSUB | Lioncash |
| 2015-01-02 | armemu: Fix missing Q flag check for SMLSD. | Lioncash |
| 2015-01-02 | dyncom: Implement SMLAD/SMUAD/SMLSD/SMUSD | Lioncash |
| 2015-01-01 | Fix SADD8/SSUB8 in the armemu | Lioncash |
| 2014-12-29 | dyncom: Implement USAT/SSAT | bunnei |
| 2014-12-29 | armemu: Implement QADD8/QSUB8 | Lioncash |
| 2014-12-28 | Merge pull request #355 from lioncash/simp | bunnei |
| 2014-12-28 | armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate fi... | bunnei |
| 2014-12-28 | armemu: Simplify SSAT/SSAT16/SXTB/SXTAB | Lioncash |
| 2014-12-28 | armemu: Simplify REV/REV16/SXTH/SXTAH | Lioncash |
| 2014-12-28 | Merge pull request #354 from lioncash/usaduflow | bunnei |
| 2014-12-28 | armemu: Simplify USAT16/UXTB/UXTAB | Lioncash |
| 2014-12-28 | armemu: Simplify REVSH/UXTH/UXTAH | Lioncash |
| 2014-12-28 | armemu: Fix underflows in USAD8/USADA8 | Lioncash |
| 2014-12-27 | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | Lioncash |
| 2014-12-26 | armemu: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | Lioncash |
| 2014-12-25 | Merge pull request #339 from bunnei/fixup-gsp-synch | bunnei |
| 2014-12-25 | ARM: Add a mechanism for faking CPU time elapsed during HLE. | bunnei |
| 2014-12-25 | Merge pull request #343 from lioncash/smmla | bunnei |
| 2014-12-25 | Merge pull request #341 from lioncash/moresmops | bunnei |
| 2014-12-25 | armemu: Implement SMMUL, SMMLA, and SMMLS. | Lioncash |
| 2014-12-24 | armemu: Implement SMLALD/SMLSLD | Lioncash |