about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb2023-05-014-0/+197
* Added 66 64 8B MOV opcode (#749)Yang Liu2023-04-304-1/+100
* [DYNAREC] Fixed DYNAREC_TEST false-positive when opcode use NOTEST and next o...ptitSeb2023-04-301-1/+1
* [RV64_DYNAREC] Fixed potential issue on fastnan=0 for 0F 51 opcodeptitSeb2023-04-301-2/+3
* [RV64_DYNAREC] Fixed issues with some x87 helpers functions (should help #748)ptitSeb2023-04-301-9/+13
* Small improvment on x87 interpreterptitSeb2023-04-291-3/+3
* Introduced RunFunctionFmt (should help RV64 and other signe extended platform...ptitSeb2023-04-2811-61/+163
* Added wrapped libharfbuzzptitSeb2023-04-289-0/+630
* [RV64_DYNAREC] Added more opcodes (#747)xctan2023-04-287-1/+214
* Fix for local library open using dlopen that are then promoted to global with...ptitSeb2023-04-283-7/+26
* [RV64_DYNAREC] Added more opcodes (#745)Yang Liu2023-04-289-15/+420
* Improved x87 FIST(T)(P) opcode ([ARM64_DYNAREC] too)ptitSeb2023-04-283-17/+35
* [DYNAREC_RV64] Fixed 8F POP opcode (#746)Yang Liu2023-04-281-1/+1
* [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better...ptitSeb2023-04-261-1/+1
* Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ...ptitSeb2023-04-263-2/+25
* Some fixes to ehframe stack unwindingptitSeb2023-04-261-4/+4
* Used wrapperhelper a bit on wraped libcrypto3ptitSeb2023-04-264-284/+361
* [RV64_DYNAREC] Added more opcodes (#743)Yang Liu2023-04-251-0/+48
* Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)ptitSeb2023-04-256-27/+53
* Used wrapperhelper on wrapped gtk3 and gdk3ptitSeb2023-04-245-773/+787
* Used wrapperhelper on wrapped libX11ptitSeb2023-04-244-600/+859
* Used wrapperhelper on SDL2 and friendsptitSeb2023-04-248-169/+145
* Used wrapperhelper on SDL1.2 and friendsptitSeb2023-04-248-57/+100
* Used wrapperhelper on wrapped pulseaudioptitSeb2023-04-244-34/+24
* Used wrapperhelper on wrapped liblzmaptitSeb2023-04-244-41/+71
* Used wrapperhelper on wrapped libmpg123ptitSeb2023-04-244-32/+56
* Used wrapperhelper on wrapped openalptitSeb2023-04-244-28/+23
* Used wrapperhelper on wrapped cairo and friendsptitSeb2023-04-246-89/+143
* [RV64_DYNAREC] Added more opcodes (#739)xctan2023-04-244-4/+136
* Used wrapperhelper on gtk2/gdk2 wrapped libsptitSeb2023-04-245-678/+944
* Made the to/from_complex function static inline (might help #738)ptitSeb2023-04-241-4/+4
* Used wrapperhelper on wrapped libatkptitSeb2023-04-244-103/+137
* Used wrapperhelper on libcairo and libcairo-gobjectptitSeb2023-04-245-174/+228
* Used wrapperhelper on wrapped libFAudioptitSeb2023-04-244-21/+16
* Used wrapperhelper on libflacptitSeb2023-04-244-81/+85
* Used wrapperhelper on wrapped freetypeptitSeb2023-04-244-28/+28
* Used wrapperhelper on wrapped fontconfigptitSeb2023-04-241-70/+70
* Used wrapperhelper on wrapper gstreamer and friendsptitSeb2023-04-249-779/+1118
* Used wrapperhelper on glib2, gmodule2, gio2 and gconf2 wrapped libptitSeb2023-04-248-1324/+1592
* [RV64_DYNAREC] Added more opcodes (#737)Yang Liu2023-04-241-4/+131
* [RV64_DYNAREC] Added more opcodes (#736)Yang Liu2023-04-242-0/+113
* More rework on libc and libgl wrapped function signatureptitSeb2023-04-235-1309/+1425
* [RV64_DYNAREC] Added more 66 0F opcodes (#734)Yang Liu2023-04-231-14/+174
* Reworked a bit wrapped libc functions signaturesptitSeb2023-04-234-344/+434
* Cosmetic change to wrapped pthread privateptitSeb2023-04-231-47/+44
* [RV64_DYNAREC] Added more opcodes (#733)Yang Liu2023-04-236-2/+126
* Reworked libgl wrapped signaturesptitSeb2023-04-234-2691/+2785
* Added a bunch of wrapped functions (for #725)ptitSeb2023-04-2316-28/+132
* [ARM64_DYNAREC] Small fix for 0F AE /7 opcodeptitSeb2023-04-231-1/+1
* [RV64_DYNAREC] Added more opcodes (#730)Yang Liu2023-04-239-9/+244