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
*
[ARM64_DYNAREC] DD /6 opcode also perform x87 init
ptitSeb
2024-02-03
1
-1
/
+2
*
[ARM64_DYNAREC] Use frint extension for DD /1 opcode
ptitSeb
2024-02-03
1
-18
/
+17
*
[X64EMU] Fix for linux clang (#1243)
Lily
2024-02-02
1
-2
/
+2
*
Block signals while traicking memory protection
ptitSeb
2024-02-02
1
-8
/
+13
*
Refactored a bit protection traking to avoid re-entrance
ptitSeb
2024-02-02
1
-58
/
+76
*
Fixed a warning on non-dynarec build
ptitSeb
2024-02-02
1
-2
/
+0
*
Added 0F 0E opcode support ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
2
-0
/
+16
*
[WRAPPER] Regenerated the wrapper files (#1241)
rajdakin
2024-02-01
1
-1
/
+1
*
[32BITS] Added 67 64 89 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
2
-0
/
+20
*
[32BITS] Added 67 64 A1 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-01
2
-0
/
+25
*
[DYNAREC] Handling of memfd_create backed mmap on dynarec (help #1234 but doe...
ptitSeb
2024-02-01
5
-11
/
+27
*
[DYNAREC] Improved trace a bit
ptitSeb
2024-02-01
2
-1
/
+2
*
[INTERPRETER] Added CE opcode
ptitSeb
2024-01-31
1
-1
/
+9
*
When BOX64_VERSION is set, just print the version and exit (#1238)
josch
2024-01-31
1
-0
/
+5
*
Made PageSize detection / Handling dynamic. nd fixed elfloading for pagesize ...
ptitSeb
2024-01-31
3
-65
/
+49
*
Added mknod syscall (#1236)
Yang Liu
2024-01-31
1
-9
/
+24
*
Consider libutil as integral part of glibc
ptitSeb
2024-01-31
1
-0
/
+5
*
[LOONGARCH] Fixed potential compilation issue
ptitSeb
2024-01-31
1
-0
/
+26
*
[RV64_DYNAREC] Fixed 0F AF 32bits (for #1210)
ptitSeb
2024-01-30
1
-0
/
+9
*
[ARM64_DYNAREC] Added UDF printer
ptitSeb
2024-01-30
1
-0
/
+5
*
[ARM64_DYNAREC] Small changes on 32BITS E9 opcode to ensure 32bits jump desti...
ptitSeb
2024-01-30
1
-2
/
+7
*
[RV64_DYNAREC] Fixed some isue wiht sse_get_reg helper function tht would inc...
ptitSeb
2024-01-29
1
-11
/
+13
*
[32BITS] Small improvment to E8/E9 opcode to trucate address to 32bits
ptitSeb
2024-01-29
1
-2
/
+8
*
[INTERPRETOR] More finetunning to shrd16/shld16
ptitSeb
2024-01-29
1
-2
/
+5
*
[ARM64_DYNAREC] ROL/ROR/RCL/RCR might not update OF if count is not 1
ptitSeb
2024-01-29
2
-13
/
+55
*
[ARM64_DYNAREC] Small improvments to SHLD/SHRD helpers
ptitSeb
2024-01-29
1
-21
/
+15
*
[INTERPRETER] Small improvements to shr/shl to limit fals-positive on DYNAREC...
ptitSeb
2024-01-29
1
-7
/
+7
*
[DYNAREC_TEST] Fixed some potential fals-positive on some CMP opcodes
ptitSeb
2024-01-29
1
-4
/
+4
*
[ARM64_DYNAREC] Fixed 66 50-5F opcodes (helps Dave the Diver)
ptitSeb
2024-01-29
1
-2
/
+2
*
[TRACE] Slightly better trace for some dynarec runtime issues
ptitSeb
2024-01-29
2
-3
/
+3
*
[ARM64_DYNAREC] Added 67 6B opcode
ptitSeb
2024-01-29
1
-0
/
+34
*
[ARM64_DYNAREC] Added F0 0F C0 opcode
ptitSeb
2024-01-29
1
-0
/
+46
*
Added more slot for X11 Callbacks wrapping
ptitSeb
2024-01-29
1
-1
/
+6
*
[DYNAREC] Small improvment in dynablock/protectDB handling
ptitSeb
2024-01-29
3
-11
/
+47
*
[ARM64_DYNAREC] Removed old unused code
ptitSeb
2024-01-29
1
-20
/
+0
*
[DYNAREC] Narrow the cases for Strange SIGSEGV to protextion with READ & WIRTE
ptitSeb
2024-01-28
1
-1
/
+1
*
[RCFIEL] Fixed BOX64_IGNOREINT3
ptitSeb
2024-01-28
1
-1
/
+1
*
Fixed SnapDragon builds
ptitSeb
2024-01-27
1
-1
/
+1
*
Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too)
ptitSeb
2024-01-27
6
-33
/
+43
*
Rollback vfork changes, it broke SlayTheSpire, and probably other too (for #1...
ptitSeb
2024-01-27
1
-3
/
+6
*
[ARM64_DYNAREC] Added E4/E5/E6/E7 opcodes
ptitSeb
2024-01-27
1
-2
/
+16
*
[ARM64_DYNAREC][32BITS] Added D4/D5 opcodes
ptitSeb
2024-01-27
1
-0
/
+26
*
[ARM64_DYNAREC][32BITS] Added 37 opcode
ptitSeb
2024-01-27
1
-1
/
+13
*
[ARM64_DYNAREC][32BITS] Added 27 opcode
ptitSeb
2024-01-27
1
-2
/
+14
*
[ARM64_DYNAREC][32BITS] Added 2F opcode
ptitSeb
2024-01-27
1
-1
/
+13
*
[ARM64_DYNAREC] Improved shld16 opcode
ptitSeb
2024-01-27
1
-8
/
+6
*
[ARM64_DYNAREC] Fixed 66 8C opcode and improved many 66 prefix opcode on 32BITS
ptitSeb
2024-01-27
2
-29
/
+30
*
[TEST_DYNAREC] Improved accuracy of some tests, and avoid a some false-positive
ptitSeb
2024-01-27
5
-23
/
+26
*
[ARM64_DYNAREC] Removed unused code
ptitSeb
2024-01-27
3
-36
/
+0
*
[INTERPRETER] Add code for unaligned 32bits F0 87 opcode
ptitSeb
2024-01-27
1
-1
/
+12
[next]