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] Added more 66 0F opcodes (#734)
Yang Liu
2023-04-23
1
-14
/
+174
*
[RV64_DYNAREC] Added more opcodes (#733)
Yang Liu
2023-04-23
6
-2
/
+126
*
[ARM64_DYNAREC] Small fix for 0F AE /7 opcode
ptitSeb
2023-04-23
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes (#730)
Yang Liu
2023-04-23
9
-9
/
+244
*
[RV64_DYNAREC] Added more opcodes for SV (#726)
xctan
2023-04-22
6
-18
/
+182
*
Added A1/A2/A3 MOV opcodes (#723)
Yang Liu
2023-04-21
1
-0
/
+20
*
[RV64_DYNAREC] Added more opcodes (#721)
Yang Liu
2023-04-21
2
-12
/
+125
*
[RV64_DYNAREC] Added more opcodes (#719)
Yang Liu
2023-04-21
3
-2
/
+155
*
[RV64_DYNAREC] Added more opcodes (#718)
Yang Liu
2023-04-20
5
-2
/
+161
*
[RV64_DYNAREC] Added more opcodes (#717)
Yang Liu
2023-04-20
3
-10
/
+39
*
[DYNAREC] Try to test last opcode at end of block for unimplemented opcode
ptitSeb
2023-04-20
1
-2
/
+8
*
[RV64_DYNAREC] Added more opcodes and some fixes (#716)
Yang Liu
2023-04-20
5
-53
/
+148
*
[RV64_DYNAREC] Various fixes on many opcodes
ptitSeb
2023-04-19
9
-33
/
+47
*
[ARM64_DYNAREC] Fixed a small bug in 66 0F BC opcode
ptitSeb
2023-04-19
1
-1
/
+1
*
[RV64_DYNAREC] More fixes to a few opcodes
ptitSeb
2023-04-19
2
-1
/
+34
*
[RV64_DYNAREC] Remove 66 0F 3A 0B ROUNDSD opcode for now (#715)
Yang Liu
2023-04-19
1
-25
/
+23
*
Fixed non-dynarec build
ptitSeb
2023-04-19
1
-0
/
+4
*
[RV64_DYNAREC] Some fixes and small improvement to a few opcodes
ptitSeb
2023-04-19
3
-18
/
+20
*
[DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...
ptitSeb
2023-04-19
1
-0
/
+8
*
[RV64_DYNAREC] Fixed some bugs (#714)
Yang Liu
2023-04-19
2
-3
/
+3
*
[RV64_DYNAREC] Added more opcodes (#712)
xctan
2023-04-19
6
-3
/
+173
*
[RV64_DYNAREC] Added more opcode and some fixes (#710)
Yang Liu
2023-04-18
6
-21
/
+177
*
[RV64_DYNAREC] Added F3 0F BD and 66 29 opcodes
ptitSeb
2023-04-17
2
-0
/
+67
*
[RV64_DYNAREC] Fixed SSE_LOOP_FQ helper macro
ptitSeb
2023-04-17
1
-2
/
+2
*
[RV64_DYNAREC] Added more opcodes (#706)
Yang Liu
2023-04-17
5
-2
/
+152
*
[RV64_DYNAREC] Added more opcodes (#705)
Yang Liu
2023-04-17
6
-6
/
+126
*
[DYNAREC] Do not compute db on nn-block jump if no dynarec_log is used
ptitSeb
2023-04-16
1
-3
/
+5
*
[ARM64_DYNAREC] fixed DF E0 opcode
ptitSeb
2023-04-16
1
-1
/
+2
*
[DYNAREC] General fixes and improvment for multithread and jit program. Helps...
ptitSeb
2023-04-16
9
-88
/
+155
*
[RV64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower compi...
ptitSeb
2023-04-15
3
-57
/
+73
*
[ARM64_DYNAREC] Changed name of a utility function
ptitSeb
2023-04-15
3
-3
/
+3
*
[ARM64_DYNAREC] Reorganized pass3 to reduce size of box binary and lower comp...
ptitSeb
2023-04-15
4
-51
/
+61
*
[RV64_DYNAREC] Fixed C1/1 and 6B opcode, plus some slight adjustment to sse_g...
ptitSeb
2023-04-14
4
-4
/
+9
*
[RV64_DYNAREC] Added more opcodes for SV (#700)
Yang Liu
2023-04-14
2
-0
/
+60
*
[RV64_DYNAREC] Added more opcodes for SV (#699)
xctan
2023-04-14
3
-5
/
+90
*
[RV64_DYNAREC] Added more 66 0F opcodes for SV and some fixes (#697)
Yang Liu
2023-04-13
2
-4
/
+122
*
[RV64_DYNAREC] Added 0F AE /0,/1 opcodes (#696)
Yang Liu
2023-04-13
1
-1
/
+25
*
[RV64_DYNAREC] Segmented _00 file to improve build time
ptitSeb
2023-04-13
6
-1984
/
+2220
*
[RV64_DYNAREC] Added more opcodes for SV and some fixes (#694)
Yang Liu
2023-04-13
6
-10
/
+136
*
[RV64_DYNAREC] Added more opcodes for SV (#693)
xctan
2023-04-13
3
-1
/
+46
*
[RV64_DYNAREC] Add more opcodes for SV (#688)
Yang Liu
2023-04-12
6
-1
/
+163
*
[RV64_DYNAREC] Added 0F 14/15 opcodes
ptitSeb
2023-04-11
1
-0
/
+27
*
[RV64_DYNAREC] Added more opcodes for SV (#687)
xctan
2023-04-11
4
-5
/
+65
*
[RV64_DYNAREC] Added more opcodes for SV, some fixes & optims also (#686)
Yang Liu
2023-04-11
4
-12
/
+131
*
[RV64_DYNAREC] Added 0F BC/BD opcodes
ptitSeb
2023-04-11
1
-0
/
+74
*
[RV64_DYNAREC] Fixed emit_sub8/16 (#685)
Yang Liu
2023-04-11
1
-3
/
+4
*
[RV64_DYNAREC] Added more opcodes for SV (#684)
Yang Liu
2023-04-10
6
-3
/
+209
*
[RV64_DYNAREC] Added more opcode for SV and some fixes (#683)
Yang Liu
2023-04-10
2
-0
/
+105
*
[RV64_DYNAREC] Added more 66 0F opcode for SV (#680)
Yang Liu
2023-04-09
2
-9
/
+101
*
[RV64_DYNAREC] Small optim for F2 0F 5D MINSD opcode (#678)
Yang Liu
2023-04-09
1
-7
/
+1
[next]