| Age | Commit message (Expand) | Author |
| 2018-05-29 | Added support for more shader instructions and texture formats, fix swapped c... | gdkchan |
| 2018-05-26 | Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used... | gdkchan |
| 2018-04-06 | [CPU] Fix CBZ/CBNZ with 32 bits operands | gdkchan |
| 2018-03-30 | Enable all ld/st (single structure) instructions | gdkchan |
| 2018-03-15 | Add MLA (vector by element), fixes some cases of MUL (vector by element)? | gdkchan |
| 2018-03-15 | Fix CPU instruction Ld/St (single structure) with index != 0 | gdkchan |
| 2018-03-14 | CPU fix for the cases using a Mask with shift = 0 | gdkchan |
| 2018-03-06 | Add SMLAL (vector), fix EXT instruction | gdkchan |
| 2018-03-05 | Remove QueryMemory workaround | gdkchan |
| 2018-03-05 | Add MUL (vector by element), fix FCVTN, make svcs use MakeError too | gdkchan |
| 2018-03-04 | Improve CPU initial translation speeds (#50) | gdkchan |
| 2018-03-02 | Add EXT, CMTST (vector) and UMULL (vector) instructions | gdkchan |
| 2018-02-25 | Added initial support for function names from symbol table on the cpu with tr... | gdkchan |
| 2018-02-24 | Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instruction... | gdkchan |
| 2018-02-22 | Add FRINTP instruction, fix opcode ctor call method creation with multithreading | gdkchan |
| 2018-02-20 | Split main project into core,graphics and chocolarm4 subproject (#29) | emmauss |