about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Improved trace a bitptitSeb2024-02-012-1/+2
* [INTERPRETER] Added CE opcodeptitSeb2024-01-311-1/+9
* When BOX64_VERSION is set, just print the version and exit (#1238)josch2024-01-311-0/+5
* Made PageSize detection / Handling dynamic. nd fixed elfloading for pagesize ...ptitSeb2024-01-313-65/+49
* Added mknod syscall (#1236)Yang Liu2024-01-311-9/+24
* Consider libutil as integral part of glibcptitSeb2024-01-311-0/+5
* [LOONGARCH] Fixed potential compilation issueptitSeb2024-01-311-0/+26
* [RV64_DYNAREC] Fixed 0F AF 32bits (for #1210)ptitSeb2024-01-301-0/+9
* [ARM64_DYNAREC] Added UDF printerptitSeb2024-01-301-0/+5
* [ARM64_DYNAREC] Small changes on 32BITS E9 opcode to ensure 32bits jump desti...ptitSeb2024-01-301-2/+7
* [RV64_DYNAREC] Fixed some isue wiht sse_get_reg helper function tht would inc...ptitSeb2024-01-291-11/+13
* [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
* [ARM64_DYNAREC] ROL/ROR/RCL/RCR might not update OF if count is not 1ptitSeb2024-01-292-13/+55
* [ARM64_DYNAREC] Small improvments to SHLD/SHRD helpersptitSeb2024-01-291-21/+15
* [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
* [ARM64_DYNAREC] Fixed 66 50-5F opcodes (helps Dave the Diver)ptitSeb2024-01-291-2/+2
* [TRACE] Slightly better trace for some dynarec runtime issuesptitSeb2024-01-292-3/+3
* [ARM64_DYNAREC] Added 67 6B opcodeptitSeb2024-01-291-0/+34
* [ARM64_DYNAREC] Added F0 0F C0 opcodeptitSeb2024-01-291-0/+46
* Added more slot for X11 Callbacks wrappingptitSeb2024-01-291-1/+6
* [DYNAREC] Small improvment in dynablock/protectDB handlingptitSeb2024-01-293-11/+47
* [ARM64_DYNAREC] Removed old unused codeptitSeb2024-01-291-20/+0
* [DYNAREC] Narrow the cases for Strange SIGSEGV to protextion with READ & WIRTEptitSeb2024-01-281-1/+1
* [RCFIEL] Fixed BOX64_IGNOREINT3ptitSeb2024-01-281-1/+1
* Fixed SnapDragon buildsptitSeb2024-01-271-1/+1
* Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)ptitSeb2024-01-276-33/+43
* Rollback vfork changes, it broke SlayTheSpire, and probably other too (for #1...ptitSeb2024-01-271-3/+6
* [ARM64_DYNAREC] Added E4/E5/E6/E7 opcodesptitSeb2024-01-271-2/+16
* [ARM64_DYNAREC][32BITS] Added D4/D5 opcodesptitSeb2024-01-271-0/+26
* [ARM64_DYNAREC][32BITS] Added 37 opcodeptitSeb2024-01-271-1/+13
* [ARM64_DYNAREC][32BITS] Added 27 opcodeptitSeb2024-01-271-2/+14
* [ARM64_DYNAREC][32BITS] Added 2F opcodeptitSeb2024-01-271-1/+13
* [ARM64_DYNAREC] Improved shld16 opcodeptitSeb2024-01-271-8/+6
* [ARM64_DYNAREC] Fixed 66 8C opcode and improved many 66 prefix opcode on 32BITSptitSeb2024-01-272-29/+30
* [TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positiveptitSeb2024-01-275-23/+26
* [ARM64_DYNAREC] Removed unused codeptitSeb2024-01-273-36/+0
* [INTERPRETER] Add code for unaligned 32bits F0 87 opcodeptitSeb2024-01-271-1/+12
* Track protection even if 0ptitSeb2024-01-271-7/+1
* [ARM64_DYNAREC] Fixed/Improved D9 E5 opcode and add hack for FLD1/FLD1/FPATAN...ptitSeb2024-01-271-6/+85
* Improved fxam helperptitSeb2024-01-271-5/+17
* [ARM64_DYNAREC] Fixed previous commitptitSeb2024-01-261-3/+3
* Reworked 0F 01 opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-262-46/+54
* Added 66 8F opcode ([ARM64_DYNAREC] too)ptitSeb2024-01-262-20/+35
* [32BITS] Added 16/17 ocodes ([ARM64_DYNAREC] too)ptitSeb2024-01-262-1/+35
* [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
* Add 'BOX64_MMAP32' to help info (#1220)KreitinnSoftware2024-01-261-0/+1
* [MMAP32] 31bits address space is in fact 3GB address space (so 31.5 bits?)ptitSeb2024-01-241-1/+1