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
*
[LA64_DYNAREC] Added more opcodes (#1327)
Yang Liu
2024-03-04
7
-7
/
+213
*
[LA64_DYNAREC] Added more and more opcodes (#1326)
Yang Liu
2024-03-04
7
-7
/
+339
*
[LA64] Detect the existence of LBT extension (#1325)
Yang Liu
2024-03-04
1
-4
/
+7
*
[LA64_DYNAREC] Utilizing bitmanip instructions because they're great (#1324)
Yang Liu
2024-03-04
5
-126
/
+86
*
[ARM64_DYNAREC] Small optims for SSE/SSE2 & strongmem>1
ptitSeb
2024-03-04
4
-13
/
+19
*
Added DF D0..D7 ([ARM64_DYNAREC] too)
ptitSeb
2024-03-04
2
-0
/
+31
*
[ARM64_DYNAREC] Stop a block on CC opcode (unless they are ignored)
ptitSeb
2024-03-04
1
-0
/
+2
*
[WRAPPER] Fixed a typo in the signature of my___libc_start_main (#1323)
xctan
2024-03-04
2
-2
/
+2
*
[LA64_DYNAREC] Added more opcodes (#1322)
Haichen Wu
2024-03-04
1
-0
/
+24
*
Added 2 more symbols to wrapped libicuuc
ptitSeb
2024-03-04
4
-0
/
+8
*
Added a few more libc wrapped functions
ptitSeb
2024-03-04
4
-2
/
+19
*
[ELFLOADER] Fixes some issue with symbol version matching and unload of faill...
ptitSeb
2024-03-04
3
-14
/
+16
*
[TRACE] Better trace when trying to run on very low address
ptitSeb
2024-03-04
1
-0
/
+3
*
Added libstdc++ when loading libGL (only if libgcc_s is already loaded), help...
ptitSeb
2024-03-04
1
-0
/
+6
*
[LA64_DYNAREC] Added more opcodes (#1321)
Yang Liu
2024-03-04
6
-1
/
+281
*
Added 64 66 0F 7F opcode ([ARM64_DYNAREC] too) (for #1320)
ptitSeb
2024-03-04
2
-0
/
+23
*
[LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working (#1...
Yang Liu
2024-03-03
11
-97
/
+535
*
[LA64_DYNAREC] Enable co-simulation and fixed an important issue (#1317)
Yang Liu
2024-03-03
2
-8
/
+26
*
Added a warning on interpreter only build when DynaRec is available (#1316)
Yang Liu
2024-03-03
1
-3
/
+8
*
[LA64_DYNAREC] Added more and more opcodes (#1314)
Yang Liu
2024-03-02
8
-15
/
+571
*
[LA64_DYNAREC] Added more opcodes (#1313)
Yang Liu
2024-03-02
3
-1
/
+108
*
[LA64_DYNAREC] Added CC native call support, fixed call_c (#1312)
Yang Liu
2024-03-02
4
-26
/
+163
*
[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
[next]