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
...
*
[INTERPRETER] Call opcode also need getAlternate redirection
ptitSeb
2023-12-05
1
-0
/
+1
*
Show TLS resize warning only if old size is not 0
ptitSeb
2023-12-05
1
-1
/
+3
*
Improved bridge name storage/retreival
ptitSeb
2023-12-01
1
-2
/
+0
*
[DYNAREC][INTERPRETER] Rework on 6C/6D/6E/6F opcodes (#1098)
Yang Liu
2023-11-28
1
-71
/
+6
*
[ANDROID] Fix Clang Compiling (#1094)
Lily
2023-11-28
1
-0
/
+5
*
[INTERPRETER] LES/LDS are valid only if next byte has high bit not set
ptitSeb
2023-11-23
1
-2
/
+2
*
Clear errno when pctrl_arch has no error
ptitSeb
2023-11-23
1
-0
/
+1
*
Added full support for the SHA cpu extension
ptitSeb
2023-11-21
3
-0
/
+258
*
[INTERPRETER] Fixed some rare issue with XLAT ocpode
ptitSeb
2023-11-20
1
-1
/
+4
*
Better way to handle syscall array with c99 sparse array init
ptitSeb
2023-11-20
1
-184
/
+179
*
Saved defered flag status when processing signal / foreign function
ptitSeb
2023-11-17
1
-1
/
+1
*
[ARM64_DYNAREC] Optimized 66 0F A4 opcode
ptitSeb
2023-11-16
1
-1
/
+15
*
[ARM64_DYNAREC] Improved 0F A4 opcode
ptitSeb
2023-11-16
1
-0
/
+31
*
[INTERPRETER] Fixed OF flags for shld opcodes
ptitSeb
2023-11-16
1
-6
/
+3
*
[ARM64_DYNAREC] Optimized 66 AC opcode
ptitSeb
2023-11-16
1
-1
/
+13
*
[ARM64_DYNAREC] Fixed shrd 32/64bits opcodes
ptitSeb
2023-11-16
1
-1
/
+28
*
[INTERPRETER] Reworked shrd OF flag computation
ptitSeb
2023-11-16
1
-3
/
+3
*
Added syscall 266 (for #1066)
ptitSeb
2023-11-15
1
-0
/
+1
*
Added 64/65 [64/65] 90 opcode ([ARM64_DYNAREC] Too)
ptitSeb
2023-11-15
1
-1
/
+16
*
[TRACE] Small improvment to trace handling
ptitSeb
2023-11-15
1
-0
/
+4
*
[INTERPRETER] Small cosmetic changes to some F0 prefixed opcodes
ptitSeb
2023-11-13
2
-43
/
+45
*
[TRACE] Small improvment for push rbp trace
ptitSeb
2023-11-12
1
-1
/
+2
*
[INTERPRETER] Small adjustment on shl flag computation
ptitSeb
2023-11-11
1
-17
/
+17
*
[ARM64_DYNAREC] Added emit_shr8c and some mare adjustement to 8bits shifts
ptitSeb
2023-11-11
1
-5
/
+5
*
Cleaned up syscall and signed register access
ptitSeb
2023-11-10
1
-180
/
+171
*
Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build
ptitSeb
2023-11-10
1
-4
/
+21
*
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
*
More accurate 0F BA opcodes on 64bits without rex.w
ptitSeb
2023-11-09
1
-0
/
+6
*
Use non-atomic operation on XCHG when unaligned
ptitSeb
2023-11-08
1
-1
/
+7
*
Cosmetic change
ptitSeb
2023-11-07
1
-1
/
+1
*
[TRACE] Better trace for unknown offset in native elf
ptitSeb
2023-11-07
1
-1
/
+1
*
Fixed some issue with some SSE4.2 string compare oprations (should help #1013)
ptitSeb
2023-11-05
1
-2
/
+2
*
[TRACE] Show mmap size in hex
ptitSeb
2023-11-05
1
-1
/
+1
*
Added 66 0F F2 38 F1 opcode, and fixed all 66 0F F2/F3 xx opcodes (should hel...
ptitSeb
2023-11-04
4
-5
/
+176
*
[TRACE] Fixed a warning
ptitSeb
2023-11-04
1
-1
/
+1
*
[TRACE] Improved trace
ptitSeb
2023-11-04
2
-3
/
+3
*
Fixed a comment for 66 0F 3A 62 opcode
ptitSeb
2023-10-30
1
-1
/
+1
*
Added full SSE 4.2 support
ptitSeb
2023-10-30
5
-0
/
+232
*
[ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...
ptitSeb
2023-10-27
1
-1
/
+2
*
[32BITS] Added a few 66 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-10-26
1
-0
/
+6
*
[DYNAREC] Various improvment to x87 code and segment handling
ptitSeb
2023-10-25
1
-1
/
+2
*
[INTERP] Fix fpu_round (#1030)
Yang Liu
2023-10-25
5
-14
/
+72
*
[32BITS] Added 66 06/07 and 66 1E/1F opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-10-24
1
-0
/
+28
*
[COSIM] Show if it's x86 or x64 code on difference warning
ptitSeb
2023-10-24
1
-2
/
+2
*
[32BITS] Added 67 64 A3 opcode
ptitSeb
2023-10-23
1
-0
/
+11
*
[32BITS] Added 67 64 FF /6 opcode
ptitSeb
2023-10-23
1
-0
/
+13
*
Added a workaround for unalinged 32bits xchg
ptitSeb
2023-10-23
1
-1
/
+7
*
[ARM64] More unaligned improvments
ptitSeb
2023-10-22
1
-10
/
+25
[prev]
[next]