about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix unclosed item list (#1532)Yip Coekjan2024-05-251-0/+2
|
* Added 67 66 0F D6 ([ARM64_dynarec] too)ptitSeb2024-05-252-0/+32
|
* [TRACE] Group trace member of x64emu_tptitSeb2024-05-241-4/+2
|
* [RV64_DYNAREC] Fix dynarec build for RV64ptitSeb2024-05-242-4/+4
|
* more avx infrastructureptitSeb2024-05-249-25/+80
|
* Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)ptitSeb2024-05-247-24/+168
|
* Workaround on a race condition on SDL_GetThreadID (#1530)Yang Liu2024-05-246-1/+20
|
* Redirect pthread_yield to sched_yield (#1529)Yang Liu2024-05-241-1/+1
|
* [LA64_DYNAREC] Added more opcodes (#1528)Yang Liu2024-05-2310-8/+498
|
* [ARM64_DYNAREC] Added 66 D9 /6 and 66 DD /4 /6 opcodesptitSeb2024-05-233-2/+76
|
* Some more x87 adjustment, but it still off a bitptitSeb2024-05-232-5/+5
|
* [LA64_DYNAREC] Added CMPXCHG8B and CMPXCHG16B opcodes (#1527)Yang Liu2024-05-234-0/+117
|
* More fixes to x87 handlingptitSeb2024-05-231-27/+45
|
* [RV64_DYNAREC] Fixed LOCK XCHG byte opcode (#1526)Yang Liu2024-05-231-4/+34
|
* [LA64_DYNAREC] Added more opcodes (#1525)Yang Liu2024-05-234-1/+158
|
* Wrapped libpsl5 (#1523)ZoHan2024-05-238-0/+60
| | | | | * Wrapped libpsl5 * Recover files
* [ARM64_DYNAREC] Small potential fix to D9 E5 opcodeptitSeb2024-05-221-0/+6
|
* Fixed some x87 handling issuesptitSeb2024-05-221-7/+7
|
* [LA64_DYNAREC] Fixed more issues here and there (#1521)Yang Liu2024-05-225-10/+30
| | | | | | | * [LA64_DYNAREC] Fixed more issues here and there * minor optim * minor change
* [LA64_DYNAREC] Fixed some non-lbt flags comutation issues (#1520)Yang Liu2024-05-223-10/+17
|
* [LA64_DYNAREC] Fixed LOCK XCHG byte opcode fallback path (#1519)Yang Liu2024-05-221-4/+34
| | | | | * [LA64_DYNAREC] Fixed LOCK XCHG byte opcode fallback path * fix
* [DYNAREC] Simplified emit_pf helper (#1518)Yang Liu2024-05-225-33/+27
| | | | | * [DYNAREC] Simplified emit_pf helper * Remove unused function and outdated comments
* [ARM64_DYANREC] Simplified emit_pf helperptitSeb2024-05-226-93/+90
|
* Start of a new dev. cycleptitSeb2024-05-221-1/+1
|
* Bumped version to v0.2.8ptitSeb2024-05-213-1/+47
|
* [RV64] Made Zba and Xthead* detection mutually exclusive (#1514)Yang Liu2024-05-211-54/+55
|
* [ARM64_DYNAREC] Some small fixes to D9 E5 opcodeptitSeb2024-05-211-13/+9
|
* [RV64_DYNAREC] Fixed a bunch of x87 opcodesptitSeb2024-05-215-46/+179
|
* [RV64_DYNAREC] Fixed some MMX opcodes (#1513)Yang Liu2024-05-211-2/+6
| | | | | * Fixed MOVD opcode * Fixed PSHUFW opcode
* [ARM64_DYNAREC] Fixed PSLLD/PSLLQ opcodes (#1512)Yang Liu2024-05-212-5/+11
|
* [INTERPRETER] Added more opcodes and fixed some opcodes too (#1511)Yang Liu2024-05-211-11/+116
|
* [RV64_DYNAREC] Fixed a few more opcodesptitSeb2024-05-203-6/+7
|
* [RV64_DYNAREC] Fixed some bit manipulation opcodesptitSeb2024-05-202-2/+20
|
* [RV64_DYNAREC] Fixed some issue with shld/shrd emitterptitSeb2024-05-202-25/+29
|
* [RV64_DYNAREC] Fixed some rotation emitersptitSeb2024-05-203-26/+38
|
* [RV64_DYNAREC] Fixed some math emiter issuesptitSeb2024-05-203-12/+16
|
* [LA64_DYNAREC] Fixed 66 0F 67 PACKUSWB opcode (#1508)Yang Liu2024-05-201-0/+5
|
* [LA64_DYNAREC] Fixed LOCK ADD opcode (#1507)Yang Liu2024-05-201-3/+5
|
* [INTERPRETER] Fixed CMPXCHG16B opcode for la64 (#1506)Yang Liu2024-05-202-2/+2
| | | it's not the best we can do, but it fixes things. Will came up something better with scq extension later.
* Wrapped another __isoc23 functionptitSeb2024-05-201-0/+1
|
* Removed all traces of PAGE8K, PAGE16K and PAGE64K as it's now detected in ↵ptitSeb2024-05-202-29/+1
| | | | runtime
* Updated Wine details on READMEptitSeb2024-05-201-1/+3
|
* Updated contributorsptitSeb2024-05-203-11/+9
|
* Wrapped one more __isoc23 functionptitSeb2024-05-201-0/+1
|
* [ARM64_DYNAREC] Some various fixes after double-check of codeptitSeb2024-05-192-7/+9
|
* [ARM64_DYNAREC] Use optimized rcl/rcr emiter for remaining opcodes with ↵ptitSeb2024-05-192-28/+16
| | | | 64/65/67 prefixes
* [INTERPRETER] Added unaligned handling for 32bits F0 83 /0 opcodeptitSeb2024-05-191-1/+5
|
* [ARM64_DYNAREC] Small optimisation for edge case on a few shift emiterptitSeb2024-05-181-4/+14
|
* Added 2 new syscallsptitSeb2024-05-171-0/+2
|
* Added 2 wrapped function libsdl2mixer ('two months' works now)ptitSeb2024-05-171-0/+2
|