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
*
[HACK] Patch Heroic 2.15.1 to avoid some internal memory manager test, until ...
ptitSeb
2024-08-18
1
-0
/
+12
*
warn only once
Yang Liu
2024-08-18
1
-1
/
+3
*
Slightly improved LOCK CMPXCHG16B opcode
Yang Liu
2024-08-18
1
-4
/
+6
*
[RV64_DYNAREC] Added a warning on LOCK CMPXCHG16B opcode
Yang Liu
2024-08-18
1
-0
/
+1
*
[BOX32] Added 32bits elf reloc type rel handling
ptitSeb
2024-08-17
6
-32
/
+590
*
[BOX32] Added 32bits elf alloc and load
ptitSeb
2024-08-17
7
-8
/
+288
*
[BOX32] Added 32bits elf header parser and dumper
ptitSeb
2024-08-17
9
-417
/
+901
*
[BOX32] prepare elfheader_t structure for 32bits elfs
ptitSeb
2024-08-17
14
-347
/
+995
*
[RV64_DYNAREC] Added more opcodes (#1740)
Yang Liu
2024-08-16
5
-49
/
+147
*
[LA64_DYNAREC] Port recent RV64 fixes (#1739)
Yang Liu
2024-08-16
5
-43
/
+55
*
Added more curl function wrapper (#1738)
Yang Liu
2024-08-16
6
-14
/
+172
*
[RV64_DYNAREC] Added 66 0F 3A 63 PCMPISTRI opcode (#1735)
Yang Liu
2024-08-16
2
-10
/
+39
*
Added 1 more gtk3 function wrapper (#1737)
Yang Liu
2024-08-16
1
-0
/
+1
*
[RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)
Yang Liu
2024-08-16
2
-2
/
+6
*
[BOX32] Start differentiate 64bits from 32bits in elf parser
ptitSeb
2024-08-16
3
-21
/
+21
*
Detect 32bits elf before loading
ptitSeb
2024-08-16
2
-0
/
+7
*
[ARM64_DYNAREC] Small change when handling lone CC INT 3 opcode
ptitSeb
2024-08-15
1
-1
/
+3
*
Added syscalls 444-446
ptitSeb
2024-08-15
1
-0
/
+9
*
[ARM64_DYNAREC] Added AVX.66.0F38 A6 opcode
ptitSeb
2024-08-15
1
-3
/
+24
*
[ARM64_DYNAREC] Added 67 90..97 opcodes
ptitSeb
2024-08-15
1
-0
/
+19
*
Fixed falsly detection of needed memory hack
ptitSeb
2024-08-15
1
-1
/
+1
*
[TRACE] Better trace for libc syscall
ptitSeb
2024-08-15
1
-2
/
+5
*
Added syscalls 122-124
ptitSeb
2024-08-15
1
-0
/
+3
*
[RV64_DYNAREC] Fixed extcacheUnwind regression (#1734)
Yang Liu
2024-08-15
1
-8
/
+6
*
Added (fake) syscall 175 to libs syscall
ptitSeb
2024-08-12
1
-0
/
+4
*
[RV64_DYNAREC] Fixed 0F BA /5 BTS opcode (#1733)
Yang Liu
2024-08-12
1
-2
/
+1
*
[RV64_DYNAREC] More fixes (#1732)
xctan
2024-08-12
3
-4
/
+8
*
[ARM64_DYNAREC] Some small improvments to ROR/ROL/RCR/RCL opcodes
ptitSeb
2024-08-11
5
-110
/
+36
*
[WRAPPER] Wrapped libdrm_amdgpu.so.1
ptitSeb
2024-08-10
9
-0
/
+220
*
[RV64_DYNAREC] Fixed flags for shrd/shld with constant 0 shift (#1730)
Yang Liu
2024-08-10
1
-13
/
+23
*
[RV64_DYNAREC] Fixed ROL/ROR RCX, CL (#1729)
xctan
2024-08-10
2
-22
/
+14
*
Added 67.AVX.0F.66 D6 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-08-10
2
-2
/
+39
*
Added 64bits 67 F3 0F 7F opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-08-10
2
-0
/
+19
*
[ARM64_DYNAREC] Fixed flags for surd/shld with constant 0 shift
ptitSeb
2024-08-10
1
-12
/
+22
*
[ARM64_DYNAREC] Fixed pending flags for large 8 & 16 bit const shifts
ptitSeb
2024-08-10
1
-0
/
+6
*
[RV64_DYNAREC] Fixed pending flags for large 8 & 16 bit const shifts (#1728)
xctan
2024-08-10
1
-0
/
+6
*
[RV64_DYNAREC] Fixed more register conflicts (#1726)
Yang Liu
2024-08-09
3
-8
/
+8
*
Fix non-Dynarec build
ptitSeb
2024-08-09
1
-1
/
+1
*
Improved Steam wine compatibility, not perfect, but better (thanks Hugo for t...
ptitSeb
2024-08-09
2
-2
/
+36
*
[RV64_DYNAREC] Fixed OF generation in emit_sar16c (#1724)
xctan
2024-08-09
1
-10
/
+4
*
[ARM64_DYNAREC] Added AVX.66.0F38 9A opcode
ptitSeb
2024-08-09
1
-2
/
+13
*
[RV64_DYNAREC] Fixed fpu_flags handling and enabled cosim in CI (#1722)
Yang Liu
2024-08-09
1
-0
/
+3
*
[RV64_DYNAREC] Fixed misused BNE_NEXT in emit_ro{l,r}32 (#1723)
xctan
2024-08-09
1
-4
/
+6
*
[RV64_DYNAREC] Fixed FNSTSW opcode (#1721)
Yang Liu
2024-08-09
2
-0
/
+5
*
[DYNAREC_RV64] Removed TODOs on GETEX and GETEM macros (#1720)
Yang Liu
2024-08-09
6
-306
/
+303
*
[RV64_DYNAREC] Fixed register conflict in the GETSEB marco (#1719)
xctan
2024-08-09
1
-1
/
+1
*
[RV64_DYNAREC] Fixed register conflict with GETEB macro (#1718)
xctan
2024-08-08
1
-7
/
+14
*
[INTERP] Fixed some undefined behaviour (#1717)
Yang Liu
2024-08-08
1
-6
/
+12
*
[LA64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1716)
Yang Liu
2024-08-08
3
-65
/
+100
*
[RV64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1715)
xctan
2024-08-08
4
-12
/
+39
[next]