about summary refs log tree commit diff stats
path: root/src/include/debug.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-13[DYNAREC] Don't consume X_PEND if opcode MAY emit flagsptitSeb1-3/+3
2023-11-13[ARM64_DYNAREC] Added emit_sar8 helperptitSeb3-6/+50
2023-11-13[ARM64_DYNAREC] Add optionnal handling of no flag update for shift CL opcodesptitSeb1-0/+22
2023-11-13[ELFLOADER] Some more fixes to elf memory managerptitSeb1-3/+4
2023-11-12[COSIM] Fix GO_TRACE (#1059)Yang Liu1-2/+2
2023-11-12[ARM64_DYNAREC] Some fixes to shift opcodesptitSeb1-9/+33
2023-11-12[ELFLOADER] Fixed align issue (may help #1057) (#1058)Yang Liu1-2/+2
2023-11-12Small improvment in global hackingptitSeb1-2/+2
2023-11-12[TRACE] Small improvment for push rbp traceptitSeb1-1/+2
2023-11-12[ARM64_DYNAREC] More fixes on 8bits shift emitersptitSeb2-32/+55
2023-11-12[ARM64_DYNAREC] Fixed sar8c usageptitSeb2-3/+3
2023-11-12[ARM64_DYNAREC] Some more work on shift opcodesptitSeb1-23/+29
2023-11-11[INTERPRETER] Small adjustment on shl flag computationptitSeb1-17/+17
2023-11-11[ARM64_DYNAREC] Added emit_sar8cptitSeb3-23/+50
2023-11-11[ARM64_DYNAREC] Added emit_shr8c and some mare adjustement to 8bits shiftsptitSeb4-49/+77
2023-11-11[ARM64_DYNAREC] Added emit_shr8 helperptitSeb3-14/+55
2023-11-11[ARM64_DYNAREC] improved D2 /4/6 opcodesptitSeb3-7/+58
2023-11-11[ARM64_DYNAREC] Fixed 64/65 8E opcodeptitSeb1-0/+1
2023-11-11[ARM64_DYNAREC] Reorganised D0/D2 opcodes and Added shl8c emitter useptitSeb1-96/+132
2023-11-11[ARM64_DYNAREC] Added shl8c emitterptitSeb3-13/+57
2023-11-11[ARM64_DYNAREC] Fixed OF flags for 8 bit addition when using FLAGM extensionptitSeb1-3/+3
2023-11-10[ARM64_DYNAREC] More fixing and improving on shifting opcodesptitSeb11-126/+391
2023-11-10[ARM64_DYNAREC] Added 64/65 8E opcodeptitSeb1-1/+15
2023-11-10Cleaned up syscall and signed register accessptitSeb2-180/+209
2023-11-10Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL buildptitSeb6-4/+54
2023-11-10Fixed some edge-case with some of the shift opcodesptitSeb2-35/+33
2023-11-10[INTERPRETER] Fixed a typo in 66 0F 2C opcodeptitSeb1-4/+4
2023-11-09Allow unaligned lock xchg with rex.wptitSeb1-1/+12
2023-11-09[RV64_DYNAREC] Fixed a nasty typo in add8c emitterptitSeb1-1/+1
2023-11-09[ARM64_DYNAREC] More accurate 0F BA opcodes on 64bits without rex.wptitSeb1-5/+1
2023-11-09More accurate 0F BA opcodes on 64bits without rex.wptitSeb1-0/+6
2023-11-09Added wrapped curl_multi_poll function (for #1053)ptitSeb1-0/+1
2023-11-08Use non-atomic operation on XCHG when unalignedptitSeb1-1/+7
2023-11-08[ELFLOADER] Take wine prereserve memory into accountptitSeb1-0/+2
2023-11-08[RCFILE] Added Witcher 3 profileptitSeb1-0/+2
2023-11-08Added 2 wrapped function to libfontconfig (for aesprites)ptitSeb1-2/+2
2023-11-07Cosmetic changeptitSeb1-1/+1
2023-11-07[TRACE] Better trace for unknown offset in native elfptitSeb2-2/+2
2023-11-07Added wrapped __isoc23_strtoul (for #1052)ptitSeb1-0/+1
2023-11-07Refined ptrace hacks around POKEUSER/PEEKUSER (should help Wine Unity3D games)ptitSeb1-1/+7
2023-11-07[RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using BOX64_DYNAREC_TEST...ptitSeb1-0/+5
2023-11-07[ELFLOADER] Use alternate simpler method for memory managment when pagesize i...ptitSeb1-26/+36
2023-11-07[ELFLOADER] Another fix for elfloader memory managment on pagesize not 4K (mi...ptitSeb1-1/+21
2023-11-07[ELFLOADER] Another fix for elfloader memory managment (might help #1051)ptitSeb1-8/+6
2023-11-06[ARM64_DYNAREC] Fixed 66 0F 3A 21 opcodeptitSeb1-51/+4
2023-11-06[ARM64_DYNAREC] Added F0 0F BA opcodesptitSeb1-4/+139
2023-11-06[ARM64_DYNAREC] Added 66 0F 3A 40 opcode (with tests)ptitSeb6-0/+71
2023-11-05Fixed some issue with some SSE4.2 string compare oprations (should help #1013)ptitSeb4-2/+196
2023-11-05Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least)ptitSeb6-0/+31
2023-11-05Improved BOX64_MALLOC_HACK=2 settingptitSeb1-27/+64