about summary refs log tree commit diff stats
path: root/src/emu/x64emu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [TRACE] Better x87 infos on reg dumpsptitSeb2025-04-161-3/+3
* [WOW64] Added non-functional PE build (#2532)Yang Liu2025-04-141-0/+980
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-196/+4
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-1/+2
* Added os.h for future usage (#2488)Yang Liu2025-04-011-0/+1
* [TRACE] Improved a bit a few tracesptitSeb2025-03-081-2/+2
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-8/+8
* [LA64_DYNAREC] Added hardware wall-clock support (#2216)Yang Liu2024-12-261-2/+33
* Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too)ptitSeb2024-12-201-4/+0
* [GDBJIT] Display DynaRec info in source file (#2179)Yang Liu2024-12-201-2/+2
* Some (mostly) cosmetic change to x64emu initializersptitSeb2024-12-171-4/+4
* [BOX32][WRAPPER] Improved networks functionsptitSeb2024-12-011-0/+5
* Improved Signal handling ([ARM4_DYNAREC] too)ptitSeb2024-11-181-3/+3
* [INTERPRETER] Some cleanup on base logic/math/shift operationsptitSeb2024-11-151-12/+0
* Improved syscall 56ptitSeb2024-11-081-4/+0
* [BOX32] Improve errno handling, and added a few more libc wrapped functionsptitSeb2024-11-071-5/+15
* Small (probably cosmetic) fix for CloneEmu helper functionptitSeb2024-10-311-0/+1
* [BOX32] Allow internal memory to be in 32bits space if neededptitSeb2024-10-131-3/+3
* [BOX32] More work on 32bits wrapped functionsptitSeb2024-10-071-4/+2
* [TRACE] Fixed StopEmu on trace build when trace is not enabledptitSeb2024-10-031-1/+7
* Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)ptitSeb2024-09-171-0/+23
* Added preliminary Box32 support (#1760)ptitSeb2024-08-261-15/+42
* Fixes (#1659)rajdakin2024-07-091-24/+23
* [TRACE] Cosmetic change on ymm printoutptitSeb2024-06-181-1/+1
* [INTERPRETER] Even more avx/avx2 opcodes, and a fix for android buildsptitSeb2024-05-281-1/+4
* more avx infrastructureptitSeb2024-05-241-0/+12
* [DYNAREC] Simplified emit_pf helper (#1518)Yang Liu2024-05-221-5/+0
* [TRACE] Added C3..C0 to x87 traceptitSeb2024-04-281-0/+2
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-2/+2
* [TRACE] Fixed some dumpreg when x87stack is incoherentptitSeb2024-04-221-1/+3
* [RV64_INTERP] Added TSC freq support (#1293)Yang Liu2024-02-281-15/+65
* [RV64_DYNAREC] Fixed RDTSC handling (#1291)Yang Liu2024-02-271-1/+5
* Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...ptitSeb2024-02-231-8/+28
* [ARM64] Used Hardware counter for RDTSC emulation ([ARM64_DYNAREC] too)ptitSeb2024-02-211-2/+6
* Reworked, again, exit processptitSeb2024-02-061-22/+22
* [X64EMU] Fix for linux clang (#1243)Lily2024-02-021-2/+2
* Fixed a warning on non-dynarec buildptitSeb2024-02-021-2/+0
* Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...ptitSeb2024-01-231-5/+4
* Make sure Stack is aligned properly... (should help #1187 and ~1188)ptitSeb2024-01-221-0/+2
* Allocated more cleanup when needed to avoid frequent resizeptitSeb2023-12-211-2/+2
* [TRACE] Improved traceptitSeb2023-11-041-1/+1
* Improved jmpbuff handling a bitptitSeb2023-08-131-3/+3
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | Added some support for 32bits code (doesn't seems enough for wow64 yet)ptitSeb2023-06-181-3/+11
* | [TRACE] Fixed 32bits trace and dumpptitSeb2023-06-171-6/+8
* | Added ability to trace and dump 32bits codeptitSeb2023-06-171-16/+47
* | Added support for creating 32bits selector (no 32bits execution yet)ptitSeb2023-06-171-3/+3
* | Optimized Exit bridge managmentptitSeb2023-05-101-11/+0
* | Some small changes to thread and fork and cloning x64emu_t structptitSeb2023-05-081-2/+10
|/