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
/
dynarec
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[LA64_DYNAREC] Added more opcodes (#2333)
Yang Liu
2025-02-08
1
-0
/
+11
*
[ARM64_DYNAREC] Minor simplifications with the usage of GETEX (#2332)
Yang Liu
2025-02-08
1
-14
/
+2
*
[RV64_DYNAREC] Minor fixes and improvements on various opcodes (#2331)
Yang Liu
2025-02-08
2
-29
/
+36
*
[LA64_DYNAREC] Added more opcodes (#2330)
Yang Liu
2025-02-08
5
-0
/
+178
*
[LA64_DYNAREC] Added more opcodes (#2328)
Yang Liu
2025-02-08
3
-0
/
+35
*
[RV64_DYNAREC] Added aligned optim case for REP MOVSB (#2327)
Yang Liu
2025-02-08
4
-1
/
+39
*
[ARM64_DYNAREC] Optimized unaligned path for REP MOVSB
ptitSeb
2025-02-08
1
-1
/
+15
*
[ARM64_DYNAREC] Added more aligned optim cases for REP MOVSB (#2326)
Yang Liu
2025-02-08
4
-1
/
+18
*
[LA64_DYNAREC] Added more opcodes (#2324)
Yang Liu
2025-02-07
2
-0
/
+13
*
[LA64_DYNAREC] Added more opcodes (#2323)
Yang Liu
2025-02-07
3
-0
/
+30
*
[LA64_DYNAREC] Added more 66 0F 38 opcodes (#2322)
Yang Liu
2025-02-07
1
-0
/
+19
*
[LA64_DYNAREC] Fixed F3 0F MOVSLDUP opcode (#2321)
Yang Liu
2025-02-07
1
-1
/
+1
*
[ARM64_DYNAREC] Optimized REP MOVSB
ptitSeb
2025-02-07
2
-0
/
+16
*
[RV64_DYNAREC] Small optim to 64 A1/A3 opcodes (#2320)
Yang Liu
2025-02-07
1
-6
/
+12
*
[DYNAREC] Optimized grab_segdata calls on MODREG (#2319)
Yang Liu
2025-02-07
13
-126
/
+129
*
[LA64_DYNAREC] Added 64 88 MOV opcode (#2318)
Yang Liu
2025-02-07
1
-1
/
+34
*
[ARM64_DYNAREC] Small optims/fixes for a few F2 0F prefixed opcodes
ptitSeb
2025-02-06
1
-6
/
+16
*
[ARM64_DYNAREC] Added a comment in emitter on FCMP behaviour
ptitSeb
2025-02-06
1
-0
/
+3
*
[ARM64_DYNAREC] Fixed fstp long double when fastround==0
ptitSeb
2025-02-06
3
-5
/
+48
*
[DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode o...
ptitSeb
2025-02-04
1
-1
/
+1
*
[ARM64_DYNAREC] Reduce the number of false positive for DYNAREC_MISSING=1 by ...
ptitSeb
2025-02-03
3
-5
/
+8
*
[ARM64_DYNAREC] Optmized RCR Eb, CL, and fixed RCL Eb, CL opcode
ptitSeb
2025-02-03
1
-23
/
+40
*
[ARM64_DYNAREC] Optimized RCL Eb, CL opcode
ptitSeb
2025-02-03
1
-4
/
+33
*
[ARM64_DYNAREC] Added more details on Need optim message for easier grep
ptitSeb
2025-02-03
8
-38
/
+38
*
[ARM64_DYNAREC] Small optims on a few 66 prefixed opcodes
ptitSeb
2025-02-03
2
-16
/
+27
*
[ARM64_DYNAREC] Small improvment on 64 prefixed opcodes
ptitSeb
2025-02-02
5
-120
/
+70
*
[RV64_DYNAREC] Fixed F2 0F E6 opcode for vector (#2310)
Yang Liu
2025-02-01
1
-0
/
+2
*
[ARM64_DYNAREC] Small optim and fixes to a few MMX opcodes
ptitSeb
2025-02-01
1
-52
/
+30
*
[ARM64_DYNAREC] Various small fixes and optims in a few AVX opcodes
ptitSeb
2025-01-31
4
-34
/
+69
*
[ARM64_DYNAREC] Fixed mxcsr sync with fpsr on SSE_SLUSHTO0, and added a profi...
ptitSeb
2025-01-31
1
-17
/
+18
*
[ARM64_DYNAREC] Small change on defered flag handling to make sure it's marke...
ptitSeb
2025-01-31
3
-78
/
+67
*
More improvmnet to map with fd tracking
ptitSeb
2025-01-29
1
-1
/
+1
*
[RV64_DYNAREC] Fixed lui/auipc immediate in the printer (#2299)
xctan
2025-01-28
1
-2
/
+2
*
Improved file map tracking, and use file map info in dynarec for bigblock set...
ptitSeb
2025-01-27
1
-1
/
+1
*
[AR64_DYNAREC] Removed a few more use of TABLE64
ptitSeb
2025-01-26
2
-5
/
+5
*
[ARM64_DYNAREC] Added AVX.F3.0F38 F5 opcode
ptitSeb
2025-01-26
1
-0
/
+29
*
[ARM64_DYNAREC] Added experimental synch of fpsr and mxcsr for the flags, whe...
ptitSeb
2025-01-25
2
-8
/
+74
*
[RV64_DYNAREC] Added unaligned codegen for MOVSW (#2296)
xctan
2025-01-25
1
-1
/
+7
*
[RV64_DYNAREC] Optimized GETIP (#2294)
Yang Liu
2025-01-24
7
-54
/
+55
*
[RV64_DYNAREC] Removed some TABLE64 usage (#2291)
Yang Liu
2025-01-24
2
-31
/
+22
*
[RV64_DYNAREC] Force priv opcode flags to be at least defered if safeflags=2 ...
Yang Liu
2025-01-24
5
-20
/
+64
*
[RV64_DYNAREC] Restricted add/sub RSP optimization ([LA64_DYNAREC] too) (#2292)
Yang Liu
2025-01-24
2
-4
/
+4
*
[RV64_DYNAREC] Added codegen for unaligned stores (#2289)
xctan
2025-01-24
10
-20
/
+354
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
18
-156
/
+148
*
[LA64_DYNAREC] Added fastnan handling to more 0F opcodes (fixes CI) (#2285)
Yang Liu
2025-01-23
1
-6
/
+48
*
[RV64_DYNAREC] Added fastnan handling to more 0F opcodes (fixes CI) (#2284)
Yang Liu
2025-01-23
2
-6
/
+42
*
[ARM64_DYNAREC] Added a few AVX opcode and Improved/Fixed some existing SSE a...
ptitSeb
2025-01-22
10
-135
/
+557
*
[ARM64_DYNAREC] Remove another use of Table64
ptitSeb
2025-01-22
1
-1
/
+1
*
Added [BOX64] prefix for all the stdout logs (#2279)
Yang Liu
2025-01-21
8
-21
/
+21
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
67
-783
/
+787
[prev]
[next]