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 opcodes for vector (#1982)
Yang Liu
2024-10-30
2
-0
/
+39
*
Fixed a small memory invalid read with my_execv
ptitSeb
2024-10-30
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes for vector (#1981)
Yang Liu
2024-10-30
4
-20
/
+109
*
[WRAPPER] Wrapped remaining 2 function to libbrotidec (for #1860)
ptitSeb
2024-10-30
4
-5
/
+111
*
Improved clone wrapped function compatibility
ptitSeb
2024-10-30
3
-1
/
+6
*
Generate a SIGILL on unimplemented opcode
ptitSeb
2024-10-30
1
-0
/
+1
*
[WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with hid...
ptitSeb
2024-10-30
7
-52
/
+333
*
[RV64_DYNAREC] Added more opcodes for vector (#1980)
Yang Liu
2024-10-30
3
-22
/
+149
*
[RV64_DYNAREC] Added more opcodes for vector (#1979)
Yang Liu
2024-10-29
2
-0
/
+72
*
[RV64_DYNAREC] Added more opcodes for vector (#1978)
Yang Liu
2024-10-29
2
-2
/
+80
*
[WRAPPER] Reworked ssl3 and crypto3 with new wrapperhelper (for #1860)
ptitSeb
2024-10-29
6
-491
/
+532
*
[ARM64_DYNAREC] Make sure neg on 16bits is correctly computed
ptitSeb
2024-10-29
1
-2
/
+3
*
[ARM64_DYNAREC] Fixed a potential issue with native flags used while some int...
ptitSeb
2024-10-29
1
-0
/
+5
*
[INTERP] Fixed overflow checking for convertion opcodes (#1976)
Yang Liu
2024-10-29
6
-20
/
+20
*
[ARM64_DYNAREC] Also use Native Carry flags directly when possible
ptitSeb
2024-10-29
13
-257
/
+443
*
[RV64_DYNAREC] Fixed 66 0F C2 CMPPD opcode for scalar and more (#1975)
Yang Liu
2024-10-29
5
-10
/
+10
*
[RV64_DYNAREC] Fixed MAXSS and MAXSD for vector (#1974)
Yang Liu
2024-10-28
2
-12
/
+4
*
[RV64_DYNAREC] Added more opcodes for vector (#1972)
Yang Liu
2024-10-28
2
-3
/
+119
*
[RV64_DYNAREC] Added more opcodes for vector (#1970)
Yang Liu
2024-10-28
4
-31
/
+266
*
[RV64_DYNAREC] Added more opcodes for vector (#1969)
Yang Liu
2024-10-28
2
-38
/
+81
*
[RV64_DYNAREC] Added more opcodes for vector (#1968)
Yang Liu
2024-10-28
3
-47
/
+159
*
[RV64_DYNAREC] Added more opcodes for vector (#1966)
Yang Liu
2024-10-27
4
-6
/
+76
*
[VULKAN] Fixed a typo in a vulkan extension
ptitSeb
2024-10-27
1
-1
/
+1
*
[RV64_DYNAREC] Implemented the first AVX128 opcode for scalar only (#1962)
Yang Liu
2024-10-26
8
-12
/
+368
*
[RV64_DYNAREC] Refined fpu_{push,pop}cache for vector (#1960)
Yang Liu
2024-10-26
1
-57
/
+85
*
[WRAPPER] Added some ssl3 and crypto3 wrapped functions (for #1860)
ptitSeb
2024-10-25
5
-10
/
+199
*
[WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860)
ptitSeb
2024-10-25
9
-0
/
+97
*
[BOX32] Added 1 more sdl2 wrapped function (for #1957)
ptitSeb
2024-10-25
1
-1
/
+1
*
[RV64_DYNAREC] Added 1 more 66 0F opcode for vector (#1956)
Yang Liu
2024-10-24
6
-58
/
+93
*
Make BOX64_IGNOREINT3 also ignore other privilged instructions
ptitSeb
2024-10-24
2
-26
/
+52
*
[RV64_DYNAREC] Optimized horizontal opcodes (#1955)
Yang Liu
2024-10-24
1
-20
/
+13
*
[Box64] Fix compilation issues (#1938) (#1952)
Chi-Kuan Chiu
2024-10-22
2
-3
/
+6
*
[ARM64_DYNAREC] Added AVX.F3.0F 53 opcode
ptitSeb
2024-10-22
1
-0
/
+15
*
[BOX32] Added 1 more sdl2 wrapped function
ptitSeb
2024-10-22
4
-1
/
+5
*
[ARM64_DYNAREC] More work around native flags handling
ptitSeb
2024-10-20
10
-165
/
+242
*
[ARM64_DYNAREC] Fixed edgecase on MINSS/MAXSS when comparing 0.0 and -0.0
ptitSeb
2024-10-20
1
-2
/
+2
*
[ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ...
ptitSeb
2024-10-20
4
-0
/
+15
*
[ARM64_DYNAREC] Some small improvment to a few shift opcode, to use flagless ...
ptitSeb
2024-10-20
2
-102
/
+60
*
Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound)
ptitSeb
2024-10-19
2
-4
/
+21
*
[TRACE] Improved 32bits trace for FF 92 opocde
ptitSeb
2024-10-19
1
-0
/
+4
*
[BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functions
ptitSeb
2024-10-19
9
-34
/
+86
*
[BOX32] Fixed to a couple of wrapped libc functions
ptitSeb
2024-10-19
2
-10
/
+6
*
[BOX32][TRACE] Better trace for a sscanf variant
ptitSeb
2024-10-19
1
-1
/
+1
*
[BOX32][WRAPPER] Added 32bits wrapped regex libc functions
ptitSeb
2024-10-19
8
-4
/
+145
*
[BOX32][WRAPPER] Added some more libc wrapped function, and 32bits globalsymb...
ptitSeb
2024-10-19
8
-2
/
+128
*
[BOX32][WRAPPER] Added a few symbols to libSDL2
ptitSeb
2024-10-18
4
-7
/
+12
*
[WRAPPER] Added 1 missing symbol to libSDL2
ptitSeb
2024-10-18
1
-0
/
+1
*
[BOX32] A few more fixes to libX11 wrapping
ptitSeb
2024-10-18
3
-4
/
+4
*
Now x86_64 bash can be installed as box64-bash and will be automaticly used i...
ptitSeb
2024-10-18
1
-1
/
+3
*
Fixed box32 hash table un-init crashing on regular box64 ([BOX32] and improve...
ptitSeb
2024-10-18
1
-8
/
+12
[prev]
[next]