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 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
*
[ARM64_DYNAREC] Added LDR/STR SIMD printer
ptitSeb
2023-10-27
1
-1
/
+24
*
[WRAPPER] Fixed my_execl (#1044)
wannacu
2023-10-27
1
-11
/
+75
*
[32BITS] Added a few 66 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-10-26
1
-1
/
+17
*
[ARM64_DYNAREC] Fixes STUR print opcode
ptitSeb
2023-10-26
1
-5
/
+5
*
[DYNAREC_RV64] Fixed x87 FCOMI opcodes (#1041)
Yang Liu
2023-10-26
2
-2
/
+2
*
[DYNAREC_RV64] Fixed opcode FLD tbyte (for #871) (#1040)
Yang Liu
2023-10-26
1
-1
/
+1
*
[ARM64_DYNAREC] Small optimisation on 66 0F 57 opcode
ptitSeb
2023-10-25
1
-3
/
+10
*
[DYNAREC] Various improvment to x87 code and segment handling
ptitSeb
2023-10-25
9
-14
/
+93
*
[32BITS] Added 66 06/07 and 66 1E/1F opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-10-24
1
-0
/
+38
*
[ARM64_DYNAREC] Fixed some cases of 0F D3 opcode
ptitSeb
2023-10-23
2
-6
/
+8
*
[RV64_DYNAREC] Fixed an issue with MMX Cache transformation
ptitSeb
2023-10-23
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed an issue with MMX Cache transformation
ptitSeb
2023-10-23
1
-1
/
+1
*
[ARM64_DYNAREC][32BITS] Added 67 64 A3 opcode
ptitSeb
2023-10-23
1
-1
/
+15
*
[ARM64_DYNAREC][32BITS] Added 67 64 FF /6 opcode
ptitSeb
2023-10-23
5
-1
/
+176
*
[ARM64_DYNAREC] Some fixes to x87 opcodes (helps 32bits games on WoW64)
ptitSeb
2023-10-23
2
-8
/
+25
*
[ARM64_DYNAREC] Fixed 0F F4 opcode (for #1036)
ptitSeb
2023-10-22
1
-3
/
+3
*
[ARM64_DYNAREC] Fixed an issue with refect_cache_mmx helper function
ptitSeb
2023-10-22
1
-1
/
+1
*
fix emit_sar32c() ZF maybe set error. (#1034)
liuli
2023-10-20
1
-1
/
+1
*
[ARM64_DYNAREC] More ARM64 extensions detection
ptitSeb
2023-10-18
1
-11
/
+12
*
[RV64_DYNAREC] More fixes to the build
ptitSeb
2023-10-18
1
-1
/
+1
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-10-18
1
-18
/
+52
|
\
|
*
[ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitter
ptitSeb
2023-10-18
1
-18
/
+52
*
|
[RV64_DYNAREC] Try to fix the build
ptitSeb
2023-10-18
1
-6
/
+6
|
/
*
Fix build issues
ptitSeb
2023-10-18
2
-29
/
+18
*
[ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions
ptitSeb
2023-10-18
2
-2
/
+46
*
[ARM64_DYNAREC] More changes to Strong memory model emulation
ptitSeb
2023-10-18
9
-46
/
+33
*
[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS
ptitSeb
2023-10-17
5
-164
/
+237
*
[ARM64_DYNAREC] More fixes to F0 0F C7 opcode with Atomics extension
ptitSeb
2023-10-17
1
-3
/
+5
*
[ARM64_DYNAREC] More fixes for Atomics extension
ptitSeb
2023-10-17
4
-13
/
+10
*
[ARM64_DYNAREC] More fixes for Atomic extension n LOCK DEC opcodes
ptitSeb
2023-10-17
1
-8
/
+10
*
[ARM64_DYNAREC] Fixed F0 0F B0 opcopde with Atomics extension
ptitSeb
2023-10-17
1
-1
/
+2
*
[ARM64_DYNAREC] Added code generation for Atomic ARM v8.1 extension for most ...
ptitSeb
2023-10-16
5
-241
/
+807
*
[ARM64_DYNAREC] Cosmetic changes to SM macros
ptitSeb
2023-10-16
1
-2
/
+2
*
[COSIM] Fix x87 testing (#1029)
Yang Liu
2023-10-15
3
-13
/
+18
*
[DYNAREC] Fix x87cache issues (#1025)
Yang Liu
2023-10-14
20
-123
/
+166
*
[ARM64_DYNAREC] Fixes some border case 32bits potential issue with GETEDz hel...
ptitSeb
2023-10-12
1
-1
/
+1
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-10-11
1
-0
/
+3
|
\
|
*
[RV64_DYNAREC] Fix a build warning (#1020)
Yang Liu
2023-10-11
1
-0
/
+3
[next]