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] Optimized 16bits SHL/SHR/SAR opcodes
ptitSeb
2023-11-13
3
-81
/
+411
*
[DYNAREC] Don't consume X_PEND if opcode MAY emit flags
ptitSeb
2023-11-13
1
-3
/
+3
*
[ARM64_DYNAREC] Added emit_sar8 helper
ptitSeb
2023-11-13
3
-6
/
+50
*
[ARM64_DYNAREC] Add optionnal handling of no flag update for shift CL opcodes
ptitSeb
2023-11-13
1
-0
/
+22
*
[ELFLOADER] Some more fixes to elf memory manager
ptitSeb
2023-11-13
1
-3
/
+4
*
[COSIM] Fix GO_TRACE (#1059)
Yang Liu
2023-11-12
1
-2
/
+2
*
[ARM64_DYNAREC] Some fixes to shift opcodes
ptitSeb
2023-11-12
1
-9
/
+33
*
[ELFLOADER] Fixed align issue (may help #1057) (#1058)
Yang Liu
2023-11-12
1
-2
/
+2
*
Merge branch 'main' of https://github.com/ptitSeb/box64
ptitSeb
2023-11-12
2
-32
/
+55
|
\
|
*
[ARM64_DYNAREC] More fixes on 8bits shift emiters
ptitSeb
2023-11-12
2
-32
/
+55
*
|
Small improvment in global hacking
ptitSeb
2023-11-12
1
-2
/
+2
*
|
[TRACE] Small improvment for push rbp trace
ptitSeb
2023-11-12
1
-1
/
+2
|
/
*
[ARM64_DYNAREC] Fixed sar8c usage
ptitSeb
2023-11-12
2
-3
/
+3
*
[ARM64_DYNAREC] Some more work on shift opcodes
ptitSeb
2023-11-12
1
-23
/
+29
*
[INTERPRETER] Small adjustment on shl flag computation
ptitSeb
2023-11-11
1
-17
/
+17
*
[ARM64_DYNAREC] Added emit_sar8c
ptitSeb
2023-11-11
3
-23
/
+50
*
[ARM64_DYNAREC] Added emit_shr8c and some mare adjustement to 8bits shifts
ptitSeb
2023-11-11
4
-49
/
+77
*
[ARM64_DYNAREC] Added emit_shr8 helper
ptitSeb
2023-11-11
3
-14
/
+55
*
[ARM64_DYNAREC] improved D2 /4/6 opcodes
ptitSeb
2023-11-11
3
-7
/
+58
*
[ARM64_DYNAREC] Fixed 64/65 8E opcode
ptitSeb
2023-11-11
1
-0
/
+1
*
[ARM64_DYNAREC] Reorganised D0/D2 opcodes and Added shl8c emitter use
ptitSeb
2023-11-11
1
-96
/
+132
*
[ARM64_DYNAREC] Added shl8c emitter
ptitSeb
2023-11-11
3
-13
/
+57
*
[ARM64_DYNAREC] Fixed OF flags for 8 bit addition when using FLAGM extension
ptitSeb
2023-11-11
1
-3
/
+3
*
[ARM64_DYNAREC] More fixing and improving on shifting opcodes
ptitSeb
2023-11-10
11
-126
/
+391
*
[ARM64_DYNAREC] Added 64/65 8E opcode
ptitSeb
2023-11-10
1
-1
/
+15
*
Cleaned up syscall and signed register access
ptitSeb
2023-11-10
2
-180
/
+209
*
Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build
ptitSeb
2023-11-10
4
-4
/
+42
*
Fixed some edge-case with some of the shift opcodes
ptitSeb
2023-11-10
2
-35
/
+33
*
[INTERPRETER] Fixed a typo in 66 0F 2C opcode
ptitSeb
2023-11-10
1
-4
/
+4
*
Allow unaligned lock xchg with rex.w
ptitSeb
2023-11-09
1
-1
/
+12
*
[RV64_DYNAREC] Fixed a nasty typo in add8c emitter
ptitSeb
2023-11-09
1
-1
/
+1
*
[ARM64_DYNAREC] More accurate 0F BA opcodes on 64bits without rex.w
ptitSeb
2023-11-09
1
-5
/
+1
*
More accurate 0F BA opcodes on 64bits without rex.w
ptitSeb
2023-11-09
1
-0
/
+6
*
Added wrapped curl_multi_poll function (for #1053)
ptitSeb
2023-11-09
1
-0
/
+1
*
Use non-atomic operation on XCHG when unaligned
ptitSeb
2023-11-08
1
-1
/
+7
*
[ELFLOADER] Take wine prereserve memory into account
ptitSeb
2023-11-08
1
-0
/
+2
*
Added 2 wrapped function to libfontconfig (for aesprites)
ptitSeb
2023-11-08
1
-2
/
+2
*
Cosmetic change
ptitSeb
2023-11-07
1
-1
/
+1
*
[TRACE] Better trace for unknown offset in native elf
ptitSeb
2023-11-07
2
-2
/
+2
*
Added wrapped __isoc23_strtoul (for #1052)
ptitSeb
2023-11-07
1
-0
/
+1
*
Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)
ptitSeb
2023-11-07
1
-1
/
+7
*
[RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST...
ptitSeb
2023-11-07
1
-0
/
+5
*
[ELFLOADER] Use alternate simpler method for memory managment when pagesize i...
ptitSeb
2023-11-07
1
-26
/
+36
*
[ELFLOADER] Another fix for elfloader memory managment on pagesize not 4K (mi...
ptitSeb
2023-11-07
1
-1
/
+21
*
[ELFLOADER] Another fix for elfloader memory managment (might help #1051)
ptitSeb
2023-11-07
1
-8
/
+6
*
[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
*
Fixed some issue with some SSE4.2 string compare oprations (should help #1013)
ptitSeb
2023-11-05
1
-2
/
+2
*
Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)
ptitSeb
2023-11-05
3
-0
/
+18
[next]