index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[INTERPRETER] Added avx (F3 0F) 7F opcode
ptitSeb
2024-05-27
1
-6
/
+16
*
[INTERPRETER] Added avx (66 0F 3A) 44 opcode
ptitSeb
2024-05-27
7
-14
/
+181
*
Small cleanup in my_cpuid
ptitSeb
2024-05-27
1
-1
/
+1
*
[INTERPRETER] Added avx (66 0F) 6F ocpode
ptitSeb
2024-05-27
1
-0
/
+16
*
[INTERPRETER] Added avx (66 0F) 6C/6D opcode and even more fixes to some avx ...
ptitSeb
2024-05-26
1
-22
/
+58
*
[INTERPRETER] Added avx (66 0F) DB opcode and more fixes to some avx opcodes
ptitSeb
2024-05-26
1
-10
/
+28
*
[INTERPRETER] Added avx (66 0F) EB opcode and fixed other avx opcodes
ptitSeb
2024-05-26
2
-38
/
+72
*
[INTERPRETER] Added avx (66 0F) 64/65/66/72/73/EF opcodes
ptitSeb
2024-05-26
1
-2
/
+173
*
[INTERPRETER] Added avx (F3 0F) 6F and (66 0F) 70
ptitSeb
2024-05-26
8
-18
/
+263
*
Added 67 66 83 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-05-26
3
-0
/
+119
*
Fixed xrstor helper
ptitSeb
2024-05-26
1
-1
/
+1
*
[INTERPRETER] my first avx opcode
ptitSeb
2024-05-26
10
-19
/
+197
*
Added 67 66 0F D6 ([ARM64_dynarec] too)
ptitSeb
2024-05-25
2
-0
/
+32
*
[TRACE] Group trace member of x64emu_t
ptitSeb
2024-05-24
1
-4
/
+2
*
[RV64_DYNAREC] Fix dynarec build for RV64
ptitSeb
2024-05-24
2
-4
/
+4
*
more avx infrastructure
ptitSeb
2024-05-24
9
-25
/
+80
*
Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too)
ptitSeb
2024-05-24
7
-24
/
+168
*
Workaround on a race condition on SDL_GetThreadID (#1530)
Yang Liu
2024-05-24
6
-1
/
+20
*
Redirect pthread_yield to sched_yield (#1529)
Yang Liu
2024-05-24
1
-1
/
+1
*
[LA64_DYNAREC] Added more opcodes (#1528)
Yang Liu
2024-05-23
10
-8
/
+498
*
[ARM64_DYNAREC] Added 66 D9 /6 and 66 DD /4 /6 opcodes
ptitSeb
2024-05-23
3
-2
/
+76
*
Some more x87 adjustment, but it still off a bit
ptitSeb
2024-05-23
2
-5
/
+5
*
[LA64_DYNAREC] Added CMPXCHG8B and CMPXCHG16B opcodes (#1527)
Yang Liu
2024-05-23
4
-0
/
+117
*
More fixes to x87 handling
ptitSeb
2024-05-23
1
-27
/
+45
*
[RV64_DYNAREC] Fixed LOCK XCHG byte opcode (#1526)
Yang Liu
2024-05-23
1
-4
/
+34
*
[LA64_DYNAREC] Added more opcodes (#1525)
Yang Liu
2024-05-23
4
-1
/
+158
*
Wrapped libpsl5 (#1523)
ZoHan
2024-05-23
7
-0
/
+59
*
[ARM64_DYNAREC] Small potential fix to D9 E5 opcode
ptitSeb
2024-05-22
1
-0
/
+6
*
Fixed some x87 handling issues
ptitSeb
2024-05-22
1
-7
/
+7
*
[LA64_DYNAREC] Fixed more issues here and there (#1521)
Yang Liu
2024-05-22
5
-10
/
+30
*
[LA64_DYNAREC] Fixed some non-lbt flags comutation issues (#1520)
Yang Liu
2024-05-22
3
-10
/
+17
*
[LA64_DYNAREC] Fixed LOCK XCHG byte opcode fallback path (#1519)
Yang Liu
2024-05-22
1
-4
/
+34
*
[DYNAREC] Simplified emit_pf helper (#1518)
Yang Liu
2024-05-22
5
-33
/
+27
*
[ARM64_DYANREC] Simplified emit_pf helper
ptitSeb
2024-05-22
6
-93
/
+90
*
Start of a new dev. cycle
ptitSeb
2024-05-22
1
-1
/
+1
*
Bumped version to v0.2.8
ptitSeb
2024-05-21
1
-1
/
+1
*
[RV64] Made Zba and Xthead* detection mutually exclusive (#1514)
Yang Liu
2024-05-21
1
-54
/
+55
*
[ARM64_DYNAREC] Some small fixes to D9 E5 opcode
ptitSeb
2024-05-21
1
-13
/
+9
*
[RV64_DYNAREC] Fixed a bunch of x87 opcodes
ptitSeb
2024-05-21
5
-46
/
+179
*
[RV64_DYNAREC] Fixed some MMX opcodes (#1513)
Yang Liu
2024-05-21
1
-2
/
+6
*
[ARM64_DYNAREC] Fixed PSLLD/PSLLQ opcodes (#1512)
Yang Liu
2024-05-21
2
-5
/
+11
*
[INTERPRETER] Added more opcodes and fixed some opcodes too (#1511)
Yang Liu
2024-05-21
1
-11
/
+116
*
[RV64_DYNAREC] Fixed a few more opcodes
ptitSeb
2024-05-20
3
-6
/
+7
*
[RV64_DYNAREC] Fixed some bit manipulation opcodes
ptitSeb
2024-05-20
2
-2
/
+20
*
[RV64_DYNAREC] Fixed some issue with shld/shrd emitter
ptitSeb
2024-05-20
2
-25
/
+29
*
[RV64_DYNAREC] Fixed some rotation emiters
ptitSeb
2024-05-20
3
-26
/
+38
*
[RV64_DYNAREC] Fixed some math emiter issues
ptitSeb
2024-05-20
3
-12
/
+16
*
[LA64_DYNAREC] Fixed 66 0F 67 PACKUSWB opcode (#1508)
Yang Liu
2024-05-20
1
-0
/
+5
*
[LA64_DYNAREC] Fixed LOCK ADD opcode (#1507)
Yang Liu
2024-05-20
1
-3
/
+5
*
[INTERPRETER] Fixed CMPXCHG16B opcode for la64 (#1506)
Yang Liu
2024-05-20
2
-2
/
+2
[next]