about summary refs log tree commit diff stats
path: root/src/emu/x64emu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed RunFunction and DynaCall/EmuCall with stack argumentsptitSeb2022-03-251-2/+2
* Fixed the backtrace wrapper (uses eh_frame information only)rajdakin2022-02-141-0/+2
* Added handling of longjmp inside signals handler (from box86)ptitSeb2021-08-091-1/+2
* Fixed and improved handling of segments and Call Far and signal (helps Wine64)ptitSeb2021-07-131-2/+3
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-111-4/+4
* First passrajdakin2021-04-141-1/+8
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-10/+24
* Small change on trace flags outputptitSeb2021-04-081-2/+2
* [TRACE] Added a new trace optionrajdakin2021-04-071-4/+17
* More work around stack alignement and frame pointerptitSeb2021-04-031-0/+4
* Better Stack handling (backported from box86)ptitSeb2021-03-281-2/+3
* Small fix to avoid dereferencing a NULL x64emu_t structureptitSeb2021-03-251-1/+2
* [DYNAREC] Added 70..7F opcodes (and fixed ORR/AND bitmask coding/decoding, th...ptitSeb2021-03-161-2/+5
* Added a bunch of SSE2 opcodesptitSeb2021-03-121-0/+1
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-2/+2
* Added 66 39/3B/3D CMP opcodesptitSeb2021-03-091-2/+2
* Added more byte to UnImp opcode messageptitSeb2021-03-091-2/+4
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-4/+3
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-2/+2
* Fix an issue with mod/rm SBI with R12ptitSeb2021-03-061-1/+0
* Fixed GetEb handlingptitSeb2021-03-061-9/+9
* Preparing defered flags handlingptitSeb2021-03-041-1/+1
* Some work on Mod/RM 64bits decoding (with RIP relative addressing)ptitSeb2021-03-031-1/+2
* Fixed trace and prepare rex decodingptitSeb2021-03-031-10/+14
* Added some X86_64 RelocA and a few wrapped function (wrapper still not correc...ptitSeb2021-03-031-25/+25
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-36/+36
* Fixed a bunch of print format errorptitSeb2021-03-021-4/+4
* More x64emu preparationptitSeb2021-03-021-1/+1
* Added some x86_64 regs and emu infrastructureptitSeb2021-03-021-0/+454