about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* [COSIM] Added thread-safe tests (#1477)Yang Liu2024-04-3018-11/+138
* Fixed wrapped function signature for xcb_image_put (should help #1450)ptitSeb2024-04-304-5/+5
* [ARM64_DYNAREC] Added CE opcodeptitSeb2024-04-301-1/+13
* [ARM64_DYNAREC] Fixed some more issue on x87 handlingptitSeb2024-04-291-1/+7
* [DYNAREC] Allocate Dynarec memory by 2Mb batch, and advise for hugepage if av...ptitSeb2024-04-291-4/+20
* This should fix non-dynarec buildptitSeb2024-04-291-0/+2
* Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVMptitSeb2024-04-294-5/+18
* Added a way to hide SSE 4.2, as it might slow down things using the string op...ptitSeb2024-04-295-6/+23
* [INTERPRETER] Fixed pcmp[ei]strm opcodesptitSeb2024-04-281-8/+8
* [ARM64_DYNAREC] Some fixes to pcmp[ei]strm opcodesptitSeb2024-04-281-4/+4
* [DYNAREC] Change method to detect dead code in block (fixes Spintires on Wow6...ptitSeb2024-04-283-12/+25
* [ARM64_DYNAREC] Cosmetic change on FCOM helper macroptitSeb2024-04-281-3/+3
* [RV64_DYNAREC] Fixed DIV and IDIV for zero divisor (#1476)xctan2024-04-283-13/+105
* [ARM64_DYNAREC] Added some comment on ARM64 jump conditionptitSeb2024-04-281-0/+17
* Added some comment to x87 sw flagsptitSeb2024-04-281-6/+6
* [TRACE] Added C3..C0 to x87 traceptitSeb2024-04-281-0/+2
* Added 3 more functions on wrapped sdl2 (for VVVVVV)ptitSeb2024-04-271-0/+3
* Fixed my_prepare_thread in dynarec build (#1474)Yang Liu2024-04-271-2/+4
* [LA64_DYNAREC] Added more opcodes (#1473)Yang Liu2024-04-272-0/+157
* Changed how wine prereserve is handled on box64ptitSeb2024-04-272-7/+3
* [DYNAREC] Fix some flag propagation with partial SF_SET/SF_SET_DFptitSeb2024-04-271-5/+1
* [LA64_DYNAREC] Added more opcodes and fixes (#1472)Yang Liu2024-04-277-12/+269
* [ARM64_DYNAREC] Improved x87 stack handling on transformCache helper (helps c...ptitSeb2024-04-271-26/+26
* [LA64_DYNAREC] Added more useful extensions detection (#1469)Yang Liu2024-04-263-7/+29
* [LA64_DYNAREC] Added more opcodes (#1468)Yang Liu2024-04-265-11/+174
* [DYNAREC] Fixed an issue with flags when using SF_SET_NODF (fixed regression ...ptitSeb2024-04-261-1/+1
* [DYNAREC] More fixes on BIGBLOCKptitSeb2024-04-261-1/+1
* [ARM64_DYNAREC] Added 0F B1 opcodeptitSeb2024-04-261-0/+30
* [DYNAREC] Stop building a block if opcode is garbbage or not redeable (should...ptitSeb2024-04-261-1/+8
* [DYNAREC] Fixed emit_shift functions and more (#1466)Yang Liu2024-04-253-14/+38
* [DYNAREC] Fix for some rare (or less rare depending on the backend) case of j...ptitSeb2024-04-241-1/+1
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-2427-245/+428
* Made minimum rdtsc frequency to 2GHz (seems 1GHz is not enough for Horizon Ze...ptitSeb2024-04-231-1/+1
* Autocalibrate RDTSC clock to 1GHz minimum, instead of 500MHz (helps HorizonZe...ptitSeb2024-04-221-1/+1
* [ARM64_DYNAREC] Small optim on flags handlingptitSeb2024-04-2210-70/+69
* [ARM64_DYNAREC] Improved some specific cases of pcmpestri opcodeptitSeb2024-04-223-23/+152
* [INTERPRETER] Improved SSE4.2 String opcodes, and improved test27ptitSeb2024-04-221-3/+9
* [ANDOIRD] Fix buildptitSeb2024-04-221-2/+0
* [TRACE] Fixed some dumpreg when x87stack is incoherentptitSeb2024-04-221-1/+3
* [ANDROID] Try to fix test 07ptitSeb2024-04-221-0/+7
* [ARM64_PRINTER] Added SHL printerptitSeb2024-04-221-0/+11
* [ARM64_PRINTER] Fix some case of DecodeBit not working for 64bits valuesptitSeb2024-04-201-3/+5
* Added 1 more sdl2 function (for #1458)ptitSeb2024-04-191-0/+1
* Added 2 wrapped functions to sdl2ptitSeb2024-04-181-0/+2
* Wrapped 1 more function for mpg123 (#1454)Yang Liu2024-04-171-0/+1
* Added 66 68 opcode ([ARM64_DYNAREC] too)ptitSeb2024-04-172-0/+10
* [DYNAREC] Fixed CF flag computation (#1453)Yang Liu2024-04-172-12/+22
* [RV64_DYNAREC] Added more opcodes (#1451)ZoHan2024-04-171-0/+22
* [LA64_DYNAREC] Added more opcodes (#1447)Yang Liu2024-04-149-4/+284
* [LA64_DYNAREC] Added 1 more opcode and some fixes too (#1444)Yang Liu2024-04-145-4/+89