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
/
emu
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Reworked TLS to limit resizing, as it tends to break Unity3D games
ptitSeb
2022-07-03
1
-23
/
+58
|
*
Added syscall 231 (for #333)
ptitSeb
2022-07-01
1
-0
/
+1
|
*
Added syscall 270 (for #333)
ptitSeb
2022-06-30
1
-0
/
+1
|
*
Added syscall 27 (for #333)
ptitSeb
2022-06-30
1
-0
/
+1
|
*
Various small debugging improvments
ptitSeb
2022-06-19
2
-0
/
+4
|
*
Added 67 83 opcode ([DYNAREC] too) (for #323)
ptitSeb
2022-06-11
1
-0
/
+47
|
*
Added 67 C7 opcode ([DYNAREC] too) (for #323)
ptitSeb
2022-06-11
1
-0
/
+12
|
*
Added syscall 317
ptitSeb
2022-06-05
1
-0
/
+1
|
*
Run elf init if __libc_start_main init param is NULL (for #315)
ptitSeb
2022-05-30
1
-0
/
+2
|
*
Better version of F2/F3 0F 1E opcode
ptitSeb
2022-05-30
2
-5
/
+10
|
*
Added and fixed opcodes 66 0F 38 38..3F ([DYNAREC] too) (for #299)
ptitSeb
2022-05-03
1
-2
/
+41
|
*
Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)
ptitSeb
2022-04-16
2
-4
/
+30
|
*
[DYNAREC] Added option to force x87 to use double (ported from box86)
ptitSeb
2022-04-13
1
-0
/
+10
|
*
Various small fixes and warning removal
ptitSeb
2022-04-11
3
-16
/
+16
|
*
Fixed PMAXSD opcode and added PMINUW
ptitSeb
2022-04-10
1
-1
/
+9
|
*
Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)
ptitSeb
2022-04-06
1
-0
/
+20
|
*
Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ↵
ptitSeb
2022-04-01
2
-3
/
+22
|
|
|
|
([DYNAREC] too)
*
More coverage for test17, and added NaN handling to 66 0F 7C opcode
ptitSeb
2022-04-01
1
-0
/
+14
|
*
More cases to test17, and added -NAN generation to divpd ([DYNAREC] too)
ptitSeb
2022-03-31
1
-2
/
+13
|
*
More test17 impovements, fixed NAN for mulpd ([DYNAREC] too, introducing ↵
ptitSeb
2022-03-31
1
-4
/
+11
|
|
|
|
BOX64_DYNAREC_FASTNAN env. var. to keep old faster behaviour selectable)
*
Improved test17 (sse), and fixed NAN bordercase for PSQRTPD opcode
ptitSeb
2022-03-31
1
-2
/
+8
|
*
Added 66 0F 38 14/16 opcodes
ptitSeb
2022-03-30
1
-0
/
+20
|
*
Improved and enhanced test17 (SSE testing)
ptitSeb
2022-03-30
1
-3
/
+3
|
*
Added 66 0F 38 30..35 opcodes ([DYNAREC] too) (for #260)
ptitSeb
2022-03-29
1
-0
/
+43
|
*
Fixed some warnings
ptitSeb
2022-03-29
1
-3
/
+3
|
*
Added clone wrapped function and libgbm wrapped lib
ptitSeb
2022-03-27
1
-1
/
+3
|
*
More work around steam and proton/SteamPlay (working, but need also latest ↵
ptitSeb
2022-03-26
2
-1
/
+12
|
|
|
|
box86)
*
Fixed RunFunction and DynaCall/EmuCall with stack arguments
ptitSeb
2022-03-25
1
-2
/
+2
|
*
Fixed some LOG=2 improved trace
ptitSeb
2022-03-13
1
-5
/
+5
|
*
Some small changes to clone syscall
ptitSeb
2022-03-06
1
-10
/
+13
|
*
Added 64 F3 0F 6F opcode ([DYNAREC] too) (for #241)
ptitSeb
2022-03-05
1
-0
/
+14
|
*
Added 64 63 opcode ([DYNAREC] Too)
ptitSeb
2022-03-05
1
-0
/
+13
|
*
Improve function name in trace a bit
ptitSeb
2022-03-04
1
-6
/
+13
|
*
Added 64 0F 11 opcode ([DYNAREC] too)
ptitSeb
2022-03-03
1
-0
/
+6
|
*
One more syscall
ptitSeb
2022-03-01
1
-3
/
+4
|
*
More work on readlinkat and clone syscall
ptitSeb
2022-03-01
2
-22
/
+114
|
*
[DYNAREC] And more multi-arch work
ptitSeb
2022-02-27
1
-5
/
+5
|
*
[DYNAREC] Refactored dynarec to ease the future adding of new target ↵
ptitSeb
2022-02-27
7
-118
/
+120
|
|
|
|
architecture
*
[TRACE] Small changes to function name print in trace
ptitSeb
2022-02-20
1
-5
/
+5
|
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
1
-0
/
+2
|
*
Added 0F 3A 0F opcode
ptitSeb
2022-02-11
1
-0
/
+27
|
*
Added F0 0F C0 opcode (for #210)
ptitSeb
2022-02-06
1
-0
/
+17
|
*
Added 2E opcode ([DYNAREC] too)
ptitSeb
2022-02-06
1
-0
/
+1
|
*
Added 66 F0 FF opcodes
ptitSeb
2022-01-22
1
-0
/
+84
|
*
Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)B
ptitSeb
2022-01-06
2
-78
/
+90
|
*
Added many F0 66 opcodes (should help Metro Exodus)
ptitSeb
2022-01-03
1
-0
/
+80
|
*
Made unsuported libc syscall non-fatal
ptitSeb
2021-12-21
1
-3
/
+3
|
*
Ooops, fixed build (still for #174)
ptitSeb
2021-11-22
1
-8
/
+8
|
*
Added syscall 63 (for #174)
ptitSeb
2021-11-22
1
-0
/
+27
|
*
Added 64 8A opcode ([DYNAREC] too) (for #171)
ptitSeb
2021-11-22
1
-1
/
+6
|
[next]