| Age | Commit message (Expand) | Author |
| 2015-01-01 | dyncom: Implement SADD8/SSUB8 | Lioncash |
| 2014-12-31 | Merge pull request #375 from lioncash/uops | bunnei |
| 2014-12-31 | dyncom: Implement UADD8/UADD16/USUB8/USUB16/UASX/USAX | Lioncash |
| 2014-12-30 | dyncom: Massive refactor | bunnei |
| 2014-12-30 | Merge pull request #369 from darkf/mingw_ | bunnei |
| 2014-12-30 | vfp: Get rid of a few warnings | Lioncash |
| 2014-12-30 | vfp: Implement VMOVBRRSS | Lioncash |
| 2014-12-30 | dyncom: Implement USAT16/SSAT16 | Lioncash |
| 2014-12-29 | Fix merge conflicts | darkf |
| 2014-12-29 | dyncom: Implement USAT/SSAT | bunnei |
| 2014-12-29 | dyncom: Various cleanups to match coding style, no functional changes. | bunnei |
| 2014-12-29 | Merge pull request #361 from lioncash/moreqops | bunnei |
| 2014-12-29 | dyncom: Fix SMLALXY's instruction labels | Lioncash |
| 2014-12-29 | dyncom: Implement QADD8/QSUB8 | Lioncash |
| 2014-12-29 | armemu: Implement QADD8/QSUB8 | Lioncash |
| 2014-12-28 | dyncom: Implement UXTB16/UXTAB16 | Lioncash |
| 2014-12-28 | Merge pull request #355 from lioncash/simp | bunnei |
| 2014-12-28 | vfp: Actually make the code somewhat readable | Lioncash |
| 2014-12-28 | dyncom: Implement PKHBT and PKHTB. | bunnei |
| 2014-12-28 | armemu: Fix PKHTB to do an arithmetic shift and correctly decode immediate fi... | bunnei |
| 2014-12-28 | dyncom: Implement USAD8/USADA8 | Lioncash |
| 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 | dyncom: Implement UQADD8, UQADD16, UQSUB8, UQSUB16, UQASX, and UQSAX. | Lioncash |
| 2014-12-27 | armemu: Implement UQADD8, UQADD16, UQSUB16, UQASX, and UQSAX | Lioncash |
| 2014-12-27 | dyncom: Implement UHADD8, UHADD16, UHSUB8, UHSUB16, UHASX, and UHSAX | 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 |
| 2014-12-24 | armemu: Fix GE/Q flag setting semantics | Lioncash |
| 2014-12-23 | armemu: Set the Q flag correctly for much of the other ops | Lioncash |
| 2014-12-23 | armemu: Set the Q flag properly for SMLAD/SMUAD | Lioncash |
| 2014-12-23 | Merge pull request #334 from lioncash/cpsr | bunnei |
| 2014-12-23 | Merge pull request #335 from lioncash/cpsrcreate | bunnei |
| 2014-12-22 | armemu: Properly set the Q flag for SSAT16/USAT16 upon saturation. | Lioncash |
| 2014-12-22 | armemu: Fix SEL | Lioncash |
| 2014-12-22 | armemu: Fix construction of the CPSR | Lioncash |
| 2014-12-22 | armemu: Fix retrieval of the CPSR in MRS instructions. | Lioncash |
| 2014-12-22 | dyncom: Move over QADD16/QASX/QSAX/QSUB16 | Lioncash |
| 2014-12-22 | Merge pull request #322 from chinhodado/master | bunnei |
| 2014-12-21 | dyncom: Move SEL over | Lioncash |
| 2014-12-21 | Merge pull request #324 from lioncash/dync | bunnei |