about summary refs log tree commit diff stats
path: root/LLVMprivateGenerator/registered_structs.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-20Some small changes to how cpuid is done (especially on core counts)ptitSeb2-5/+22
2022-02-20[TRACE] Small changes to function name print in traceptitSeb1-5/+5
2022-02-19Make sure stack is correctly alligned on new thred (fixed SOR4 starting issues)ptitSeb1-1/+3
2022-02-14Fixed the backtrace wrapper (uses eh_frame information only)rajdakin12-72/+917
2022-02-14Fixed the CVTPD2DQ dynarec opcoderajdakin2-5/+9
2022-02-13[DYNAREC] Added 0F 3A 0F opcodeptitSeb1-0/+24
2022-02-13[DYNAREC] Added F2 0F D6 opcodeptitSeb1-0/+12
2022-02-13Added some code to detect if emulted program use old IMG_SavePNG_RW api inste...ptitSeb3-14/+43
2022-02-11Undo last commitptitSeb1-2/+2
2022-02-11Fixed wrapped function IMG_SavePNG_RW from SDL2-imageptitSeb1-2/+2
2022-02-11Added 0F 3A 0F opcodeptitSeb1-0/+27
2022-02-11Added 1 wrapped function to libsdl2ptitSeb1-1/+1
2022-02-11[DYNAREC] Fixed an optimisation (intra-dynablock jump) that was broken for a ...ptitSeb6-20/+22
2022-02-10Added wrapped lldiv (for Ion Fury)ptitSeb4-1/+5
2022-02-10Small update to README_CNptitSeb1-1/+1
2022-02-10Small update to READMEptitSeb1-2/+2
2022-02-06Added F0 0F C0 opcode (for #210)ptitSeb1-0/+17
2022-02-06Added 2E opcode ([DYNAREC] too)ptitSeb2-0/+4
2022-02-05Added SDL_GetAudioDeviceSpec wrapped function to SDL2ptitSeb1-0/+1
2022-02-03ensure uc_link is properly initialized in getcontext(), fixes ppc64leCameron Kaiser1-0/+2
2022-02-02Correct package name in Debian changelogAdam Honse1-1/+1
2022-01-25Added vswscanf wrapped function (for #216)ptitSeb4-1/+16
2022-01-23Wrapped g_initable_new and g_initable_new_valist from libgio2ptitSeb6-73/+59
2022-01-23Fix(?) of the better wrapping for g_option_context_add_main_entriesptitSeb1-2/+2
2022-01-23Better wrapping for g_option_context_add_main_entriesptitSeb5-1/+64
2022-01-22Added preliminary wrapped libFAudio; libgstreamer (and friends) and libgmpptitSeb48-6/+5534
2022-01-22Added 66 F0 FF opcodesptitSeb1-0/+84
2022-01-22Fixed elfloader symbol version searching (in sync with box86)ptitSeb1-5/+7
2022-01-18Add Python dependency to control fileRyan Fortner1-1/+1
2022-01-18Update COMPILE.mdRyan Fortner1-1/+1
2022-01-18upload base debianizationRyan Fortner10-0/+86
2022-01-17Improved 47bits memory limit for wineptitSeb1-14/+23
2022-01-17Removed a duplicated macroptitSeb1-1/+0
2022-01-17Improved wine detectionptitSeb1-1/+3
2022-01-09Fixed a typo in TBZ_MARK and TBNZ_MARK emitter (fixed infinite loop in Ex-Zod...ptitSeb1-2/+2
2022-01-09Small cleanup on unloading lib messagesptitSeb1-2/+2
2022-01-09[DYNAREC] Small optim to F0 81/83 /0 /5 opcodesptitSeb1-8/+8
2022-01-08