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] Fixed 8C opcode
ptitSeb
2024-02-16
1
-1
/
+3
*
[ARM64_DYNAREC][32BITS] Added C4 /m and C5 /m opcodes
ptitSeb
2024-02-16
1
-1
/
+28
*
[ARM64_DYNAREC] Added 0F A0/A1/A8/A9 opcodes
ptitSeb
2024-02-16
1
-1
/
+23
*
[ARM64_DYNAREC] Added better handling for DD C0 D9 F7 sequence
ptitSeb
2024-02-16
1
-1
/
+7
*
[ARM64_DYNAREC] Improved FFREE handling (fixing gameplay of Serious Sam 2, pr...
ptitSeb
2024-02-11
5
-19
/
+115
*
[ARM64_DYNAREC] Improved FFREE/FXAM opcodes (helps 32bits games like SeriousS...
ptitSeb
2024-02-11
3
-3
/
+29
*
Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-02-10
1
-0
/
+12
*
[ARM64_DYNAREC] Added F0 21 opcode
ptitSeb
2024-02-08
1
-0
/
+33
*
[ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d im...
ptitSeb
2024-02-07
2
-23
/
+98
*
[ARM64_DYNAREC] 32bits Shift with 0 amount still wipe upper part of register ...
ptitSeb
2024-02-07
1
-5
/
+30
*
[DYNAREC] Tests for emited coded size limit (usefull for DYNAREC_TEST for exa...
ptitSeb
2024-02-07
4
-2
/
+15
*
[DYNAREC_RV64] f23 and f24 are save in a same place (#1251)
factfinding
2024-02-07
1
-1
/
+1
*
[ARM64_DYNAREC] Added 0F C7 /1 opcode
ptitSeb
2024-02-07
1
-1
/
+34
*
[ARM64_DYNAREC] More fixes to F0 0F C7 opcode
ptitSeb
2024-02-07
2
-74
/
+70
*
[ARM64_DYNAREC] Fixed F0 0F C7 opcode that was broken on previous commit
ptitSeb
2024-02-06
1
-7
/
+7
*
[ARM64_DYNAREC] Reworked, again, strongmem emulation
ptitSeb
2024-02-06
2
-5
/
+15
*
[ARM64_DYNAREC] Added an unaligned path for F0 0F C7 /1 opcode
ptitSeb
2024-02-06
1
-0
/
+36
*
Changed a bit how SGDT/SIDT are faked ([ARM64_DYNAREC] too)
ptitSeb
2024-02-06
1
-5
/
+13
*
[ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ...
ptitSeb
2024-02-05
3
-1
/
+161
*
[ARM64_DYANREC] Try to fix DD /1 opcode with FRINT extension
ptitSeb
2024-02-04
1
-1
/
+1
*
[RV64_DYNAREC] Fixed build
ptitSeb
2024-02-04
1
-1
/
+1
*
[RV64_DYNAREC][32BITS] Added optim for 32bits jumptable and fix build
ptitSeb
2024-02-04
6
-22
/
+28
*
[ARM64_DYNAREC][32BITS] Small optim on jump table for 32bits access (1 less r...
ptitSeb
2024-02-04
7
-34
/
+40
*
[ARM64_DYNAREC] Small D8..DF opcodes refactor
ptitSeb
2024-02-04
8
-1029
/
+938
*
[ARM64_DYNAREC] Reworked STRONGMEM 2 & 3
ptitSeb
2024-02-03
6
-19
/
+89
*
[ARM64_DYNAREC] Improved 0F AE opcodes
ptitSeb
2024-02-03
1
-27
/
+24
*
[ARM64_DYNAREC] DD /6 opcode also perform x87 init
ptitSeb
2024-02-03
1
-1
/
+2
*
[ARM64_DYNAREC] Use frint extension for DD /1 opcode
ptitSeb
2024-02-03
1
-18
/
+17
*
Added 0F 0E opcode support ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
1
-0
/
+11
*
[32BITS] Added 67 64 89 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
1
-0
/
+13
*
[32BITS] Added 67 64 A1 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
1
-0
/
+14
*
[DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but doe...
ptitSeb
2024-02-01
2
-2
/
+9
*
[RV64_DYNAREC] Fixed 0F AF 32bits (for #1210)
ptitSeb
2024-01-30
1
-0
/
+9
*
[ARM64_DYNAREC] Added UDF printer
ptitSeb
2024-01-30
1
-0
/
+5
*
[ARM64_DYNAREC] Small changes on 32BITS E9 opcode to ensure 32bits jump desti...
ptitSeb
2024-01-30
1
-2
/
+7
*
[RV64_DYNAREC] Fixed some isue wiht sse_get_reg helper function tht would inc...
ptitSeb
2024-01-29
1
-11
/
+13
*
[ARM64_DYNAREC] ROL/ROR/RCL/RCR might not update OF if count is not 1
ptitSeb
2024-01-29
2
-13
/
+55
*
[ARM64_DYNAREC] Small improvments to SHLD/SHRD helpers
ptitSeb
2024-01-29
1
-21
/
+15
*
[ARM64_DYNAREC] Fixed 66 50-5F opcodes (helps Dave the Diver)
ptitSeb
2024-01-29
1
-2
/
+2
*
[TRACE] Slightly better trace for some dynarec runtime issues
ptitSeb
2024-01-29
1
-1
/
+1
*
[ARM64_DYNAREC] Added 67 6B opcode
ptitSeb
2024-01-29
1
-0
/
+34
*
[ARM64_DYNAREC] Added F0 0F C0 opcode
ptitSeb
2024-01-29
1
-0
/
+46
*
[DYNAREC] Small improvment in dynablock/protectDB handling
ptitSeb
2024-01-29
1
-10
/
+8
*
[ARM64_DYNAREC] Removed old unused code
ptitSeb
2024-01-29
1
-20
/
+0
*
Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)
ptitSeb
2024-01-27
2
-30
/
+26
*
[ARM64_DYNAREC] Added E4/E5/E6/E7 opcodes
ptitSeb
2024-01-27
1
-2
/
+16
*
[ARM64_DYNAREC][32BITS] Added D4/D5 opcodes
ptitSeb
2024-01-27
1
-0
/
+26
*
[ARM64_DYNAREC][32BITS] Added 37 opcode
ptitSeb
2024-01-27
1
-1
/
+13
*
[ARM64_DYNAREC][32BITS] Added 27 opcode
ptitSeb
2024-01-27
1
-2
/
+14
*
[ARM64_DYNAREC][32BITS] Added 2F opcode
ptitSeb
2024-01-27
1
-1
/
+13
[prev]
[next]