aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* Remove dependency of ALU operation encoding on MIPS instruction format.Pavel Pisa2019-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 Pisa2019-02-05
| | | | | | All tests are passing now. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
* Add delay_slot latch for no-pipeline coreKarel Kočí2018-01-21
|
* Drop t-registers MakefileKarel Kočí2018-01-03
| | | | That test doesn't exists so why it's there?
* Add pipelined and no-delay-slot for qtmips_cliKarel Kočí2018-01-03
|
* Small changes in cpu_trap assemblyKarel Kočí2018-01-03
|
* Add cpu_trap testKarel Kočí2018-01-01
|
* Add ability to specify system mips toolchain in testsKarel Kočí2017-12-30
|
* Fix qt5 qmake not found on some distributions and todoKarel Kočí2017-12-11
|
* Set MIPS_PREFIX to contain tailing dashKarel 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 monthsKarel 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 staggedKarel Kočí2017-11-19
|
* Drop pushd and popd as those are not posix compatibleKarel Kočí2017-09-05
|
* Initial commitKarel Kočí2017-08-30
Adding work done so far.