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
/
LLVMprivateGenerator
/
registered_structs.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
Added some more wrapped libm functions
ptitSeb
4
-10
/
+63
2024-02-27
Added 1 more syscall
ptitSeb
1
-0
/
+1
2024-02-27
Added empty command 14 to CPUID
ptitSeb
1
-0
/
+11
2024-02-27
[ARM64_DYNAREC] Added FF /3 opcode
ptitSeb
1
-0
/
+41
2024-02-27
[ARM64_DYNAREC] copied code for F0 87 to 87 opcode, as they should behavee th...
ptitSeb
1
-5
/
+9
2024-02-27
[32BITS][ARM64_DYNAREC] Added 67 E0..E3 opcodes
ptitSeb
1
-0
/
+60
2024-02-27
[RV64_DYNAREC] Optimized XOR Ew, Gw when Ew == Gw (#1289)
xctan
1
-8
/
+62
2024-02-27
Added some more vulkan extensions
ptitSeb
1
-0
/
+11
2024-02-27
[ARM64_DYNAREC] Added C8 opcode (for CP2077)
ptitSeb
1
-1
/
+25
2024-02-27
[ARM64_DYNAREC] Added 66 F0 01 opcode (for CP2077)
ptitSeb
1
-0
/
+31
2024-02-27
[ARM64_DYNAREC] Fixed a potential issue with F0 87 opcode
ptitSeb
1
-1
/
+1
2024-02-27
Added some more slots for X11 callbacks (help Cyberpunk 2077)
ptitSeb
1
-1
/
+9
2024-02-27
[RV64_INTERP] Comply CMPXCHG16B with dynarec (#1288)
Yang Liu
1
-2
/
+18
2024-02-26
[ANDROID] BBBBUUUIIIIILLLLDDDD
ptitSeb
1
-1
/
+1
2024-02-26
[ANDROID] Now build, stop complaining
ptitSeb
3
-6
/
+12
2024-02-26
Fix Android tests
ptitSeb
1
-1
/
+4
2024-02-26
Fix Android build
ptitSeb
1
-0
/
+6
2024-02-26
Added ability to staticaly build box64 (for #1045 and #310, maybe a few other...
ptitSeb
35
-344
/
+1023
2024-02-25
Added CA opcode
ptitSeb
1
-1
/
+14
2024-02-24
Added some hack to rename wine binary process too (help mesa pick up the corr...
ptitSeb
3
-0
/
+10
2024-02-24
Fixed a warning
ptitSeb
1
-1
/
+1
2024-02-24
Improve emulation of clocksource
ptitSeb
1
-0
/
+24
2024-02-24
Small memory leak fixed with PRELOAD library
ptitSeb
1
-1
/
+1
2024-02-24
This should improve stability when unloading libs
ptitSeb
1
-2
/
+2
2024-02-24
[32BITS] Added 0E opcode ([ARM64_DYNAREC] too)
ptitSeb
2
-1
/
+17
2024-02-24
Added 0F 01 F9 opcode ([ARM64_DYNAREC] too
ptitSeb
2
-2
/
+20
2024-02-24
Small changes in signal safe function handling
ptitSeb
1
-2
/
+2
2024-02-24
[ARM64_DYNAREC] Handling of EB FF hacky jump
ptitSeb
1
-24
/
+30
2024-02-24
[RCFILE] Adjusted settings for windows steam
ptitSeb
1
-1
/
+6
2024-02-24
Improved cpu detection for cpuid
ptitSeb
1
-7
/
+38
2024-02-24
Fixed a typo in readme
ptitSeb
1
-1
/
+1
2024-02-23
[RV64_DYNAREC] Added missing 0F 38 00 PSHUFB opcode for test23 (#1282)
Yang Liu
1
-0
/
+17
2024-02-23
[RV64_DYNAREC] Added all missing 66 0F opcodes for test17 (#1281)
Yang Liu
1
-1
/
+91
2024-02-23
Fix Android build
ptitSeb
1
-1
/
+0
2024-02-23
Added some various wrapped function (for rpcs3, but still not working)
ptitSeb
11
-500
/
+686
2024-02-23
Fix Android builds
ptitSeb
1
-0
/
+1
2024-02-23
Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...
ptitSeb
10
-11
/
+118
2024-02-22
Added 67 FF /2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2
-1
/
+62
2024-02-22
[RV64_DYNAREC] Added 2 more 66 0F opcodes for test17 (#1278)
Yang Liu
2
-18
/
+70
2024-02-22
[RV64_DYNAREC] Added more opcodes (#1277)
Yang Liu
3
-0
/
+82
2024-02-22
Hardened the my_sigaltstack wrapped function
ptitSeb
1
-10
/
+23
2024-02-22
[INTERPRETER] Added CB opcode
ptitSeb
1
-0
/
+12
2024-02-22
[ARM64_DYNAREC] Added 0F E2 opcode
ptitSeb
1
-0
/
+14
2024-02-22
[RV64_DYNAREC] Added more opcodes (#1276)
Yang Liu
7
-31
/
+68
2024-02-21
[ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL 8bi...
ptitSeb
4
-17
/
+72
2024-02-21
[ARM64_DYNAREC] Optimized rcl 8bits with constant
ptitSeb
3
-25
/
+55
2024-02-21
[INTERPRETER] SHRD/SHLD with cnt==0 should not change flags
ptitSeb
1
-6
/
+18
2024-02-21
[ARM64] Used Hardware counter for RDTSC emulation ([ARM64_DYNAREC] too)
ptitSeb
3
-6
/
+11
2024-02-21
[DYNAREC_RV64] Minor OF flag fixes and optimizations for emit shift utils (#1...
Yang Liu
3
-100
/
+118
2024-02-21
[ARM64_DYNAREC] Fixed some inf/nan detection for FXAM opcode
ptitSeb
1
-2
/
+1
[next]