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
...
*
[RV64_DYNAREC] Added more 0F opcodes for vector (#1817)
Yang Liu
2024-09-11
2
-1
/
+51
*
[RV64_DYNAREC] Added more 0F opcodes for vector and optimized some opcodes to...
Yang Liu
2024-09-11
6
-33
/
+179
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1815)
Yang Liu
2024-09-10
2
-3
/
+66
*
Improved legendary stability
ptitSeb
2024-09-10
1
-2
/
+2
*
[WRAPPER] Updat generated wrapper files
ptitSeb
2024-09-10
4
-6
/
+8
*
[WRAPPERS] Fixed some wrong wrappings (#1814)
rajdakin
2024-09-10
3
-14
/
+26
*
[BOX32] Put back pthread_t behind hash, but ease hash range to have more nati...
ptitSeb
2024-09-10
9
-79
/
+90
*
[BOX32] Fix and simplified 32bits threads handling
ptitSeb
2024-09-10
8
-104
/
+81
*
[BOX32] Fixed wrapping 32bits version of __cxa_finalize
ptitSeb
2024-09-10
1
-1
/
+1
*
[WRAPPER] Minors adjustments to pulse audio wrapping
ptitSeb
2024-09-10
6
-56
/
+58
*
[RV64_DYNAREC] Added 66 0F D4 PADDQ opcode for vector and fixes SEW cache tra...
Yang Liu
2024-09-10
2
-3
/
+12
*
[VULKAN] Added missing wrapper for vkCreateSamplerYcbcrConversionKHR
ptitSeb
2024-09-10
1
-0
/
+1
*
Fixed alignement of thread funcitons (fixed regression for #1810)
ptitSeb
2024-09-10
1
-1
/
+0
*
[RV64_DYNAREC] Added more 66 0F opcodes for vector (#1811)
Yang Liu
2024-09-10
3
-6
/
+44
*
[RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS
ptitSeb
2024-09-09
3
-6
/
+49
*
Improved wrapped function clone handling of CLONE_NEWUSER flag
ptitSeb
2024-09-09
2
-1
/
+8
*
When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64
ptitSeb
2024-09-09
1
-1
/
+1
*
[DYNAREC] Simplified a bit getX64Address utility function
ptitSeb
2024-09-09
1
-7
/
+4
*
[WRAPPER] Added H as paramterand, added 2 wrapped function from libatomic (fo...
ptitSeb
2024-09-09
8
-18
/
+25
*
[TRACE] Better trace for F3 0F 1E FA opcode
ptitSeb
2024-09-09
1
-1
/
+3
*
[ARM64_DYNAREC] Added 64 0F 28/29 opcodes
ptitSeb
2024-09-09
1
-0
/
+47
*
[WRAPPER] Added 2 wrapped function to libatomic
ptitSeb
2024-09-08
1
-2
/
+2
*
[WRAPPED] Fixed some libc wrapped functions (#1806)
rajdakin
2024-09-08
6
-42
/
+126
*
Show x86opcode at segfault if segfault address is not pc
ptitSeb
2024-09-08
1
-1
/
+1
*
[ARM64_DYNAREC] Avoid computing flags if they are just recomputed at jump point
ptitSeb
2024-09-08
1
-2
/
+11
*
[ARM64_DYNAREC] Small optim for 0F C6 opcode
ptitSeb
2024-09-08
1
-4
/
+16
*
[WRAPPING] Updated gtk3 wrapping (still more work to do)
ptitSeb
2024-09-08
6
-922
/
+963
*
[WRAPPER] Fixed some OpenGL function signatures
ptitSeb
2024-09-07
4
-720
/
+653
*
Added some more wrapeed function to libusb1 (for #1802)
ptitSeb
2024-09-07
6
-4
/
+35
*
Added a small fix in signe handler ucntx construction
ptitSeb
2024-09-07
1
-0
/
+1
*
Allow dynarec_dump=2 and forbid dynarec_test=2 (fixed a regression with comma...
ptitSeb
2024-09-07
1
-2
/
+2
*
Added a workaround with syscall if statx function is not defined in libc
ptitSeb
2024-09-07
6
-9
/
+33
*
[ARM64_DYNAREC] Improved AVX.66.0F38 8C opcode
ptitSeb
2024-09-06
1
-12
/
+58
*
Fixed name of opcode in comment
ptitSeb
2024-09-06
1
-2
/
+2
*
Fixed a typo
ptitSeb
2024-09-06
1
-1
/
+1
*
Added 1 wrapped function libxkbcommon
ptitSeb
2024-09-06
1
-1
/
+1
*
[WRAPPED] Update libc wrappers (#1800)
rajdakin
2024-09-06
6
-636
/
+997
*
Eliminate duplicate hash calculations for `getSymbolInSymbolMaps` (#1801)
Yip Coekjan
2024-09-06
2
-6
/
+43
*
Added 1 wrapped function to libgdk3
ptitSeb
2024-09-06
1
-0
/
+1
*
[WRAPPED] Removed GOS, renamed GODW into GOWD (#1797)
rajdakin
2024-09-05
7
-100
/
+71
*
Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...
ptitSeb
2024-09-05
5
-13
/
+15
*
[CI] Refactored CI (#1795)
Yang Liu
2024-09-05
18
-132
/
+3
*
[ARM64_DYNAREC] Added 67 66 0F 7E opcode
ptitSeb
2024-09-04
1
-0
/
+25
*
[ARM64_DYNAREC] Added AVX.66.0F 51 opcode
ptitSeb
2024-09-04
1
-0
/
+23
*
More work on Custom Mem speedup
ptitSeb
2024-09-04
1
-35
/
+29
*
Added an rbtree is Custom Mem Manager to speedup customFree and customRealloc
ptitSeb
2024-09-04
1
-11
/
+42
*
Some refactor (and small bugfixes) around Custom Mem Manager
ptitSeb
2024-09-04
2
-138
/
+390
*
[X64LIBS] Changed x86/x64 libs install directory to prevent conflicts (#1791)
Yang Liu
2024-09-04
2
-2
/
+6
*
[BOX32] This should fix NO_ALIGN box32 build
ptitSeb
2024-09-04
1
-1
/
+1
*
[BOX32] Small improvments on memory management
ptitSeb
2024-09-04
7
-39
/
+47
[prev]
[next]