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
/
la64
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LA64_DYNAREC] Added LEA opcode (#2087)
Leslie Zhai
2024-11-28
1
-0
/
+11
*
[LA64_DYNAREC] Added SBB opcodes (#2076)
Leslie Zhai
2024-11-26
5
-1
/
+115
*
[LA64_DYNAREC] Add adc8, adc8c, adc16 and testadc (#2069)
Leslie Zhai
2024-11-25
6
-0
/
+293
*
Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)
ptitSeb
2024-11-21
1
-2
/
+2
*
[LA64_DYNAREC] Added more opcodes for JDK (#2055)
Yang Liu
2024-11-21
5
-1
/
+272
*
[DYNAREC] Reuse strongmem infra for all backends (#2052)
Yang Liu
2024-11-21
19
-195
/
+27
*
[DYNAREC] Reworked strong memory emulation (#2043)
Yang Liu
2024-11-19
2
-44
/
+176
*
[ARM64_DYNAREC] Try to not call UpdateFlags when switching to a DFNONE state ...
ptitSeb
2024-11-15
1
-0
/
+1
*
[DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism instead
ptitSeb
2024-11-03
1
-47
/
+23
*
[LA64_DYNAREC] This should fix Loongarch dynarec
ptitSeb
2024-11-03
1
-0
/
+11
*
[DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is called
ptitSeb
2024-11-03
1
-23
/
+36
*
[RV64_DYNAREC] Fixed 66 0F C2 CMPPD opcode for scalar and more (#1975)
Yang Liu
2024-10-29
2
-4
/
+4
*
[RV64_DYNAREC][LA64_DYNAREC] Fixed various issues (#1940)
Yang Liu
2024-10-14
4
-9
/
+9
*
[DYNAREC] Optimized CALL/RET RAS for out of dynablock jumps (#1909)
Yang Liu
2024-10-07
1
-8
/
+24
*
[DYNAREC] Tweaking indirect jumps for CALL/RET to use the return address stac...
Yang Liu
2024-10-06
1
-7
/
+7
*
[DYNAREC] Added a new missing mode for fallback opcodes (#1896)
Yang Liu
2024-10-02
1
-1
/
+1
*
[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
*
[LA64_DYNAREC][BOX32] Added more opcodes (#1864)
Yang Liu
2024-09-24
2
-12
/
+99
*
[LA64_DYNAREC] Fixed a typo in GETGB (#1846)
Yang Liu
2024-09-20
1
-1
/
+1
*
[DYNAREC] Forgot some files in previous commit
ptitSeb
2024-09-16
1
-0
/
+3
*
[DYNAREC] Make sure jump address is wrapped on 32bits address space
ptitSeb
2024-09-16
2
-6
/
+18
*
[RV64_DYNAREC] Refactored vector SEW tracking (#1820)
Yang Liu
2024-09-12
1
-1
/
+1
*
Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...
ptitSeb
2024-09-05
1
-1
/
+1
*
[CI] Refactored CI (#1795)
Yang Liu
2024-09-05
2
-3
/
+0
*
[BOX32][LA64_DYNAREC] Added preliminary box32 support (#1773)
Yang Liu
2024-08-29
6
-76
/
+120
*
[RV64_DYNAREC] Fixed a falsy optimization, better EMIT macro (#1769)
Yang Liu
2024-08-28
1
-2
/
+6
*
[RV64,LA64_DYNAREC] Remove useless #if directives
Yang Liu
2024-08-20
1
-5
/
+1
*
[LA64_DYNAREC] Port recent RV64 fixes (#1739)
Yang Liu
2024-08-16
5
-43
/
+55
*
[RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)
Yang Liu
2024-08-15
1
-1
/
+3
*
[LA64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1716)
Yang Liu
2024-08-08
3
-65
/
+100
*
[DYNAREC] Remove BARRIER_NEXT macro
ptitSeb
2024-07-29
1
-1
/
+0
*
[DYNAREC] Fixed CI failures for RV64 and LA64 (#1702)
Yang Liu
2024-07-22
1
-6
/
+7
*
[LA64_DYNAREC] Added more opcodes (#1701)
Yang Liu
2024-07-20
5
-722
/
+811
*
[LA64_DYNAREC] Added more opcodes (#1700)
Yang Liu
2024-07-20
5
-0
/
+131
*
[RV64_DYNAREC] Added vector SEW cache (#1698)
Yang Liu
2024-07-19
1
-0
/
+1
*
[LA64_DYNAREC] Added more opcodes and fixed more issues (#1692)
Yang Liu
2024-07-17
4
-6
/
+90
*
[LA64_DYNAREC] Added more opcodes (#1690)
Yang Liu
2024-07-17
2
-3
/
+95
*
[LA64_DYNAREC] Added more opcodes (#1688)
Yang Liu
2024-07-16
3
-0
/
+90
*
[LA64_DYNAREC] Fixed CMPSD (#1687)
Yang Liu
2024-07-16
1
-1
/
+1
*
[LA64_DYNAREC] Fixed some opcodes (#1686)
Yang Liu
2024-07-16
2
-3
/
+9
*
[LA64_DYNAREC] Remove xMASK and fixed 86 XCHG opcode (#1683)
Yang Liu
2024-07-16
13
-90
/
+67
*
[LA64_DYNAREC] Added 2 more opcodes (#1680)
Yang Liu
2024-07-15
2
-0
/
+21
*
[LA64_DYNAREC] Added more opcodes and a minor fix too (#1662)
Yang Liu
2024-07-10
3
-1
/
+97
*
Fixes (#1659)
rajdakin
2024-07-09
8
-121
/
+125
*
[LA64_DYNAREC] Fixed ADC/SBC usage (#1658)
Yang Liu
2024-07-08
1
-5
/
+5
*
[LA64_DYNAREC] Added more opcodes (#1656)
Yang Liu
2024-07-08
1
-0
/
+33
*
[LA64_DYNAREC] Added more opcodes (#1654)
Yang Liu
2024-07-08
4
-0
/
+145
*
[ARM64_DYNAREC] Reworked ymm0 propagation
ptitSeb
2024-07-07
1
-2
/
+0
[next]