Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add ELF library even to the final executables linking to allow build with ↵ | Pavel Pisa | 2019-02-12 |
| | | | | | | static machine lib. Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Correct build for LLVM. | Fanda Vacek | 2019-02-09 |
| | |||
* | Add license to the source files. | Pavel Pisa | 2019-02-04 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Specify rpath during linking to find qtmips_machine library without install. | Pavel Pisa | 2019-01-30 |
| | | | | Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz> | ||
* | Implement Cache configuration | Karel Kočí | 2018-03-06 |
| | | | | This commit implements both cache configuration for machine and for gui. | ||
* | Compile with debug symbols for DEBUG config | Karel Kočí | 2018-01-25 |
| | |||
* | Allow instruction trace from any stage | Karel Kočí | 2018-01-11 |
| | | | | | | In reality this internally allows us to see stages even it we are not using pipelining but that is hidden from outside simply to not confuse user. | ||
* | Add pipelined and no-delay-slot for qtmips_cli | Karel Kočí | 2018-01-03 |
| | |||
* | Add trace-feth to qtmips_cli | Karel Kočí | 2018-01-03 |
| | |||
* | Simplify how we define exceptions | Karel Kočí | 2018-01-01 |
| | | | | | Exceptions definition was pretty much just copy and past. That can do preprocessor for us too so use it for it. | ||
* | cli: extend tracer and implement reporter | Karel Kočí | 2018-01-01 |
| | |||
* | Put qtmips_machine to machine namespace | Karel Kočí | 2017-12-17 |
| | |||
* | 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 |
| | |||
* | Initial commit | Karel Kočí | 2017-08-30 |
Adding work done so far. |