about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-05Added 65 8D opcode ([ARM64_DYNAREC] too) (for #766)ptitSeb2-0/+27
2023-05-05[RV64_DYNAREC] Fixed 66 0F 3A 0B ROUNDSD opcode (#765)xctan1-5/+4
2023-05-05Improved handling of x86_64 47bits memory (should help #763)ptitSeb3-4/+29
2023-05-05[RV64_DYNAREC] Added more opcodes (#764)Yang Liu1-2/+26
2023-05-05Added some mpg123 wrapped functions (#762)Yang Liu5-11/+28
2023-05-05[RV64_DYNAREC] Added some AES opcodes (#761)Yang Liu1-0/+67
2023-05-04[ARM64_DYNAREC] Small improvment for signal handlingptitSeb1-2/+4
2023-05-04Added some Hack for Windows int 2d call ([ARM64_DYNAREC] too)ptitSeb2-4/+27
2023-05-04[DYNAREC] Print unimplemented opcode also when dumping dynablocksptitSeb2-2/+2
2023-05-04[RV64_DYNAREC] Added more opcode for Unciv and some fixes (#759)Yang Liu8-9/+186
2023-05-04Added 64/65 A1 opcodeptitSeb1-0/+8
2023-05-04[RV64_DYNAREC] Added more opcodes for Unciv (#757)Yang Liu8-16/+206
2023-05-04[DYNAREC_TEST] Fixed handling or 0F AE opcodesptitSeb1-5/+3
2023-05-04[DYNAREC_TEST] Better handling for FF /6 opcodesptitSeb1-9/+1
2023-05-04[DYNAREC] Improve handling of running block getting dirty while executingptitSeb2-6/+11
2023-05-04[DYNAREC_TEST] Improved 67 DB and 0F AE opcodes handlingptitSeb3-2/+7
2023-05-03Disabling free hack on malloc_hack_2, it seems to break steam for nowptitSeb1-1/+1
2023-05-03[RV64_DYNAREC] Fixed 66 0F C6 SHUFPD opcode (#756)xctan1-1/+1
2023-05-03[RV64_DYNAREC] Added several 67 prfixed opcodesptitSeb4-2/+654
2023-05-03Improved mallock_hack_2, trying to reduce potential memory leaksptitSeb4-46/+106
2023-05-03[ARM64_DYNAREC] Added 67 88 opcodeptitSeb1-1/+34
2023-05-03[RV64_DYNAREC] Added more opcodes for Bastion and some fixes (#753)Yang Liu9-24/+75
2023-05-02[RV64_DYNAREC] Added some more Zba and Zbb use to dynarecptitSeb4-59/+106
2023-05-02[RV64_DYNAREC] Added undocumented BOX64_DYNAREC_RV64NOEXT to disable all RV64...ptitSeb1-1/+2
2023-05-02[RV64_DYNAREC] Added more opcodes (#751)xctan7-1/+94
2023-05-02[RV64_DYNAREC] Improved 66 0F 3A 0B opcodeptitSeb1-5/+6
2023-05-02[RV64_DYNAREC] Added rev8 opcode to printerptitSeb1-0/+3
2023-05-02[RV64_DYNAREC] Improved a bit the rv64 extension detection codeptitSeb1-3/+3
2023-05-01Change default log value only if stdout is redirected, not box log outputptitSeb1-1/+1
2023-05-01Added u_uastrncpy_XX to wrapped libicuXX (for #293)ptitSeb2-0/+2
2023-05-01[RV64_DYNAREC] Added Zba optionnal optim to many helper functionsptitSeb2-50/+70
2023-05-01[RV64_DYNAREC] Added Zbb path for 0F BC/BD and 66 0F BC/BD opcodesptitSeb3-84/+105
2023-05-01[RV64_DYNAREC] Added Zbb path for 0F CF opcodeptitSeb1-77/+31
2023-05-01[RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensionsptitSeb5-0/+198
2023-04-30Added 66 64 8B MOV opcode (#749)Yang Liu5-2/+101
2023-04-30[DYNAREC] Fixed DYNAREC_TEST false-positive when opcode use NOTEST and next o...ptitSeb1-1/+1
2023-04-30[RV64_DYNAREC] Fixed potential issue on fastnan=0 for 0F 51 opcodeptitSeb1-2/+3
2023-04-30[RV64_DYNAREC] Fixed issues with some x87 helpers functions (should help #748)ptitSeb1-9/+13
2023-04-29Small improvment on x87 interpreterptitSeb1-3/+3
2023-04-28Introduced RunFunctionFmt (should help RV64 and other signe extended platform...ptitSeb11-61/+163
2023-04-28Added wrapped libharfbuzzptitSeb10-0/+631
2023-04-28[RV64_DYNAREC] Added more opcodes (#747)xctan8-2/+215
2023-04-28Fix for local library open using dlopen that are then promoted to global with...ptitSeb3-7/+26
2023-04-28[RV64_DYNAREC] Added more opcodes (#745)Yang Liu10-16/+423
2023-04-28Improved x87 FIST(T)(P) opcode ([ARM64_DYNAREC] too)ptitSeb6-213/+1294
2023-04-28[DYNAREC_RV64] Fixed 8F POP opcode (#746)Yang Liu1-1/+1
2023-04-26[DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better...ptitSeb2-3/+3
2023-04-26Added 1st implementation for _dl_find_object (for #742 and #711, maybe #487, ...ptitSeb3-2/+25
2023-04-26Some fixes to ehframe stack unwindingptitSeb1-4/+4
2023-04-26Used wrapperhelper a bit on wraped libcrypto3ptitSeb4-284/+361