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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-13
[RCFILE] Added one more game profile
ptitSeb
1
-0
/
+5
2025-03-13
[RCFILE] Added profile for Linux Paradox Launcher
ptitSeb
1
-0
/
+4
2025-03-13
[BOX32] Small changes in Signal32 handling
ptitSeb
1
-5
/
+5
2025-03-13
[SYSCALL] Fixed/Improved a few syscall (help Go programs)
ptitSeb
1
-6
/
+27
2025-03-13
[INTERP] Fixed AVX.F2.0F38 F0 opcode
ptitSeb
1
-3
/
+1
2025-03-13
[CI] Repeat test for all Box32 build instead of just ARM64 one
ptitSeb
1
-1
/
+1
2025-03-13
[RV64_DYNAREC] Fixed some x87 rounding cases for fastround=0 (#2437)
Yang Liu
7
-19
/
+114
2025-03-13
[COSIM] Show hex values in STx diff logs (#2436)
Yang Liu
1
-1
/
+1
2025-03-13
[CI] Made ARM64 Box32 test to repeat a bit to avoid false negative
ptitSeb
1
-0
/
+2
2025-03-13
[BOX32][WRAPPER] Small change on glGetStringi signature
ptitSeb
4
-1
/
+5
2025-03-13
Bundle more libs (#2419)
Luke Short
3
-4
/
+42
2025-03-12
[VULKAN] Added support for Vulkan 1.4
ptitSeb
1
-0
/
+21
2025-03-12
[DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use it
ptitSeb
9
-6
/
+65
2025-03-11
[ENV] Fixed a crash when BOX64_ROLLING_LOG is used on command line
ptitSeb
1
-1
/
+1
2025-03-11
[TRACE] Better logs for vulkan functions wrappers
ptitSeb
1
-7
/
+7
2025-03-11
[WRAPPER] Added a few more Vulkan extensions
ptitSeb
4
-1
/
+48
2025-03-11
[TRACE] Small work on trace
ptitSeb
2
-10
/
+16
2025-03-11
[RCFILE] Added 1 more game profile
ptitSeb
1
-0
/
+6
2025-03-11
[DOCS] Added BOX32 option in COMPILE.md
ptitSeb
1
-0
/
+17
2025-03-11
[WRAPPER] Completed and fixed VK_NV_cooperative_vector extension
ptitSeb
1
-1
/
+3
2025-03-11
[WRAPPER] missing functions and features (#2434)
airidosas252
3
-1
/
+10
2025-03-11
Start of a new dev. cyvcle
ptitSeb
1
-1
/
+1
2025-03-10
Bumped version to v0.3.4
ptitSeb
3
-1
/
+47
2025-03-10
[RV64_DYNAREC] Added 66 F0 81/83 /4 opcode
ptitSeb
1
-0
/
+66
2025-03-10
[RV64_DYNAREC] Reduce the number of false-positive for dynarec missing opcode
ptitSeb
1
-17
/
+18
2025-03-10
[RV64_DYNAREC] Added 66 F0 81/83 /1 opcode
ptitSeb
1
-0
/
+66
2025-03-10
[RV64_DYNAREC] Small change in F0 0F C7 opcode
ptitSeb
1
-1
/
+1
2025-03-10
[RCFIEL] Add/Adjust more game profiles
ptitSeb
1
-3
/
+17
2025-03-10
[DYNAREC] Reduced lifetime of hotpage when using DIRTY=1
ptitSeb
1
-1
/
+1
2025-03-10
[DYNAREC] Don't continue a dynablock if entering an hotpage
ptitSeb
1
-1
/
+1
2025-03-10
[RV64_DYNAREC] Optimized PMOVZX and PMOVSX opcodes for vector 1.0 (#2430)
Yang Liu
1
-124
/
+269
2025-03-09
[DYNAREC] Fixed some potential issue with NEVERCLEAN on memory mapping tracking
ptitSeb
1
-2
/
+3
2025-03-09
[LA64_DYNAREC] This should fix the build
ptitSeb
1
-1
/
+1
2025-03-08
[ARM64_DYNAREC] Improced arch_build helpers function to only compute build st...
ptitSeb
6
-36
/
+53
2025-03-08
[ARM64_DYNAREC] Removed obsolete comment
ptitSeb
1
-1
/
+0
2025-03-08
[ARM64_DYNAREC] Fixed a potential issue with AVX.0F 50 opcode
ptitSeb
1
-1
/
+1
2025-03-08
[ARM64_DYNAREC] Fixed a few potential issue with some AVX opcodes
ptitSeb
4
-20
/
+20
2025-03-08
[ARM64_DYNAREC] Fixed inlined ClearCache, re-enabling it
ptitSeb
1
-2
/
+2
2025-03-08
[ARM64_DYNAREC] Disabled inlined ClearCache as it seems not 100% efficient
ptitSeb
1
-1
/
+3
2025-03-08
[RCFILE] More game profile plus adjustment to existing ones
ptitSeb
1
-7
/
+27
2025-03-08
[TRACE] Improved a bit a few traces
ptitSeb
2
-2
/
+3
2025-03-08
[RCFILE] Added a game profile
ptitSeb
1
-0
/
+7
2025-03-08
[BOX32][WRAPPER] Fixed some gnutls wrapped functions (help NFS Payback from S...
ptitSeb
1
-10
/
+7
2025-03-07
Added F0 F7 /2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2
-0
/
+64
2025-03-07
[RV64_DYNAREC] Rollback some falsy optimization in the xtheadvector path (#2426)
Yang Liu
2
-4
/
+12
2025-03-07
Removed isDBFromAddressRange and added that function to cleanDBFromAddressRan...
ptitSeb
3
-29
/
+13
2025-03-07
Use getProtection_fast for check_exec test, as it can be used a lot on interp...
ptitSeb
1
-1
/
+1
2025-03-07
[WRAPPER] Do not reference epoll_pwait2 directly, to fix issues with Android ...
ptitSeb
1
-13
/
+13
2025-03-06
[ARM64_DYNAREC] Small change to AVX.66.0F 7F opcode
ptitSeb
1
-3
/
+3
2025-03-06
[DOC] Fixed default for strongmem in docs
ptitSeb
3
-6
/
+6
[prev]
[next]