about summary refs log tree commit diff stats
path: root/src/emu/x64run_private.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various small debugging improvmentsptitSeb2022-06-191-0/+2
* Run elf init if __libc_start_main init param is NULL (for #315)ptitSeb2022-05-301-0/+2
* Fixed some warningsptitSeb2022-03-291-3/+3
* Improve function name in trace a bitptitSeb2022-03-041-6/+13
* [TRACE] Small changes to function name print in traceptitSeb2022-02-201-5/+5
* Fixed some program (like the one made in rust) that was getting the command l...ptitSeb2021-10-261-1/+8
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-241-0/+8
* don't try to restore pointer in my___libc_start_main if quit is true for curr...ptitSeb2021-07-171-3/+5
* Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)ptitSeb2021-07-151-0/+5
* Splitted mmx and x87 register (from box86)ptitSeb2021-07-111-2/+2
* First passrajdakin2021-04-141-2/+11
* General improvements to box64 and fixed some SDL2 functionsrajdakin2021-04-111-2/+0
* Changed missed unwanted "box86"rajdakin2021-04-091-1/+1
* Added 67 66 0F 6F/7A opcodesptitSeb2021-04-081-0/+8
* Small change on trace outputptitSeb2021-04-081-2/+2
* And another change change to __libc_start_main for non-Dynarec buildptitSeb2021-04-051-2/+2
* One more change to __libc_start_main to end emulation when doneptitSeb2021-04-051-0/+1
* Added some more 67 opcodes (may need to find a better solution for this)ptitSeb2021-04-041-0/+13
* More work around stack alignement and frame pointerptitSeb2021-04-031-0/+5
* Added 64 66 0F D6 and 64 0F 29 opcodesptitSeb2021-03-261-0/+8
* Minor fixes to MODRM decoder functionsptitSeb2021-03-251-3/+3
* Fixed a bug on Interpretor with 64 prefixed opcodesptitSeb2021-03-251-1/+1
* [DYNAREC] Added (66) 0F AF IMUL opcodeptitSeb2021-03-201-1/+1
* [DYNAREC] Various bugfixes (and now the 4 tests games works again)ptitSeb2021-03-201-3/+18
* Excplicit handling of bit size for defered flagsptitSeb2021-03-171-319/+330
* Fixed issue with XMM 'GETGX' modrm and REX.bptitSeb2021-03-121-1/+1
* Added a large number of CPU opcodesptitSeb2021-03-121-0/+34
* Added and fixed many opcodesptitSeb2021-03-101-28/+26
* Better functions name resolving when using TRACE, and fixed some printf stuff...ptitSeb2021-03-101-0/+8
* Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)ptitSeb2021-03-071-5/+5
* Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)ptitSeb2021-03-061-0/+48
* Fixed mod/rm relative computation when opcode have trailing bytesptitSeb2021-03-061-10/+10
* Stop inlining all the GetE and GetGptitSeb2021-03-061-0/+148
* Fixed __libc_start_main emulationptitSeb2021-03-041-3/+3
* Preparing to execute wrapped functionptitSeb2021-03-041-1/+1
* Preparing defered flags handlingptitSeb2021-03-041-24/+232
* Some work on Mod/RM 64bits decoding (with RIP relative addressing)ptitSeb2021-03-031-2/+2
* More infrastructure added to elf and x64 emuptitSeb2021-03-031-0/+787