about summary refs log tree commit diff stats
path: root/src/emu/x64emu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fixed and improved __cxa_atexit handlingptitSeb2023-04-221-3/+6
* [TRACE] Improved trace with xmm registersptitSeb2023-04-021-2/+8
* [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...ptitSeb2023-03-271-2/+45
* Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...ptitSeb2023-02-171-1/+4
* Update x64emu.c (#507)RainbowC02023-02-031-1/+10
* Refactored (again) lib init/fini mecanismptitSeb2023-01-011-1/+1
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-041-1/+21
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-291-2/+1
* All box internal memory alloc use __libc_ internal one (except on Android, us...ptitSeb2022-08-061-5/+5
* More previous bytes on Unimplemented Opcode messageptitSeb2022-07-101-2/+3
* 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