about summary refs log tree commit diff stats
path: root/src/emu/x64run.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some more rollback on tls destructor (more work needed on threads cleanup han...ptitSeb2023-10-171-2/+2
* [32BITS] Added D4 & D5 opcodesptitSeb2023-09-071-0/+16
* Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...ptitSeb2023-09-021-9/+16
* Allow running at NULL, and trigger a segfault (backport from box86 5cdc1b9fa2...Rafael Diniz2023-08-221-4/+2
* [32bits] Added 27/2F/37 opcodesptitSeb2023-08-131-1/+24
* [32bits] Added 62 opcode ([ARM64_DYNAREC] too)ptitSeb2023-08-111-1/+8
* [32bits] Added 3F opcode ([ARM64_DYNAREC] too)ptitSeb2023-08-111-0/+9
* Use my_conect directly on InterpreterptitSeb2023-07-301-4/+4
* Emit a SIGILL on Illegal FF opcode (and better trace for it). Also fixed some...ptitSeb2023-07-261-11/+8
* [32BITS] Added C4 and C5 opcodesptitSeb2023-07-231-1/+26
* [32BITS] added D6 undocumented opcodeptitSeb2023-07-231-0/+9
* Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too)ptitSeb2023-07-221-3/+5
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...ptitSeb2023-07-081-0/+1
* | A few Push/Pop fixes and cleanups (#878)Alexandre Julliard2023-07-031-41/+41
* | Reworked a bit privileged instruction ([32BITS] too)(ARM64_DYNAREC] too)ptitSeb2023-06-271-4/+4
* | Added handling of INT 0x29 (__fastfail)ptitSeb2023-06-261-0/+6
* | [32BITS] Fixed 1E/1F opcodes and added 06/07 opcodesptitSeb2023-06-251-2/+17
* | [32BITS] Added 82 opcodesptitSeb2023-06-251-0/+6
* | [32BITS] Added 1E/1F opcodesptitSeb2023-06-251-0/+16
* | [32BITS] Added 6C..6F opcodesptitSeb2023-06-251-5/+69
* | [32BITS] Added 66/61 opcodes ([ARM64_DYNAREC] too)ptitSeb2023-06-241-0/+31
* | [32BITS] Various small fixes in 32bits interpreterptitSeb2023-06-181-19/+22
* | Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-67/+175
* | Added ability to trace and dump 32bits codeptitSeb2023-06-171-1/+1
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-5/+19
* | Added ignored 26 prefix to interpreterptitSeb2023-05-281-1/+2
* | Added partial support for TF flags (should help with eroneous debugger detect...ptitSeb2023-05-241-0/+9
* | Added some Hack for Windows int 2d call ([ARM64_DYNAREC] too)ptitSeb2023-05-041-4/+10
* | [DYNAREC_TEST] Better handling for FF /6 opcodesptitSeb2023-05-041-9/+1
|/
* [DYNAREC] Improved TEST_INTERPRETER with inter-block testingptitSeb2023-03-281-1/+7
* [DYNAREC] Cleaned up the TEST_INTERPRETER a bitptitSeb2023-03-281-7/+3
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-6/+137
* [DYNAREC] Some renaming for the sake of consistancyptitSeb2023-03-121-16/+2
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+8
* Various small fixes on InterpretorptitSeb2023-02-161-1/+3
* Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ...ptitSeb2022-11-131-10/+1
* Print the ROLLING_LOG on the Ask to run at NULL errorptitSeb2022-11-131-1/+11
* [DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...ptitSeb2022-09-251-4/+6
* Fixed issue with last RIP handling refactorptitSeb2022-08-101-1/+1
* Chenged Interpretor so RIP is updated on opcode success (better precision for...ptitSeb2022-08-061-78/+100
* [DYNAREC] And more multi-arch workptitSeb2022-02-271-5/+5
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-1/+1
* Added 2E opcode ([DYNAREC] too)ptitSeb2022-02-061-0/+1
* A bit more log on Interpretor modeptitSeb2021-09-191-0/+1
* Handled privilieged instruction (as handled by wine64) as privilegde and gene...ptitSeb2021-07-281-2/+34
* Fixed potential issues in some FF opcodes (for #72)ptitSeb2021-07-271-4/+4
* Made IRETQ to restore RSP and SS ([DYNAREC] too) (helps Wine64 exceptions han...ptitSeb2021-07-171-0/+9
* Handling HLT / CLI / STI has privileged instruction (and so trigger a GPF)ptitSeb2021-07-151-4/+11