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
...
*
Added 64 66 83 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-03-14
2
-1
/
+107
*
[ARM64_DYNAREC] Try to improve strongmem=4 method, with a completly different...
ptitSeb
2024-03-13
2
-12
/
+14
*
[LA64_DYNAREC] Added more LBT instructions to the printer (#1356)
Yang Liu
2024-03-11
2
-28
/
+168
*
[LA64_DYNAREC] Added more opcodes and some fixes (#1355)
Yang Liu
2024-03-11
8
-16
/
+210
*
[LA64_DYNAREC] Added more opcodes (#1354)
Yang Liu
2024-03-11
4
-176
/
+313
*
[DYNAREC] Limit temporary memory allocation on FillBlock64
ptitSeb
2024-03-10
7
-50
/
+40
*
[ARM64_DYNAREC] Added 64/65 0B opcode
ptitSeb
2024-03-10
1
-0
/
+10
*
[ARM64_DYNAREC] Fixed printer for MVN with shift
ptitSeb
2024-03-10
1
-2
/
+2
*
[ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a...
ptitSeb
2024-03-08
3
-5
/
+6
*
POPF opcode should not overwrite IF bit
ptitSeb
2024-03-08
2
-2
/
+3
*
[ARM64_DYNAREC] Added 66 64 0F 6F opcode (for #1349)
ptitSeb
2024-03-08
1
-30
/
+47
*
[ARM64_DYNAREC] Added 67 64 8B opcode
ptitSeb
2024-03-08
1
-0
/
+13
*
[ARM64_DYNAREC] Added 67 64 8F opcode
ptitSeb
2024-03-08
1
-0
/
+13
*
[ARM64_DYNAREC] Improved MOV32w and MOV64x with a funciton with more speciall...
ptitSeb
2024-03-08
3
-23
/
+84
*
[DYNAREC] Revert some fasly changes to the shift opcodes (#1346)
Yang Liu
2024-03-08
7
-297
/
+306
*
[DYNAREC] Made shift operations handle count==0 more uniformly (#1345)
Yang Liu
2024-03-08
10
-282
/
+378
*
[ARM64_DYNAREC] Fixed a falsy optimization on PSHUFHW (#1344)
Yang Liu
2024-03-08
1
-6
/
+6
*
[ARM64_DYNAREC] Use convert_bitmask in logic emitters and in MAX32w and MOV64x
ptitSeb
2024-03-07
3
-26
/
+81
*
[ARM64_DYNAREC] Added 0F E1 opcode
ptitSeb
2024-03-07
1
-1
/
+14
*
[LA64_DYNAREC] Added C1 /4 and /6 opcodes and some fix (#1341)
Haichen Wu
2024-03-07
4
-10
/
+140
*
[ARM] Added immediate encoding (#1340)
rajdakin
2024-03-07
2
-0
/
+93
*
[ARM64_DYNAREC] Slightly better trace when dynarec log unknown opcode
ptitSeb
2024-03-07
1
-1
/
+1
*
[TRACE] Improved logs on NULL-sized block
ptitSeb
2024-03-07
1
-0
/
+6
*
[ARM64_DYNAREC] Fixed F0 0F AB opcode
ptitSeb
2024-03-07
1
-1
/
+1
*
[ARM64_DYNAREC] A bot more work on shift opcodes
ptitSeb
2024-03-07
1
-27
/
+17
*
[ARM64_DYNAREC] Small optim to SAHF & more cosmetics stuffs
ptitSeb
2024-03-06
2
-5
/
+4
*
[RV64_DYNAREC] Added 66 0F 38 61 PCMPESTRI opcode and some refactors too (#1337)
Yang Liu
2024-03-06
4
-133
/
+108
*
[ARM64_DYNAREC] Fixed some typos (#1336)
Yang Liu
2024-03-06
1
-3
/
+3
*
[LA64_DYNAREC] Added more opcodes and more instructions in emitter and printe...
Yang Liu
2024-03-05
3
-0
/
+57
*
[LA64_DYNAREC] Added more opcodes and some fixes too (#1331)
Yang Liu
2024-03-05
7
-4
/
+226
*
[LA64_DYNAREC] Added more opcodes and some fixes in the printer (#1330)
Yang Liu
2024-03-05
5
-15
/
+199
*
[LA64_DYNAREC] Made eflags synchronization lazy (#1329)
Yang Liu
2024-03-05
10
-101
/
+122
*
[LA64_DYNAREC] Added more opcodes (#1327)
Yang Liu
2024-03-04
7
-7
/
+213
*
[LA64_DYNAREC] Added more and more opcodes (#1326)
Yang Liu
2024-03-04
7
-7
/
+339
*
[LA64_DYNAREC] Utilizing bitmanip instructions because they're great (#1324)
Yang Liu
2024-03-04
5
-126
/
+86
*
[ARM64_DYNAREC] Small optims for SSE/SSE2 & strongmem>1
ptitSeb
2024-03-04
4
-13
/
+19
*
Added DF D0..D7 ([ARM64_DYNAREC] too)
ptitSeb
2024-03-04
1
-0
/
+19
*
[ARM64_DYNAREC] Stop a block on CC opcode (unless they are ignored)
ptitSeb
2024-03-04
1
-0
/
+2
*
[LA64_DYNAREC] Added more opcodes (#1322)
Haichen Wu
2024-03-04
1
-0
/
+24
*
[TRACE] Better trace when trying to run on very low address
ptitSeb
2024-03-04
1
-0
/
+3
*
[LA64_DYNAREC] Added more opcodes (#1321)
Yang Liu
2024-03-04
6
-1
/
+281
*
Added 64 66 0F 7F opcode ([ARM64_DYNAREC] too) (for #1320)
ptitSeb
2024-03-04
1
-0
/
+15
*
[LA64_DYNAREC] Added more opcodes and more fixes, SuperHexagon is working (#1...
Yang Liu
2024-03-03
10
-93
/
+531
*
[LA64_DYNAREC] Enable co-simulation and fixed an important issue (#1317)
Yang Liu
2024-03-03
2
-8
/
+26
*
[LA64_DYNAREC] Added more and more opcodes (#1314)
Yang Liu
2024-03-02
8
-15
/
+571
*
[LA64_DYNAREC] Added more opcodes (#1313)
Yang Liu
2024-03-02
3
-1
/
+108
*
[LA64_DYNAREC] Added CC native call support, fixed call_c (#1312)
Yang Liu
2024-03-02
4
-26
/
+163
*
[ARM64_DYNAREC] More fixes and optim on IMUL flags
ptitSeb
2024-03-02
2
-13
/
+49
*
[ARM64_DYNAREC] Fixed flags for 69 opcode, and small optim for 0F AF opcode
ptitSeb
2024-03-02
2
-37
/
+36
*
[ARM64_DYNAREC] Small optim on some cases of F2 0F 70 opcode
ptitSeb
2024-03-02
1
-11
/
+21
[prev]
[next]