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
...
*
[ARM64_DYNAREC] Removed many use of TABLE64 that would just slowdown build of...
ptitSeb
2025-01-20
3
-29
/
+12
*
[ARM64_DYNAREC] Small optim for DB E2 opcode
ptitSeb
2025-01-19
1
-3
/
+2
*
[ARM64_DYNAREC] Added 64/65 1B opcode
ptitSeb
2025-01-18
1
-0
/
+11
*
[ARM64_DYNAREC] Fixed OF flags for rcr 8bits and 16bits
ptitSeb
2025-01-18
1
-17
/
+12
*
[ARM64_DYNAREC] Fixed AVX.66.0F38 17 opcode
ptitSeb
2025-01-18
1
-21
/
+22
*
[ARM64_DYNAREC] Fixed F0 0F BA opcodes with ip relative addressing
ptitSeb
2025-01-18
1
-4
/
+4
*
[RV64_DYNAREC] Refined printer for more thead instructions (#2272)
Yang Liu
2025-01-17
1
-14
/
+557
*
[RV64_DYNAREC] Optimized 16bit constant RCL/RCR opcodes (#2270)
Yang Liu
2025-01-16
3
-26
/
+120
*
[RV64_DYNAREC] Optimized 16bit constant ROR opcodes (#2268)
Yang Liu
2025-01-16
3
-11
/
+51
*
[RV64_DYNAREC] Optimized 16bit constant ROL opcodes (#2267)
Yang Liu
2025-01-16
3
-61
/
+124
*
[ARM64_DYNAREC] Removed an unused arg in SET_DFNONE (#2266)
Yang Liu
2025-01-16
15
-212
/
+219
*
[ARM64_DYNAREC] Added one more case of fastround=2 for AVX.F2.0F 5A opcode
ptitSeb
2025-01-15
1
-1
/
+7
*
[ARM64_DYNAREC] Added unaligned code for F3 0F 7F opcode
ptitSeb
2025-01-15
1
-2
/
+14
*
[ARM64_DYNAREC] Allow new ClearCache also for Android
ptitSeb
2025-01-14
1
-1
/
+1
*
[RV64_DYNAREC] Fixed simm12 overflow in some places ([LA64_DYNAREC] too) (#2264)
Yang Liu
2025-01-14
2
-4
/
+4
*
[DYNAREC] Better handling of Clear Instruction Cache, also [ARM64_DYNAREC] in...
ptitSeb
2025-01-14
1
-3
/
+34
*
[RV64_DYNAREC] Fixed stack out of sync in native call (#2263)
Yang Liu
2025-01-14
1
-0
/
+3
*
[RV64_DYNAREC] Fixed SET_ELEMENT_WIDTH (#2260)
Yang Liu
2025-01-14
3
-19
/
+16
*
Try to improve full x86 state gathering on Signal
ptitSeb
2025-01-13
2
-100
/
+199
*
[ARM64_DYNAREC] Better handling unaligned access to device memory, with reger...
ptitSeb
2025-01-11
10
-16
/
+95
*
[RV64_DYNAREC] Fixed a 16bit SHR pastpath edge case (#2251)
Yang Liu
2025-01-11
1
-3
/
+7
*
[BOX32] Improved elf memory managment for 32bits process
ptitSeb
2025-01-11
1
-1
/
+7
*
[RV64_DYNAREC] Disabled dynamic sew on MOVDQA as a workaround (#2249)
Yang Liu
2025-01-10
1
-2
/
+2
*
[ARM64_DYNAREC] Reworked a bit DB / 7 opcode
ptitSeb
2025-01-10
1
-56
/
+50
*
[ARM64_DYNAREC] Fixed SQXT(U)N printer
ptitSeb
2025-01-10
1
-1
/
+1
*
[RV64_DYNAREC] Fixed MOVMSKPS RVV 1.0 path (#2246)
Yang Liu
2025-01-09
1
-1
/
+1
*
[RV64_DYNAREC] Fixed some typos (#2244)
xctan
2025-01-09
1
-2
/
+2
*
[ARM64_DYNAREC] Small fixes for some 8bits OR and XOR opcodes on regs with no...
ptitSeb
2025-01-08
1
-4
/
+4
*
[ARM64_DYNAREC] Small fix for 80 /4 opcode on regs with no flags (should help...
ptitSeb
2025-01-08
1
-1
/
+2
*
Port rounding of some x87 instructions from Box86 (#2242)
Hagb (Junyu Guo 郭俊余)
2025-01-08
6
-9
/
+203
*
[ARM64_DYNAREC] Remove bloated x87 comp code
ptitSeb
2025-01-08
15
-76
/
+30
*
[INTERPRETER] Improved x87 emulation a bit ([ARM64_DYNAREC] too)
ptitSeb
2025-01-08
6
-22
/
+42
*
[ARM64_DYNAREC] Added FCMEQ printer
ptitSeb
2025-01-07
2
-2
/
+8
*
[ARM64_DYNAREC]Small optimisation for 8bits and 16bits NOT opcode on register
ptitSeb
2025-01-07
3
-6
/
+21
*
[ARM64_DYNAREC] Small optim to 8bits AND opcodes with constant and without flags
ptitSeb
2025-01-07
1
-7
/
+31
*
[ARM64_DYNAREC] Optimized 8bits XOR when no flags is needed
ptitSeb
2025-01-07
1
-15
/
+56
*
[ARM64_DYNAREC] Optimized 8bits OR when no flags is needed
ptitSeb
2025-01-07
2
-15
/
+77
*
[DYNAREC] Imroved log on signal and flags/sse info gathering. [ARM64_DYNAREC]...
ptitSeb
2025-01-05
4
-9
/
+18
*
[INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...
ptitSeb
2025-01-05
2
-1
/
+36
*
[ARM64_DYNAREC] Added a new emiter
ptitSeb
2025-01-05
1
-0
/
+1
*
[ARM64_DYNAREC] Small improvments on (V)PMOVMSKB opcodes
ptitSeb
2025-01-05
2
-18
/
+11
*
[ARM64_DYNAREC] Small optim on specific case of XOR with -1 const
ptitSeb
2025-01-04
1
-2
/
+6
*
[ARM64_DYNAREC] Don't simplify flags for add rsp, const when safeflags=2 is used
ptitSeb
2025-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] Small improvment on edge cases double to int x87 conversions
ptitSeb
2025-01-04
2
-15
/
+28
*
[DYNAREC] Appended instruction name to symbol (#2228)
Leslie Zhai
2025-01-03
4
-5
/
+5
*
[ARM64_DYNAREC] Small fixes to sse info retreiving on signal
ptitSeb
2025-01-02
1
-3
/
+2
*
[ARM64_DYNAREC] Fixed native flags with signal, and added sse handling
ptitSeb
2025-01-02
1
-17
/
+51
*
[ARM64_DYNAREC] Change native flags handling in signal to make it more extens...
ptitSeb
2025-01-02
2
-33
/
+186
*
[ARM64_DYNAREC] Improved ADCX opcode
ptitSeb
2025-01-01
1
-5
/
+19
*
[ARM64_DYNAREC] Improved native flags handling
ptitSeb
2025-01-01
1
-14
/
+28
[prev]
[next]