| Age | Commit message (Expand) | Author |
| 2018-02-20 | Split main project into core,graphics and chocolarm4 subproject (#29) | emmauss |
| 2018-02-20 | Add FDIV (vector) instruction | gdkchan |
| 2018-02-20 | Add SMULL (vector), USHR (scalar), FCCMPE, FNMSUB, fixed a some instructions | gdkchan |
| 2018-02-20 | Misc language usage simplifications (#26) | Kurt |
| 2018-02-20 | Implement Zip1, Zip2 (#25) | Merry |
| 2018-02-19 | Somewhat better scheduler I guess | gdkchan |
| 2018-02-18 | Rename ARegisters to AThreadState | gdkchan |
| 2018-02-18 | Minor cpu fixes | gdkchan |
| 2018-02-18 | Add MLS (vector) instruction, fix mistake introduced on last commit | gdkchan |
| 2018-02-18 | Fix for some SIMD issues | gdkchan |
| 2018-02-17 | Add FCVTAS and FCVTAU instructions | gdkchan |
| 2018-02-17 | CPU refactoring - move SIMD (scalar and vector) instructions to separate file... | gdkchan |
| 2018-02-15 | Add some tests (#18) | Merry |
| 2018-02-15 | Shouldn't have undone this | gdkchan |
| 2018-02-15 | Emit CIL directly for more SIMD instructions, add UCVTF (vector, scalar) and ... | gdkchan |
| 2018-02-14 | AInstEmitAluHelper: Simplify EmitAddsVCheck (#14) | Merry |
| 2018-02-14 | AInstEmitAluHelper: Simplify EmitSubsCCheck (#15) | Merry |
| 2018-02-14 | Add SHRN instruction, and fix ADDV | gdkchan |
| 2018-02-13 | Made initial implementation of the thread scheduler, refactor Svc to avoid pa... | gdkchan |
| 2018-02-12 | Generate CIL for SCVTF (vector), add undefined encodings for some instructions | gdkchan |
| 2018-02-10 | Only throw undefined instruction exception at execution, not at translation s... | gdkchan |
| 2018-02-10 | Add BRK on the opcode table | gdkchan |
| 2018-02-10 | Add BRK instruction, fix wrong namespace on one of Am interfaces, and disable... | gdkchan |
| 2018-02-09 | Fixes to memory management | gdkchan |
| 2018-02-09 | Move a few more SIMD instructions to emit CIL directly instead of a method call | gdkchan |
| 2018-02-09 | Add FVCTZS (fixed point variant) and LD1 (single structure variant) instructions | gdkchan |
| 2018-02-08 | Merge pull request #2 from gdkchan/direct_memory | gdkchan |
| 2018-02-07 | Fix a copy-paste bug on Ins_V | gdkchan |
| 2018-02-07 | Add ADC and SBC instructions | gdkchan |
| 2018-02-07 | Add FMADD and FMSUB instructions | gdkchan |
| 2018-02-07 | Add FMOV (scalar, register) and FCMPE instructions | gdkchan |
| 2018-02-07 | Removed parts of the MMU functionality to use memory directly (faster, but po... | gdkchan |
| 2018-02-07 | Implement SSHL instruction, fix exception on FMAX/FMIN, and use a better exce... | gdkchan |
| 2018-02-06 | Support loading NSO/NRO without a MOD0 header, stub some functions, support m... | gdkchan |
| 2018-02-06 | Improve access to system registers by using properties, also use exclusive re... | gdkchan |
| 2018-02-04 | aloha | gdkchan |