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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DYNAREC] Fixed inst_size building that could be wrong when dynablock was sto...
ptitSeb
2025-02-09
9
-14
/
+17
*
[LA64_DYNREC] Added more opcodes (#2338)
Yang Liu
2025-02-09
5
-0
/
+82
*
[DYNAREC] Fixed diff logging prefix of pass2&3 (#2337)
Yang Liu
2025-02-09
1
-4
/
+4
*
[LA64_DYNAREC] Fixed newly added 66 0F BA /4 BT opcode (#2336)
Yang Liu
2025-02-09
1
-1
/
+5
*
[ARM64_DYNAREC] Fixed a potential segfault when signal happens while running ...
ptitSeb
2025-02-09
1
-0
/
+2
*
[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
5
-2
/
+19
*
[RCFILE] Fixed ROLLING_LOG when setup in a profile only
ptitSeb
2025-02-07
2
-6
/
+13
*
[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
*
[RCFILE] Added a new profile
ptitSeb
2025-02-07
1
-0
/
+4
*
[ARM64_DYNAREC] Optimized REP MOVSB
ptitSeb
2025-02-07
3
-0
/
+57
*
[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
*
[INTERPRETER] Small optim on HADDPS and HSUBPS
ptitSeb
2025-02-06
1
-4
/
+2
*
[ARM64_DYNAREC] Fixed fstp long double when fastround==0
ptitSeb
2025-02-06
3
-5
/
+48
*
[RCFILE] Adjusted MALLOC_HACK to be an integer between 0 and 2 instead of a B...
ptitSeb
2025-02-06
1
-1
/
+1
*
[DOCS] Added per-file settings documentation (#2317)
Yang Liu
2025-02-06
2
-10
/
+66
*
[DYNAREC] Fixed a potential SEGFAULT in FindDynablockFromNativeAddress, and a...
ptitSeb
2025-02-05
2
-2
/
+8
*
[RCFILE] Added a new profile
ptitSeb
2025-02-05
1
-0
/
+6
*
Remove memory location test for traping wine syscall, box64 doesn't need that
ptitSeb
2025-02-05
1
-1
/
+1
*
[DYNAREC] Fixed a rare issue when flags would not be computed on 1st opcode o...
ptitSeb
2025-02-04
2
-1
/
+11
*
[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
*
Added auto-generated x64Int3 printer (#2311)
Yang Liu
2025-02-02
4
-6
/
+6506
*
[ARM64_DYNAREC] Small improvment on 64 prefixed opcodes
ptitSeb
2025-02-02
5
-120
/
+70
*
[COSIM] Don't do div by 0 signal on interpreter part when testing
ptitSeb
2025-02-02
1
-0
/
+12
*
[COSIM] Reduce false negative on rcl/rcr OF flag
ptitSeb
2025-02-02
1
-2
/
+10
*
[RCFILE] Add some print of NODYNAREC and DYNAREC_TEST when applyed
ptitSeb
2025-02-02
1
-6
/
+21
*
[ENV] More tweaks on recoding env mapping (#2309)
Yang Liu
2025-02-01
1
-5
/
+5
*
[RV64_DYNAREC] Fixed F2 0F E6 opcode for vector (#2310)
Yang Liu
2025-02-01
1
-0
/
+2
*
[ENV] Fixed crash when rcfile does not exist (for #2295) (#2307)
Yang Liu
2025-02-01
1
-4
/
+5
*
[CI] Fixed xuantie-qemu build (#2306)
Yang Liu
2025-02-01
1
-1
/
+1
*
[ARM64_DYNAREC] Small optim and fixes to a few MMX opcodes
ptitSeb
2025-02-01
1
-52
/
+30
*
[RCFILE] Added one more profile
ptitSeb
2025-02-01
1
-0
/
+5
*
[ARM64_DYNAREC] Various small fixes and optims in a few AVX opcodes
ptitSeb
2025-01-31
4
-34
/
+69
[prev]
[next]