Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Drop jump predictions | Karel Kočí | 2017-12-30 |
| | | | | | | | | Although there are branch likely instruction the whole mips instruction set is designed around static jump predictions. The usage of delay slot ensures that we don't have to handle jump predictions on cpu it self at all. Adding it on top of that makes little to no sense although that was the original plan. | ||
* | Add missing programmemory.ui | Karel Kočí | 2017-12-21 |
| | |||
* | A lot of small changes in gui | Karel Kočí | 2017-12-21 |
| | | | | | | Added machine status. Widgets now hold size and registers dock has now scrollbars. And more... | ||
* | Some pleanups and small fixes | Karel Kočí | 2017-12-21 |
| | | | | | These are just code fixes. Shouldn't change anything but makes code cleaner. | ||
* | Implement alu for coreview | Karel Kočí | 2017-12-17 |
| | |||
* | Prepend include guard of coreview header files with COREVIEW_ | Karel Kočí | 2017-12-17 |
| | |||
* | Use drawPolygon more and better way | Karel Kočí | 2017-12-17 |
| | |||
* | Put qtmips_machine to machine namespace | Karel Kočí | 2017-12-17 |
| | |||
* | Drop removed file from pro file | Karel Kočí | 2017-12-16 |
| | |||
* | Implement some barebone registers dock | Karel Kočí | 2017-12-15 |
| | |||
* | Implement few initial graphic elements | Karel Kočí | 2017-12-15 |
| | |||
* | Change default tab in new dialog | Karel Kočí | 2017-12-15 |
| | |||
* | 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 |
| | |||
* | Create gui menu | Karel Kočí | 2017-08-30 |
| | |||
* | Initial commit | Karel Kočí | 2017-08-30 |
Adding work done so far. |