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] Fixed zbb andn optimization (#1074)
Yang Liu
2023-11-20
1
-17
/
+17
*
Saved defered flag status when processing signal / foreign function
ptitSeb
2023-11-17
1
-0
/
+23
*
[ARM64_DYNAREC] Optimized 66 0F A5 ocode
ptitSeb
2023-11-16
3
-13
/
+69
*
[ARM64_DYNAREC] Optimized 66 0F A4 opcode
ptitSeb
2023-11-16
3
-11
/
+70
*
[ARM64_DYNAREC] Optimized 0F A5 opcode
ptitSeb
2023-11-16
3
-7
/
+70
*
[ARM64_DYNAREC] Improved 0F A4 opcode
ptitSeb
2023-11-16
1
-7
/
+9
*
[ARM64_DYNAREC] Optimized 66 AD opcode
ptitSeb
2023-11-16
3
-8
/
+62
*
[ARM64_DYNAREC] Optimized 66 AC opcode
ptitSeb
2023-11-16
3
-11
/
+65
*
[ARM64_DYNAREC] Fixed shrd 32/64bits opcodes
ptitSeb
2023-11-16
1
-5
/
+5
*
[ARM64_DYNAREC] Reworked shrd 32/64bits opcodes
ptitSeb
2023-11-16
3
-12
/
+81
*
[ARM64_DYNAREC] Optimized F6 /6 /7 opcodes
ptitSeb
2023-11-15
1
-5
/
+11
*
[ARM64_DYNAREC] Uses SKIPTEST instead of NOTEST for 66 F7 /7 opcode
ptitSeb
2023-11-15
1
-1
/
+1
*
[ARM64_DYNAREC] Small optims on some shift opcodes
ptitSeb
2023-11-15
3
-22
/
+18
*
Added 64/65 [64/65] 90 opcode ([ARM64_DYNAREC] Too)
ptitSeb
2023-11-15
1
-1
/
+9
*
[RV64_DYNAREC] [32BITS] Added more opcodes for minipad2.exe (#1062)
Yang Liu
2023-11-13
4
-0
/
+70
*
[RV64_DYNAREC] Added a few opcodes for minipad2.exe (#1061)
Yang Liu
2023-11-13
6
-27
/
+132
*
[ARM64_DYNAREC] Optimized 16bits ROL/ROR opcodes
ptitSeb
2023-11-13
2
-36
/
+60
*
[ARM64_DYNAREC] Optimized 16bits SHL/SHR/SAR opcodes
ptitSeb
2023-11-13
3
-81
/
+411
*
[DYNAREC] Don't consume X_PEND if opcode MAY emit flags
ptitSeb
2023-11-13
1
-3
/
+3
*
[ARM64_DYNAREC] Added emit_sar8 helper
ptitSeb
2023-11-13
3
-6
/
+50
*
[ARM64_DYNAREC] Add optionnal handling of no flag update for shift CL opcodes
ptitSeb
2023-11-13
1
-0
/
+22
*
[COSIM] Fix GO_TRACE (#1059)
Yang Liu
2023-11-12
1
-2
/
+2
*
[ARM64_DYNAREC] Some fixes to shift opcodes
ptitSeb
2023-11-12
1
-9
/
+33
*
[ARM64_DYNAREC] More fixes on 8bits shift emiters
ptitSeb
2023-11-12
2
-32
/
+55
*
[ARM64_DYNAREC] Fixed sar8c usage
ptitSeb
2023-11-12
2
-3
/
+3
*
[ARM64_DYNAREC] Some more work on shift opcodes
ptitSeb
2023-11-12
1
-23
/
+29
*
[ARM64_DYNAREC] Added emit_sar8c
ptitSeb
2023-11-11
3
-23
/
+50
*
[ARM64_DYNAREC] Added emit_shr8c and some mare adjustement to 8bits shifts
ptitSeb
2023-11-11
3
-44
/
+72
*
[ARM64_DYNAREC] Added emit_shr8 helper
ptitSeb
2023-11-11
3
-14
/
+55
*
[ARM64_DYNAREC] improved D2 /4/6 opcodes
ptitSeb
2023-11-11
3
-7
/
+58
*
[ARM64_DYNAREC] Fixed 64/65 8E opcode
ptitSeb
2023-11-11
1
-0
/
+1
*
[ARM64_DYNAREC] Reorganised D0/D2 opcodes and Added shl8c emitter use
ptitSeb
2023-11-11
1
-96
/
+132
*
[ARM64_DYNAREC] Added shl8c emitter
ptitSeb
2023-11-11
3
-13
/
+57
*
[ARM64_DYNAREC] Fixed OF flags for 8 bit addition when using FLAGM extension
ptitSeb
2023-11-11
1
-3
/
+3
*
[ARM64_DYNAREC] More fixing and improving on shifting opcodes
ptitSeb
2023-11-10
11
-126
/
+391
*
[ARM64_DYNAREC] Added 64/65 8E opcode
ptitSeb
2023-11-10
1
-1
/
+15
*
[RV64_DYNAREC] Fixed a nasty typo in add8c emitter
ptitSeb
2023-11-09
1
-1
/
+1
*
[ARM64_DYNAREC] More accurate 0F BA opcodes on 64bits without rex.w
ptitSeb
2023-11-09
1
-5
/
+1
*
[ARM64_DYNAREC] Fixed 66 0F 3A 21 opcode
ptitSeb
2023-11-06
1
-51
/
+4
*
[ARM64_DYNAREC] Added F0 0F BA opcodes
ptitSeb
2023-11-06
1
-4
/
+139
*
[ARM64_DYNAREC] Added 66 0F 3A 40 opcode (with tests)
ptitSeb
2023-11-06
3
-0
/
+42
*
[RV64_DYNAREC] Fix test failling
ptitSeb
2023-11-04
1
-27
/
+0
*
[ARM64_DYNAREC] Added 66 0F F2 38 F1 opcode
ptitSeb
2023-11-04
1
-0
/
+29
*
Added 66 0F F2 38 F1 opcode, and fixed all 66 0F F2/F3 xx opcodes (should hel...
ptitSeb
2023-11-04
9
-5
/
+265
*
[ARM64_DYNAREC] Added 66 0F 3A 60..63 opcodes
ptitSeb
2023-10-30
5
-4
/
+208
*
[ARM64_DYNAREC] Added support for F2 0F 38 F0/F1 CRC32 opcodes
ptitSeb
2023-10-30
2
-21
/
+39
*
[ARM64_DYNAREC] Better fix for x87 i64 promotion to Double
ptitSeb
2023-10-27
3
-7
/
+9
*
[ARM64_DYNAREC] Fixed and improved i64 x87 optimisation
ptitSeb
2023-10-27
4
-24
/
+38
*
[ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...
ptitSeb
2023-10-27
1
-0
/
+46
*
[ARM64_DYNAREC] Small optim on Load/Unload x87 cache
ptitSeb
2023-10-27
1
-6
/
+10
[prev]
[next]