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] Improved shld16 opcode
ptitSeb
2024-01-27
1
-8
/
+6
*
[ARM64_DYNAREC] Fixed 66 8C opcode and improved many 66 prefix opcode on 32BITS
ptitSeb
2024-01-27
2
-29
/
+30
*
[ARM64_DYNAREC] Removed unused code
ptitSeb
2024-01-27
3
-36
/
+0
*
[ARM64_DYNAREC] Fixed/Improved D9 E5 opcode and add hack for FLD1/FLD1/FPATAN...
ptitSeb
2024-01-27
1
-6
/
+85
*
[ARM64_DYNAREC] Fixed previous commit
ptitSeb
2024-01-26
1
-3
/
+3
*
Reworked 0F 01 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-26
1
-9
/
+30
*
Added 66 8F opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-26
1
-19
/
+30
*
[32BITS] Added 16/17 ocodes ([ARM64_DYNAREC] too)
ptitSeb
2024-01-26
1
-1
/
+19
*
[ARM64_DYNAREC] Fixed 67 66 prefixed REX reading
ptitSeb
2024-01-24
1
-0
/
+1
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
1
-0
/
+3
*
[DYNAREC] use an rbtree for dynablock size and max_db_size update
ptitSeb
2024-01-23
1
-4
/
+32
*
[DYNAREC_RV64] Enable basic simple wrapper optimization (#1215)
Yang Liu
2024-01-23
2
-23
/
+19
*
[DYNAREC] Fixed a warning
ptitSeb
2024-01-18
1
-1
/
+1
*
[DYNAREC] Test when changing page on building a dynablock if it's safe
ptitSeb
2024-01-18
1
-0
/
+18
*
[ARM64_DYNAREC] Fixed some special case for shrd/shld opcodes
ptitSeb
2024-01-16
2
-32
/
+14
*
[RV64_DYNAREC] Fixed 66 87 XCHG opcode (#1198)
xctan
2024-01-13
1
-2
/
+4
*
[RV64_DYNAREC] Fixed 66 0F B6 MOVZX opcode (#1196)
xctan
2024-01-11
1
-0
/
+1
*
[DYNAREC_RV64] Added more opcodes and fixed X87_PUSH/POP macros (#1194)
Yang Liu
2024-01-09
5
-16
/
+92
*
[DYNAREC_RV64] Fixed a wrong Zba optimization (#1193)
Yang Liu
2024-01-09
1
-10
/
+20
*
[ARM64_DYNAREC] Fixed 66 0F 3A 17 opcode (should help UE games)
ptitSeb
2024-01-08
1
-1
/
+1
*
[INTERPRETER] Added 67 66 8D opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-06
1
-0
/
+15
*
[INTERPRETER] Improved 0F 01 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-01-06
1
-10
/
+24
*
[DYNAREC_RV64] Added CALL/RET optimization (#1183)
Yang Liu
2024-01-05
5
-36
/
+63
*
[ARM64_DYNAREC] A few more FRINTTS extension use
ptitSeb
2024-01-05
1
-32
/
+44
*
[ARM64_DYNAREC] More FRINTTS use
ptitSeb
2024-01-05
3
-33
/
+61
*
[ARM64_DYNAREC] Attempt to use FRINTTS extension
ptitSeb
2024-01-05
1
-57
/
+54
*
[ARM64_DYNAREC] Simplified a bit CALLRET fallback handling on stack unsync
ptitSeb
2024-01-05
2
-10
/
+3
*
[ARM64_DYNAREC] Fixed CALLRET optim when unsync occur, should help stability
ptitSeb
2024-01-04
1
-2
/
+2
*
[ARM64_DYNAREC] Some more warning fixes
ptitSeb
2023-12-31
2
-4
/
+5
*
Fixed some (nasty sometimes) warning
ptitSeb
2023-12-31
2
-4
/
+4
*
[MEMORY] Switched from a sparse array to a red-black tree (#1180)
rajdakin
2023-12-31
2
-25
/
+0
*
[DYNAREC_RV64] Fixed a nasty bug in GETEX, but left optim opportunity for lat...
Yang Liu
2023-12-28
1
-2
/
+4
*
[DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1168)
xctan
2023-12-26
4
-37
/
+194
*
[DYNAREC_RV64] Added more opcodes for VMP-protected GI (#1164)
xctan
2023-12-25
7
-6
/
+524
*
[DYNAREC_RV64] Added more opcodes for ets2 (#1162)
Yang Liu
2023-12-24
5
-1
/
+112
*
[DYNAREC_RV64] Ported INT 3/29 from arm (#1161)
xctan
2023-12-24
1
-6
/
+13
*
[DYNAREC_RV64] Fixed shift masks for GI (#1160)
xctan
2023-12-24
2
-7
/
+9
*
[DYNAREC_RV64] Added more opcodes for ets2 (#1158)
Yang Liu
2023-12-23
2
-9
/
+68
*
[DYNAREC_RV64] Fixed some bugs in the dynarec for ETS2 (#1155)
Yang Liu
2023-12-22
2
-4
/
+7
*
[DYNAREC_RV64] Added more opcodes and fixes (#1154)
Yang Liu
2023-12-22
5
-4
/
+60
*
[ARM64_DYNAREC] Added 64/65 23 opcode
ptitSeb
2023-12-22
1
-0
/
+10
*
[ARM64_DYNAREC] Partial rollback of previous commit, it was not good
ptitSeb
2023-12-22
2
-22
/
+23
*
[ARM64_DYNAREC] Small optim on CF flag computation for 8/16bits add/sub opera...
ptitSeb
2023-12-22
2
-29
/
+25
*
Added/Fix some 16bits PUSH POP opcode ([ARM64_DYNAREC] too) (for DaveTheDiver...
ptitSeb
2023-12-21
1
-55
/
+27
*
Removed old commented code
ptitSeb
2023-12-20
1
-9
/
+0
*
[DYNAREC_RV64] Added FILD/FISTP i64 optimization (#1145)
Yang Liu
2023-12-18
6
-107
/
+244
*
[DYNAREC_RV64] Fixed some bugs in x87 infra (#1143)
Yang Liu
2023-12-18
1
-10
/
+16
*
[ARM64_DYNAREC] fix emit_shld16(c) (#1141)
liuli
2023-12-15
1
-4
/
+10
*
[DYNAREC] Fixed a bug with latest dynarec changes
ptitSeb
2023-12-13
1
-1
/
+1
*
[DYNAREC] Made callret default, improved callret efficiency, and dynarec spee...
ptitSeb
2023-12-13
9
-36
/
+88
[prev]
[next]