about summary refs log tree commit diff stats
path: root/src/dynarec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)ptitSeb2022-03-051-0/+23
* [DYNAREC] Added 64 0F B6 and 64 3B opcodesptitSeb2022-03-051-0/+31
* Added 64 63 opcode ([DYNAREC] Too)ptitSeb2022-03-051-1/+31
* [DYNAREC] Fixed GetEBO macroptitSeb2022-03-051-1/+2
* [ARM64] Added printer for STRB Reg, [Reg, Reg]ptitSeb2022-03-051-0/+9
* [DYNAREC] Fixed F3 0F E6 opcode (help Factorio)ptitSeb2022-03-031-1/+8
* Added 64 0F 11 opcode ([DYNAREC] too)ptitSeb2022-03-031-1/+18
* [DYNAREC] And yet more multiarch changesptitSeb2022-02-272-6/+9
* [DYNAREC] And more multiarch changesptitSeb2022-02-271-4/+4
* [DYNAREC] Still more multiarch changesptitSeb2022-02-272-1/+10
* [DYNAREC] Even more work on multiarchptitSeb2022-02-275-16/+22
* [DYNAREC] More multi-arch workptitSeb2022-02-271-12/+15
* [DYNAREC] More work on multi-archptitSeb2022-02-272-14/+15
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-2742-169/+211
* Merge pull request #236 from rajdakin/backtrace_fixptitSeb2022-02-141-0/+2
|\
| * Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-0/+2
* | Fixed the CVTPD2DQ dynarec opcoderajdakin2022-02-142-5/+9
|/
* [DYNAREC] Added 0F 3A 0F opcodeptitSeb2022-02-131-0/+24
* [DYNAREC] Added F2 0F D6 opcodeptitSeb2022-02-131-0/+12
* [DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...ptitSeb2022-02-116-20/+22
* Added 2E opcode ([DYNAREC] too)ptitSeb2022-02-061-0/+3
* Fixed a typo in TBZ_MARK and TBNZ_MARK emitter (fixed infinite loop in Ex-Zod...ptitSeb2022-01-091-2/+2
* [DYNAREC] Small optim to F0 81/83 /0 /5 opcodesptitSeb2022-01-091-8/+8
* [DYNAREC] Small change to unused PRECISE_CVT partptitSeb2022-01-075-10/+19
* [DYNAREC] Added 8E opcodeptitSeb2022-01-061-1/+13
* [DYNAREC] Oops, fixed 66 0F D1/D2 opcodesptitSeb2022-01-061-2/+2
* [DYNAREC] Added 66 0F D1 opcode and improved 66 0F D2 opcodeptitSeb2022-01-063-5/+36
* [DYNAREC] Added 66 0F E3 opcodeptitSeb2022-01-061-1/+21
* [DYNAREC] Added F0 66 09 opcode (for Metro Exodus)ptitSeb2022-01-031-0/+22
* [DYNAREC] Added some more Memory Barrier when trying to emulate StrongMem mod...ptitSeb2022-01-011-0/+4
* [DYNAREC] Added DMB printerptitSeb2022-01-011-0/+4
* [DYNAREC] Small change in dynablock handlingptitSeb2021-12-311-4/+4
* [DYNAREC] Fixed some border case for IDIV opcodeptitSeb2021-12-222-2/+20
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-221-2/+37
* [DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem met...ptitSeb2021-11-191-2/+4
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-185-37/+144
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...ptitSeb2021-11-181-2/+8
* [DYNAREC] Fixed a small issue with Segfault in Fillblock detectionptitSeb2021-11-151-0/+1
* [DYNAREC] Added some DMB to try help multi-tasked+JIT program (may help #110)ptitSeb2021-11-143-3/+52
* [DYNAREC] Added DMB emitterptitSeb2021-11-141-0/+3
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-116-48/+87
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-1110-107/+101
* Improved CMPSS/CMPSD opcodes, improved test17 ([DYNAREC] too, and improved MI...ptitSeb2021-11-072-21/+37
* Chnaged memory protection tracking to reduce usage of lock, especially for [D...ptitSeb2021-11-052-11/+13
* [DYNAREC] Fixed right shift emmiter with const = 1 (help wine 6.17, and proba...ptitSeb2021-11-011-3/+3
* [DYNAREC] Cancel a dynablock if a segfault occurs while building itptitSeb2021-10-271-0/+13
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-241-1/+36
* [DYNAREC] Added F2 0F E6 opcodeptitSeb2021-10-051-0/+12
* [DYNAREC] Added 67 89/C1/F7 opcodesptitSeb2021-10-052-3/+266
* [DYNAREC] Somme fix for 66 83 opcodesptitSeb2021-09-261-10/+10