Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove dependency of ALU operation encoding on MIPS instruction format. | Pavel Pisa | 2019-02-07 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | No reorder has to be specified else addi is moved to j delay slot. | Pavel Pisa | 2019-02-05 |
| | | | | | | All tests are passing now. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Add delay_slot latch for no-pipeline core | Karel Kočí | 2018-01-21 |
| | |||
* | Drop t-registers Makefile | Karel Kočí | 2018-01-03 |
| | | | | That test doesn't exists so why it's there? | ||
* | Add pipelined and no-delay-slot for qtmips_cli | Karel Kočí | 2018-01-03 |
| | |||
* | Small changes in cpu_trap assembly | Karel Kočí | 2018-01-03 |
| | |||
* | Add cpu_trap test | Karel Kočí | 2018-01-01 |
| | |||
* | Add ability to specify system mips toolchain in tests | Karel Kočí | 2017-12-30 |
| | |||
* | Fix qt5 qmake not found on some distributions and todo | Karel Kočí | 2017-12-11 |
| | |||
* | Set MIPS_PREFIX to contain tailing dash | Karel Kočí | 2017-12-11 |
| | | | | | | | It's common practice to have cross compilation prefix with dash as it allows you to not use any prefix at all and still have valid gcc call (although we are checking if we have it set at all but that doesn't matter for now). | ||
* | Another huge pile of work for about two months | Karel Kočí | 2017-11-19 |
| | | | | | | Well I should commit every change instead of this madness. I am not documenting changes as all this is just improvements and implementation progression. | ||
* | Just something I had stagged | Karel Kočí | 2017-11-19 |
| | |||
* | Drop pushd and popd as those are not posix compatible | Karel Kočí | 2017-09-05 |
| | |||
* | Initial commit | Karel Kočí | 2017-08-30 |
Adding work done so far. |