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
...
*
[ARM64_DYNAREC] More fixes and optim on IMUL flags
ptitSeb
2024-03-02
2
-13
/
+49
*
[ARM64_DYNAREC] Fixed flags for 69 opcode, and small optim for 0F AF opcode
ptitSeb
2024-03-02
2
-37
/
+36
*
[ARM64_DYNAREC] Small optim on some cases of F2 0F 70 opcode
ptitSeb
2024-03-02
1
-11
/
+21
*
[ARM64_DYNAREC] Small optim on flag computation for 69 opcode
ptitSeb
2024-03-02
1
-6
/
+54
*
[LA64_DYNAREC] Added more opcodes with CALL/RET optimization (#1310)
Yang Liu
2024-03-02
5
-1
/
+159
*
[LA64_DYNAREC] Adopt to ARM64 way of CALL/RET optim since there is a dedicate...
Yang Liu
2024-03-02
3
-10
/
+5
*
[LA64_DYNAREC] Added xSavedSP to emitter for later use
ptitSeb
2024-03-02
1
-0
/
+1
*
[LA64_DYNAREC] Added 70-7F Jcc opcodes, refine printer and some fixes too (#1...
Yang Liu
2024-03-02
12
-124
/
+875
*
Added 66 F8/F9 ([ARM64_DYNAREC] too)
ptitSeb
2024-03-01
2
-0
/
+20
*
[LA64_DYNAREC] Added 1 more opcode and more fixes (#1305)
Yang Liu
2024-02-29
6
-5
/
+87
*
[LA64_DYNAREC] Added more opcodes and fixed more things (#1304)
Yang Liu
2024-02-29
5
-19
/
+45
*
[LA64_DYNAREC] Added LBT support to all implemented emit functions and fixed ...
Yang Liu
2024-02-29
1
-24
/
+100
*
[LA64_DYNAREC] Added basic LBT support, setup xMASK (#1302)
Yang Liu
2024-02-29
6
-14
/
+37
*
[LA64_DYNAREC] Removed F_OF2 trick as it's unnecessary (#1300)
Yang Liu
2024-02-29
4
-28
/
+6
*
[LA64_DYNAREC] Added some LBT instructions (#1299)
Yang Liu
2024-02-29
1
-1
/
+174
*
Added wrapped support for EGL/GLESv2
ptitSeb
2024-02-29
14
-99
/
+700
*
[LONGAARCH_DYNAREC] Added 00...05 and 28...2D opcodes (#1297)
Haichen Wu
2024-02-29
16
-93
/
+1122
*
[LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w...
ptitSeb
2024-02-28
28
-195
/
+195
*
LARCH64 dynarec (#1295)
Haichen Wu
2024-02-28
23
-0
/
+2335
*
Added all wrapped function to libpci
ptitSeb
2024-02-28
4
-34
/
+55
*
Even more slot for X11 callbacks
ptitSeb
2024-02-28
1
-1
/
+19
*
Small change on steam-pressure-vessel emulation
ptitSeb
2024-02-28
1
-0
/
+4
*
[ELFLOADER] Fixed another warning
ptitSeb
2024-02-28
1
-2
/
+2
*
[ELFLOADER] Fixed a warning
ptitSeb
2024-02-28
1
-1
/
+1
*
[RV64_INTERP] Added TSC freq support (#1293)
Yang Liu
2024-02-28
3
-17
/
+67
*
[RV64_DYNAREC] Fixed RDTSC handling (#1291)
Yang Liu
2024-02-27
3
-20
/
+63
*
[ANDROID] Small change on my___libc_init signature
ptitSeb
2024-02-27
1
-1
/
+1
*
Added some more wrapped libm functions
ptitSeb
2024-02-27
4
-10
/
+63
*
Added 1 more syscall
ptitSeb
2024-02-27
1
-0
/
+1
*
Added empty command 14 to CPUID
ptitSeb
2024-02-27
1
-0
/
+11
*
[ARM64_DYNAREC] Added FF /3 opcode
ptitSeb
2024-02-27
1
-0
/
+41
*
[ARM64_DYNAREC] copied code for F0 87 to 87 opcode, as they should behavee th...
ptitSeb
2024-02-27
1
-5
/
+9
*
[32BITS][ARM64_DYNAREC] Added 67 E0..E3 opcodes
ptitSeb
2024-02-27
1
-0
/
+60
*
[RV64_DYNAREC] Optimized XOR Ew, Gw when Ew == Gw (#1289)
xctan
2024-02-27
1
-8
/
+62
*
Added some more vulkan extensions
ptitSeb
2024-02-27
1
-0
/
+11
*
[ARM64_DYNAREC] Added C8 opcode (for CP2077)
ptitSeb
2024-02-27
1
-1
/
+25
*
[ARM64_DYNAREC] Added 66 F0 01 opcode (for CP2077)
ptitSeb
2024-02-27
1
-0
/
+31
*
[ARM64_DYNAREC] Fixed a potential issue with F0 87 opcode
ptitSeb
2024-02-27
1
-1
/
+1
*
Added some more slots for X11 callbacks (help Cyberpunk 2077)
ptitSeb
2024-02-27
1
-1
/
+9
*
[RV64_INTERP] Comply CMPXCHG16B with dynarec (#1288)
Yang Liu
2024-02-27
1
-2
/
+18
*
[ANDROID] BBBBUUUIIIIILLLLDDDD
ptitSeb
2024-02-26
1
-1
/
+1
*
[ANDROID] Now build, stop complaining
ptitSeb
2024-02-26
3
-6
/
+12
*
Fix Android tests
ptitSeb
2024-02-26
1
-1
/
+4
*
Fix Android build
ptitSeb
2024-02-26
1
-0
/
+6
*
Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...
ptitSeb
2024-02-26
33
-336
/
+982
*
Added CA opcode
ptitSeb
2024-02-25
1
-1
/
+14
*
Added some hack to rename wine binary process too (help mesa pick up the corr...
ptitSeb
2024-02-24
3
-0
/
+10
*
Fixed a warning
ptitSeb
2024-02-24
1
-1
/
+1
*
Improve emulation of clocksource
ptitSeb
2024-02-24
1
-0
/
+24
*
Small memory leak fixed with PRELOAD library
ptitSeb
2024-02-24
1
-1
/
+1
[prev]
[next]