about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* [INTERP] Fixed overflow checking for convertion opcodes (#1976)Yang Liu2024-10-296-20/+20
|
* [BOX32] Added an option to also add binfmt integration for box32 (for #1973)ptitSeb2024-10-292-5/+16
|
* [ARM64_DYNAREC] Also use Native Carry flags directly when possibleptitSeb2024-10-2914-258/+444
|
* [RV64_DYNAREC] Fixed 66 0F C2 CMPPD opcode for scalar and more (#1975)Yang Liu2024-10-295-10/+10
| | | | | * [RV64_DYNAREC] Fixed 66 0F C2 CMPPD opcode for scalar * more minor fixes
* [RV64_DYNAREC] Fixed MAXSS and MAXSD for vector (#1974)Yang Liu2024-10-282-12/+4
|
* [RV64_DYNAREC] Added more opcodes for vector (#1972)Yang Liu2024-10-282-3/+119
|
* [RV64_DYNAREC] Added more opcodes for vector (#1970)Yang Liu2024-10-284-31/+266
|
* [RV64_DYNAREC] Added more opcodes for vector (#1969)Yang Liu2024-10-282-38/+81
|
* [RV64_DYNAREC] Added more opcodes for vector (#1968)Yang Liu2024-10-283-47/+159
|
* [RV64_DYNAREC] Added more opcodes for vector (#1966)Yang Liu2024-10-274-6/+76
|
* [VULKAN] Fixed a typo in a vulkan extensionptitSeb2024-10-271-1/+1
|
* [RV64_DYNAREC] Implemented the first AVX128 opcode for scalar only (#1962)Yang Liu2024-10-269-12/+370
|
* [RV64_DYNAREC] Refined fpu_{push,pop}cache for vector (#1960)Yang Liu2024-10-261-57/+85
|
* [WRAPPER] Added some ssl3 and crypto3 wrapped functions (for #1860)ptitSeb2024-10-255-10/+199
|
* [WRAPPER] Added wrapped libbrotlidec with new warpperhelper (for #1860)ptitSeb2024-10-2510-0/+98
|
* [BOX32] Added 1 more sdl2 wrapped function (for #1957)ptitSeb2024-10-251-1/+1
|
* [RV64_DYNAREC] Added 1 more 66 0F opcode for vector (#1956)Yang Liu2024-10-246-58/+93
|
* Make BOX64_IGNOREINT3 also ignore other privilged instructionsptitSeb2024-10-242-26/+52
|
* [RV64_DYNAREC] Optimized horizontal opcodes (#1955)Yang Liu2024-10-241-20/+13
| | | Co-authored-by: xctan <xctan@cirno.icu>
* [Box64] Fix compilation issues (#1938) (#1952)Chi-Kuan Chiu2024-10-222-3/+6
| | | | | | | Fixed compilation errors related to variable declarations within switch-case statements without enclosing braces. This adjustment ensures compatibility with older versions of compiler. Resolves: #1938
* [ARM64_DYNAREC] Added AVX.F3.0F 53 opcodeptitSeb2024-10-221-0/+15
|
* [BOX32] Added 1 more sdl2 wrapped functionptitSeb2024-10-224-1/+5
|
* [ARM64_DYNAREC] More work around native flags handlingptitSeb2024-10-2010-165/+242
|
* [ARM64_DYNAREC] Fixed edgecase on MINSS/MAXSS when comparing 0.0 and -0.0ptitSeb2024-10-201-2/+2
|
* [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ↵ptitSeb2024-10-206-0/+21
| | | | flags, as there is still a bug or two in that mode (for #1947)
* [ARM64_DYNAREC] Some small improvment to a few shift opcode, to use flagless ↵ptitSeb2024-10-202-102/+60
| | | | jump when possible
* Improved 0F 0D opcode ([ARM64_DYNAREC] too) (FF7RI now have sound)ptitSeb2024-10-192-4/+21
|
* [TRACE] Improved 32bits trace for FF 92 opocdeptitSeb2024-10-191-0/+4
|
* [BOX32][WRAPPER] Added a few more SDL2 32bits wrapped functionsptitSeb2024-10-199-34/+86
|
* [BOX32] Fixed to a couple of wrapped libc functionsptitSeb2024-10-192-10/+6
|
* [BOX32][TRACE] Better trace for a sscanf variantptitSeb2024-10-191-1/+1
|
* [BOX32][WRAPPER] Added 32bits wrapped regex libc functionsptitSeb2024-10-198-4/+145
|
* [BOX32][WRAPPER] Added some more libc wrapped function, and 32bits ↵ptitSeb2024-10-199-2/+129
| | | | globalsymbol infrastructure
* [BOX32][WRAPPER] Added a few symbols to libSDL2ptitSeb2024-10-184-7/+12
|
* [WRAPPER] Added 1 missing symbol to libSDL2ptitSeb2024-10-181-0/+1
|
* [BOX32] A few more fixes to libX11 wrappingptitSeb2024-10-183-4/+4
|
* Now x86_64 bash can be installed as box64-bash and will be automaticly used ↵ptitSeb2024-10-184-5/+16
| | | | if present
* Fixed box32 hash table un-init crashing on regular box64 ([BOX32] and ↵ptitSeb2024-10-181-8/+12
| | | | improved a bit hash selection patter)
* [ARM64_DYNAREC] Fixed a regression with native flag commit (might help #1947)ptitSeb2024-10-181-0/+7
|
* [VULKAN] Added 2 more extensionsptitSeb2024-10-184-0/+13
|
* [BOX32] A few more X11 wrapped functions and fixesptitSeb2024-10-186-2/+29
|
* [ARM64_DYNAREC][TRACE] Update LR on jumpnext on trace build so debug info in ↵ptitSeb2024-10-181-1/+3
| | | | case of jump to NULL are accurate
* [WRAPPER] Added gtk_marshal to gtk2 (for #1943)ptitSeb2024-10-172-26/+59
|
* [WRAPPER] Reworked libcups wrapping with new wrapperhelperptitSeb2024-10-174-374/+507
|
* [ARM64_DYNAREC] Added directmapping of x86 flags to N, V and Z arm64 flagsptitSeb2024-10-1714-257/+897
|
* Added 1 more wrapped symbol to gtk2 (for #1943)ptitSeb2024-10-174-1/+34
|
* [WRAPPER] Reworked libharfbuzz wrapping with new wrapperhelperptitSeb2024-10-171-6/+6
|
* [WRAPPER] Added alternative libname for libFLACptitSeb2024-10-161-0/+1
|
* [RV64_DYNAREC] Added a few more opcodes for vector (#1941)Yang Liu2024-10-152-0/+177
|
* [RV64_DYNAREC][LA64_DYNAREC] Fixed various issues (#1940)Yang Liu2024-10-1412-52/+57
| | | | | | | | | | | | | * [RV64_DYNAREC] Fixed more issues for vector * more fixes and optims * more * more * more * more