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
*
[RV64_DYNAREC] Fixed CVTSS2SD and CVTSD2SS opcodes (#1913)
Yang Liu
2024-10-08
4
-31
/
+83
*
Added 66 6A opcode ([ARM64_DYNAREC] too) (for #1911)
ptitSeb
2024-10-07
1
-0
/
+6
*
[DYNAREC] Optimized CALL/RET RAS for out of dynablock jumps (#1909)
Yang Liu
2024-10-07
6
-33
/
+93
*
[ARM64_DYNAREC] Added 64 88 opcode
ptitSeb
2024-10-07
1
-17
/
+52
*
[DYNAREC] Tweaking indirect jumps for CALL/RET to use the return address stac...
Yang Liu
2024-10-06
5
-26
/
+31
*
[ARM64_DYNAREC] Worked on CF IRET opcode
ptitSeb
2024-10-04
3
-3
/
+12
*
[RV64_DYNAREC] Added more opcodes for xtheadvector (#1899)
Yang Liu
2024-10-03
3
-79
/
+131
*
[RV64_DYNAREC] Added more opcodes for xtheadvector and fixed more issues (#1897)
Yang Liu
2024-10-03
3
-30
/
+106
*
[DYNAREC] Added a new missing mode for fallback opcodes (#1896)
Yang Liu
2024-10-02
8
-16
/
+16
*
[RV64_DYNAREC] Added preliminary xtheadvector support (#1892)
Yang Liu
2024-10-02
11
-117
/
+314
*
[RV64_DYNAREC] Eliminate redundant vsetvli by tracking its usage (#1886)
Yang Liu
2024-09-29
6
-5
/
+20
*
[RV64_DYNAREC] Minor optimization on vector_vsetvli (#1885)
Yang Liu
2024-09-29
2
-4
/
+9
*
[RV64_DYNAREC] Refined RISC-V vector emitter (#1884)
Yang Liu
2024-09-29
3
-512
/
+510
*
[RV64_DYNAREC] Refined RISC-V vector disassembler (#1880)
xctan
2024-09-27
1
-584
/
+638
*
[ARM64_DYNAREC] Small optim on 0F C7 /1 inst name (#1878)
Yang Liu
2024-09-26
1
-1
/
+5
*
[LA64_DYNAREC] Added unaligned support to CMPXCHG8B (#1877)
Yang Liu
2024-09-26
3
-29
/
+79
*
[LA64_DYNAREC] Fixed emit_add16 LBT implementation (#1875)
Yang Liu
2024-09-26
1
-1
/
+1
*
[LA64_DYNAREC][BOX32] Improved some 66 prefix opcodes (#1867)
Yang Liu
2024-09-25
2
-14
/
+19
*
[RV64_DYNAREC][BOX32] Added more opcodes (#1866)
Yang Liu
2024-09-24
2
-8
/
+74
*
[RV64_DYNAREC][BOX32] Improved some 66 prefix opcodes (#1865)
Yang Liu
2024-09-24
2
-26
/
+31
*
[LA64_DYNAREC][BOX32] Added more opcodes (#1864)
Yang Liu
2024-09-24
2
-12
/
+99
*
[ARM64_DYNAREC] Fixed some issue with a few 16bits opcodes on 64bits operations
ptitSeb
2024-09-24
1
-10
/
+10
*
[RV64_DYNAREC] Added more opcodes for vector (#1863)
Yang Liu
2024-09-24
2
-1
/
+113
*
[ARM64_DYNAREC] Fixed reset of rex on 67 prefixed opcodes
ptitSeb
2024-09-24
1
-2
/
+3
*
[ARM64_DYNAREC] Added F1 opcode
ptitSeb
2024-09-24
1
-0
/
+11
*
[ARM64_DYNAREC] Added CA/CB ocpodes
ptitSeb
2024-09-24
1
-1
/
+29
*
[ARM64_DYNAREC] Added 66 0F BF opcode (and cosmetic fix on interpreter)
ptitSeb
2024-09-24
1
-0
/
+14
*
[ARM64_DYNAREC] Added 64 A8 opcode
ptitSeb
2024-09-24
1
-0
/
+9
*
[ARM64_DYNAREC] Added 67 A9 opcode, and fixed 67 opcode with ignored REX prefix
ptitSeb
2024-09-24
1
-0
/
+9
*
[RV64_DYNAREC] Fixed 66 0F 38 2B PACKUSDW opcode (#1861)
Yang Liu
2024-09-24
1
-2
/
+1
*
[RV64_DYNAREC] Added more opcodes for vector (#1857)
Yang Liu
2024-09-23
1
-3
/
+63
*
[RV64_DYNAREC] Added more opcodes for vector (#1855)
Yang Liu
2024-09-22
1
-0
/
+41
*
[RV64_DYNAREC] Added more opcodes for vector (#1853)
Yang Liu
2024-09-22
1
-14
/
+55
*
[RV64_DYNAREC] Added more opcodes for vector (#1852)
Yang Liu
2024-09-22
1
-1
/
+161
*
[RV64_DYNAREC] Added more opcode for vector and reinitialize sew after extern...
Yang Liu
2024-09-22
2
-5
/
+48
*
[RV64_DYNAREC] Added more opcodes for vector (#1848)
Yang Liu
2024-09-20
1
-0
/
+58
*
[LA64_DYNAREC] Fixed a typo in GETGB (#1846)
Yang Liu
2024-09-20
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes and fixed more issues for vector (#1842)
Yang Liu
2024-09-20
3
-14
/
+148
*
[RV64_DYNAREC] Added 62 opcode (#1840)
LiZhuoheng
2024-09-20
1
-1
/
+10
*
[RV64_DYNAREC] Fixed more issues catched on real machine (#1839)
Yang Liu
2024-09-19
2
-18
/
+25
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1838)
Yang Liu
2024-09-19
2
-14
/
+156
*
[RV64_DYNAREC] Added more opcodes for vector (#1837)
Yang Liu
2024-09-19
2
-4
/
+78
*
[RV64_DYNAREC] Added more opcodes for vector (#1836)
Yang Liu
2024-09-19
4
-0
/
+96
*
[RV64_DYNAREC] Fixed more unaligned issues for vector (#1835)
Yang Liu
2024-09-19
1
-3
/
+6
*
[RV64_DYNAREC] Fixed some found issues in vector (#1834)
Yang Liu
2024-09-18
2
-39
/
+43
*
[RV64_DYNAREC] Added more opcodes for vector (#1833)
Yang Liu
2024-09-18
3
-43
/
+139
*
Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)
ptitSeb
2024-09-17
1
-0
/
+2
*
[DYNAREC] Track if a dynablock is for 32bits code (for future use)
ptitSeb
2024-09-17
2
-6
/
+9
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1832)
Yang Liu
2024-09-17
1
-0
/
+164
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1831)
Yang Liu
2024-09-17
1
-0
/
+90
[next]