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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Better handling of forward blocks with unused opcode in between
ptitSeb
2023-03-30
1
-2
/
+12
*
[RV64_DYNAREC] Small cosmetic change with DUMP of fpu regs
ptitSeb
2023-03-30
1
-6
/
+6
*
[DYNAREC] Changed again how the current IP is tracked in TEST_INTERPRETER mode
ptitSeb
2023-03-30
1
-1
/
+2
*
[RV64_DYNAREC] Fixed fpu regs unwind helper function
ptitSeb
2023-03-30
1
-15
/
+8
*
[RV64_DYNAREC] pass0 and 1 where missing fpu propagation
ptitSeb
2023-03-30
2
-1
/
+7
*
[RV64_DYNAREC] Fixed F0 0F C1 XADD opcode
ptitSeb
2023-03-30
1
-5
/
+5
*
[DYNAREC] This should make TEST_INTERPRETER faulty IP output more coherent (f...
ptitSeb
2023-03-30
1
-1
/
+1
*
[DYNAREC] This should make TEST_INTERPRETER foaulty IP output more coherent
ptitSeb
2023-03-30
1
-1
/
+1
*
[DYNAREC] Fixed TEST_INTERPRETER when jumping to a non-dynarec block
ptitSeb
2023-03-30
1
-1
/
+8
*
[DYNAREC] Fixed handling of x87 top and stack on TEST_INTERPRETER
ptitSeb
2023-03-30
5
-4
/
+100
*
[RV64_DYNAREC] Added DF F0+i FCOMIP and DF /0 FILD opcodes (#649)
xctan
2023-03-30
5
-8
/
+141
*
[RV64_DYNAREC] Added more opcodes (#651)
Yang Liu
2023-03-29
6
-11
/
+171
*
[RV64_DYNAREC] Added some 66 0F Pxxx opcodes (#650)
Yang Liu
2023-03-29
3
-13
/
+91
*
[RV64_DYNAREC] Fixed more issues caught by cosim (#647)
Yang Liu
2023-03-28
7
-2
/
+10
*
[DYNAREC] Some more improvment to TEST_INTERPRETER
ptitSeb
2023-03-28
2
-5
/
+5
*
[RV64_DYNAREC] Fixed some edge case issues with conditionnal jumps
ptitSeb
2023-03-28
2
-10
/
+12
*
[RV64_DYNAREC] Fixed issues caught by newly added cosim framework (#645)
Yang Liu
2023-03-28
2
-4
/
+9
*
[DYNAREC] Improved TEST_INTERPRETER with inter-block testing
ptitSeb
2023-03-28
14
-39
/
+81
*
[RV64_DYNAREC] Added more D8 opcodes (#646)
xctan
2023-03-28
1
-0
/
+39
*
[DYNAREC] Cleaned up the TEST_INTERPRETER a bit
ptitSeb
2023-03-28
13
-94
/
+104
*
[RV64_DYNAREC] Fixed issue with RIP synchronizing on BOX64_DYNAREC_TEST
ptitSeb
2023-03-27
1
-1
/
+1
*
[ARM664_DYNAREC] Fixed a potential issue with RIP synchronizing on BOX64_DYNA...
ptitSeb
2023-03-28
1
-1
/
+1
*
[DYNAREC] This should fix non-Trace build
ptitSeb
2023-03-27
4
-32
/
+9
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
43
-62
/
+1089
*
Improved handling of libssl/libcrypto version 1.1 and 3.0
ptitSeb
2023-03-27
18
-7
/
+5472
*
[RV64_DYNAREC] Added D8 /0 FADD opcode (#642)
xctan
2023-03-27
5
-1
/
+100
*
[RV64_DYNAREC] More opcodes, and a few fixes too
ptitSeb
2023-03-26
8
-5
/
+259
*
Fixed flag handling of PTEST opcode
ptitSeb
2023-03-26
1
-1
/
+5
*
[ARM64_DYNAREC] Fixed flag handling of PTEST opcode
ptitSeb
2023-03-26
1
-1
/
+6
*
[RV64_DYNAREC] Added a bunch of opcodes, plus some improvments/fixes to SSE m...
ptitSeb
2023-03-26
7
-19
/
+248
*
[ARM64_DYNAREC] Added 66 0F 38 17 opcode
ptitSeb
2023-03-26
1
-0
/
+25
*
[DYNAREC] Fixed rolling back for failled forward block
ptitSeb
2023-03-26
1
-1
/
+1
*
fix some spelling mistakes (#640)
josch
2023-03-26
30
-107
/
+107
*
Added wrapped libicuuc and libicui18n v72 (help Stardew Valley)
ptitSeb
2023-03-26
14
-0
/
+284
*
[RV64_DYNAREC] Fixed CreateJumpNext function
ptitSeb
2023-03-25
2
-7
/
+13
*
[DYNAREC] Some fixes and small improvment to common codeblock generator
ptitSeb
2023-03-25
2
-11
/
+26
*
[RV64_DYNAREC] One fix for this bug is enough
ptitSeb
2023-03-25
1
-4
/
+0
*
[RV64_DYNAREC] Fixes and some optims (#638)
Yang Liu
2023-03-25
3
-3
/
+9
*
[RV64_DYNAREC] Some more fixes with sign extension issues
ptitSeb
2023-03-25
2
-1
/
+2
*
[RV64_DYNAREC] Fixed GETEDH helper macro, and small optim to F7 /0 /1 opcodes
ptitSeb
2023-03-25
2
-3
/
+3
*
[RV64_DYNAREC] Fixed rv64_lock_decifnot0b function
ptitSeb
2023-03-25
1
-3
/
+62
*
[RV64_DYNAREC] Small optim on fetch segment offset
ptitSeb
2023-03-25
1
-1
/
+1
*
Improved elf loading at specific addresses
ptitSeb
2023-03-25
1
-1
/
+13
*
[RV64_DYNAREC] Fixed minor issues (#636)
Yang Liu
2023-03-25
1
-3
/
+3
*
Added wrapped libnuma
ptitSeb
2023-03-25
9
-0
/
+197
*
Added some wrapped functions in pthread
ptitSeb
2023-03-25
4
-0
/
+25
*
[RV64_DYNAREC] Added 66 0F EF PXOR opcode
ptitSeb
2023-03-25
3
-1
/
+43
*
Added support for running native SDL2_mixer (and image/ttf too) with emulated...
ptitSeb
2023-03-25
1
-0
/
+27
*
[RV64][LA464][PPC64] Fixed some issues with VALIST handling
ptitSeb
2023-03-25
2
-6
/
+64
*
[RV64_DYNAREC] Added more opcodes (#633)
Yang Liu
2023-03-24
4
-69
/
+324
[next]