about summary refs log tree commit diff stats
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added 67 C6 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-171-0/+5
* [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean...ptitSeb2024-02-151-1/+1
* [CI] Add Android Tests (#1263)KreitinnSoftware2024-02-141-1/+1
* [INTERPRETER] Improved FXAM handlingptitSeb2024-02-111-1/+1
* Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too)ptitSeb2024-02-101-0/+10
* Increased default size for number of elf in the tls dts zoneptitSeb2024-02-091-3/+5
* Added 1 syscallptitSeb2024-02-091-0/+4
* [DYNAREC_TEST] Have a proper TestEw that only copy/tests 2 bytes instead of 4ptitSeb2024-02-072-1/+14
* Reworked, again, exit processptitSeb2024-02-061-22/+22
* Changed a bit how SGDT/SIDT are faked ([ARM64_DYNAREC] too)ptitSeb2024-02-061-4/+10
* [INTERPRETER] CE opcode is only for 32bitsptitSeb2024-02-041-0/+4
* [INTERPRETER] Small D8..DF opcodes refactorptitSeb2024-02-048-288/+202
* [INTERPRETER] Improved 0F AE opcodesptitSeb2024-02-031-10/+15
* [X64EMU] Fix for linux clang (#1243)Lily2024-02-021-2/+2
* Fixed a warning on non-dynarec buildptitSeb2024-02-021-2/+0
* Added 0F 0E opcode support ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+5
* [32BITS] Added 67 64 89 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+7
* [32BITS] Added 67 64 A1 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+11
* [INTERPRETER] Added CE opcodeptitSeb2024-01-311-1/+9
* Added mknod syscall (#1236)Yang Liu2024-01-311-9/+24
* [LOONGARCH] Fixed potential compilation issueptitSeb2024-01-311-0/+26
* [32BITS] Small improvment to E8/E9 opcode to trucate address to 32bitsptitSeb2024-01-291-2/+8
* [INTERPRETOR] More finetunning to shrd16/shld16ptitSeb2024-01-291-2/+5
* [INTERPRETER] Small improvements to shr/shl to limit fals-positive on DYNAREC...ptitSeb2024-01-291-7/+7
* [DYNAREC_TEST] Fixed some potential fals-positive on some CMP opcodesptitSeb2024-01-291-4/+4
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-271-3/+5
* Rollback vfork changes, it broke SlayTheSpire, and probably other too (for #1...ptitSeb2024-01-271-3/+6
* [TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positiveptitSeb2024-01-275-23/+26
* [INTERPRETER] Add code for unaligned 32bits F0 87 opcodeptitSeb2024-01-271-1/+12
* Improved fxam helperptitSeb2024-01-271-5/+17
* Reworked 0F 01 opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-261-37/+24
* Added 66 8F opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-261-1/+5
* [32BITS] Added 16/17 ocodes ([ARM64_DYNAREC] too)ptitSeb2024-01-261-0/+16
* [INTERPRETER] Ignore 36/26 segment prefix for 66 prefixed opcodesptitSeb2024-01-261-1/+1
* [32BITS] Added some more opcode to the 32bits part of interpreter, to run mor...ptitSeb2024-01-261-6/+66
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-232-5/+21
* Added 1 syscallptitSeb2024-01-221-0/+1
* [TRACE] Slightly improved traceptitSeb2024-01-221-1/+7
* Make sure Stack is aligned properly... (should help #1187 and ~1188)ptitSeb2024-01-221-0/+2
* [TRACE] Improved trace for __libc_start_main init handlingptitSeb2024-01-211-1/+2
* Reworked exit, unloading libs and running Fini as it should (plus a workaroun...ptitSeb2024-01-191-5/+3
* Fixes (#1207)rajdakin2024-01-185-11/+19
* [INTERPRETER] Fixed D7 opcodeptitSeb2024-01-161-4/+1
* Added 1 more syscallptitSeb2024-01-161-0/+1
* [INTERPRETER] Fixed VM Detection (TF trick) for interpreterptitSeb2024-01-151-3/+12
* Added 1 syscallptitSeb2024-01-061-0/+1
* [INTERPRETER] Added 67 66 8D opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-064-0/+20
* [INTERPRETER] Added support for unaligned F0 0F BA /5 opcodeptitSeb2024-01-061-11/+25
* [INTERPRETER] Improved 0F 01 opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-061-0/+21
* [DYNAREC_RV64] Added CALL/RET optimization (#1183)Yang Liu2024-01-051-0/+6