about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added a few more gtk3/gdk3 symbols (probably gtk/gdk 4.+ symbol actually)ptitSeb2024-11-015-0/+44
* [RV64_DYNAREC] Added more opcodes for vector (#1989)Yang Liu2024-11-013-0/+78
* [RV64_DYNAREC] Added more opcodes for vector (#1987)Yang Liu2024-10-312-0/+125
* Fixed a typo (for #1986)ptitSeb2024-10-311-1/+1
* Small (probably cosmetic) fix for CloneEmu helper functionptitSeb2024-10-311-0/+1
* Added 65 6C..6F opcodes ([ARM64_DYNAREC] too) (for #1985)ptitSeb2024-10-312-0/+39
* [rebree]The name of rbtree is set error. (#1984)zymayunyan2024-10-311-1/+1
* [RV64_DYNAREC] Added more opcodes for vector (#1983)Yang Liu2024-10-302-0/+57
* [Rv64_DYNAREC] Added more opcodes for vector (#1982)Yang Liu2024-10-302-0/+39
* Fixed a small memory invalid read with my_execvptitSeb2024-10-301-1/+1
* [RV64_DYNAREC] Added more opcodes for vector (#1981)Yang Liu2024-10-304-20/+109
* [WRAPPER] Wrapped remaining 2 function to libbrotidec (for #1860)ptitSeb2024-10-304-5/+111
* Improved clone wrapped function compatibilityptitSeb2024-10-303-1/+6
* Generate a SIGILL on unimplemented opcodeptitSeb2024-10-301-0/+1
* [WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with hid...ptitSeb2024-10-307-52/+333
* [RV64_DYNAREC] Added more opcodes for vector (#1980)Yang Liu2024-10-303-22/+149
* [RV64_DYNAREC] Added more opcodes for vector (#1979)Yang Liu2024-10-292-0/+72
* [RV64_DYNAREC] Added more opcodes for vector (#1978)Yang Liu2024-10-292-2/+80
* [WRAPPER] Reworked ssl3 and crypto3 with new wrapperhelper (for #1860)ptitSeb2024-10-296-491/+532
* [ARM64_DYNAREC] Make sure neg on 16bits is correctly computedptitSeb2024-10-291-2/+3
* [ARM64_DYNAREC] Fixed a potential issue with native flags used while some int...ptitSeb2024-10-291-0/+5
* [INTERP] Fixed overflow checking for convertion opcodes (#1976)Yang Liu2024-10-296-20/+20
* [ARM64_DYNAREC] Also use Native Carry flags directly when possibleptitSeb2024-10-2913-257/+443
* [RV64_DYNAREC] Fixed 66 0F C2 CMPPD opcode for scalar and more (#1975)Yang Liu2024-10-295-10/+10
* [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-268-12/+368
* [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-259-0/+97
* [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
* [Box64] Fix compilation issues (#1938) (#1952)Chi-Kuan Chiu2024-10-222-3/+6
* [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-204-0/+15
* [ARM64_DYNAREC] Some small improvment to a few shift opcode, to use flagless ...ptitSeb2024-10-202-102/+60
* 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