aboutsummaryrefslogtreecommitdiff
path: root/src/dolphin
Commit message (Collapse)AuthorAge
* some tiny A64 optimisationsRSDuck2021-06-30
|
* fix aarch64 build with gcc 11RSDuck2021-04-29
|
* update copyright year and add missing GPL headersRSDuck2021-03-12
|
* Fix the ARM64 Code Emitter on macOSWaluigiWare642020-12-28
|
* remove some UBRSDuck2020-09-04
| | | | | | | - savestates used to read a four bytes from a single byte value - a few unassigned variables - some other things - also make the ROR macro an inline function
* another tryRSDuck2020-07-09
|
* misc JIT changesRSDuck2020-07-08
|
* apply fixes for aarch64 linux by @nadiaholmquistRSDuck2020-04-26
|
* move ARM64 JIT backend hereRSDuck2020-04-26
|
* remove unneeded dolphin code, C++11 static_assertRSDuck2020-04-26
|
* jit: add compile optionRSDuck2020-04-26
|
* jit: remove unnessary files from dolphinRSDuck2020-04-26
|
* jit: fix linuxRSDuck2020-04-26
|
* JIT: compilation of word load and storeRSDuck2020-04-26
|
* JIT: baseRSDuck2020-04-26
all instructions are interpreted