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 (
Expand
)
Author
Age
Files
Lines
*
[TRACE] Improved trace with xmm registers
ptitSeb
2023-04-02
2
-2
/
+11
*
Fixed 66 0F 5B opcodes
ptitSeb
2023-04-01
1
-1
/
+1
*
[DYNAREC] Some fine-tunning to cosim
ptitSeb
2023-04-01
1
-2
/
+2
*
[DYNAREC] More improvement to TEST_DYNAREC
ptitSeb
2023-03-31
7
-10
/
+41
*
Added 66 0F 3A 08/09 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-03-31
1
-0
/
+56
*
[DYNAREC] Changed again how the current IP is tracked in TEST_INTERPRETER mode
ptitSeb
2023-03-30
1
-1
/
+2
*
[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
*
[RV64_DYNAREC] Added some 66 0F Pxxx opcodes (#650)
Yang Liu
2023-03-29
1
-1
/
+1
*
[DYNAREC] Some more improvment to TEST_INTERPRETER
ptitSeb
2023-03-28
2
-5
/
+5
*
[DYNAREC] Improved TEST_INTERPRETER with inter-block testing
ptitSeb
2023-03-28
3
-20
/
+32
*
[DYNAREC] Cleaned up the TEST_INTERPRETER a bit
ptitSeb
2023-03-28
13
-94
/
+104
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
30
-48
/
+1025
*
Fixed flag handling of PTEST opcode
ptitSeb
2023-03-26
1
-1
/
+5
*
fix some spelling mistakes (#640)
josch
2023-03-26
3
-7
/
+7
*
Added/Fixed 66 0F 3A 14/15/16 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-03-23
1
-5
/
+20
*
Addedsome more syscall (for #616)
ptitSeb
2023-03-23
1
-0
/
+11
*
[TRACE] Better debug info for ov_read function
ptitSeb
2023-03-20
1
-0
/
+2
*
Removed an optim on TLS, it break things (fix regression on exiting many game...
ptitSeb
2023-03-18
1
-1
/
+1
*
Added 66 0F 38 29 PCMPEQQ opcde ([ARM64_DYNAREC] too) (for #558)
ptitSeb
2023-03-14
1
-0
/
+8
*
Tried to optimize TLS fetching
ptitSeb
2023-03-12
1
-8
/
+15
*
Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-03-12
1
-0
/
+21
*
[DYNAREC] Some renaming for the sake of consistancy
ptitSeb
2023-03-12
2
-17
/
+3
*
Rv64 dynarec (#550)
ptitSeb
2023-03-12
3
-0
/
+14
*
Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no...
ptitSeb
2023-02-19
1
-1
/
+29
*
Fixed a regression with factorio
ptitSeb
2023-02-19
1
-2
/
+2
*
Added 67 0F B9 opcode
ptitSeb
2023-02-18
1
-0
/
+13
*
Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...
ptitSeb
2023-02-17
1
-1
/
+4
*
Fixed interpretor for FIST(P) opcodes
ptitSeb
2023-02-16
2
-5
/
+5
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
18
-259
/
+217
*
Added 1 syscall
ptitSeb
2023-02-14
1
-0
/
+1
*
Various minor warning fixes
ptitSeb
2023-02-13
3
-6
/
+9
*
[DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...
ptitSeb
2023-02-12
3
-14
/
+17
*
Update x64emu.c (#507)
RainbowC0
2023-02-03
1
-1
/
+10
*
Added F0 FE /1 and /2 opcodes ([DYNAREC] too) (for #505)
ptitSeb
2023-02-02
1
-0
/
+33
*
[DYNAREC] Fixed a potential crash when running without Dynarec
ptitSeb
2023-01-28
1
-1
/
+2
*
Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...
ptitSeb
2023-01-28
4
-108
/
+136
*
Added 1 more syscall
ptitSeb
2023-01-22
1
-0
/
+1
*
Refactored (again) lib init/fini mecanism
ptitSeb
2023-01-01
2
-2
/
+2
*
Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...
ptitSeb
2022-12-30
1
-1
/
+6
*
Added 206-210 syscalls (for #485)
ptitSeb
2022-12-30
1
-0
/
+5
*
More SegmentChache reset
ptitSeb
2022-12-17
1
-0
/
+1
*
Reset Segment cache when changing TLS address
ptitSeb
2022-12-17
1
-0
/
+1
*
[TRACE] Small improvments to function call trace
ptitSeb
2022-12-11
1
-55
/
+57
*
[TRACE] Print function name from on push rbp, instead of function name here
ptitSeb
2022-12-04
1
-2
/
+1
*
[TRACE] Add stack top trace for endbr64 opcode
ptitSeb
2022-12-04
1
-0
/
+2
*
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...
ptitSeb
2022-12-04
7
-14
/
+46
*
[RISCV] Fix build
ptitSeb
2022-11-22
1
-0
/
+13
*
Improve (non-libc) syscall, and added a few new ones
ptitSeb
2022-11-22
2
-65
/
+211
*
Set TLS size to be a 64K page on all cases
ptitSeb
2022-11-14
1
-1
/
+1
[next]