index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
emu
/
x64emu.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved Signal handling ([ARM4_DYNAREC] too)
ptitSeb
2024-11-18
1
-3
/
+3
*
[INTERPRETER] Some cleanup on base logic/math/shift operations
ptitSeb
2024-11-15
1
-12
/
+0
*
Improved syscall 56
ptitSeb
2024-11-08
1
-4
/
+0
*
[BOX32] Improve errno handling, and added a few more libc wrapped functions
ptitSeb
2024-11-07
1
-5
/
+15
*
Small (probably cosmetic) fix for CloneEmu helper function
ptitSeb
2024-10-31
1
-0
/
+1
*
[BOX32] Allow internal memory to be in 32bits space if needed
ptitSeb
2024-10-13
1
-3
/
+3
*
[BOX32] More work on 32bits wrapped functions
ptitSeb
2024-10-07
1
-4
/
+2
*
[TRACE] Fixed StopEmu on trace build when trace is not enabled
ptitSeb
2024-10-03
1
-1
/
+7
*
Save flags and defered flags when runing EmuCall ([DYNAREC] Same for DynaCall)
ptitSeb
2024-09-17
1
-0
/
+23
*
Added preliminary Box32 support (#1760)
ptitSeb
2024-08-26
1
-15
/
+42
*
Fixes (#1659)
rajdakin
2024-07-09
1
-24
/
+23
*
[TRACE] Cosmetic change on ymm printout
ptitSeb
2024-06-18
1
-1
/
+1
*
[INTERPRETER] Even more avx/avx2 opcodes, and a fix for android builds
ptitSeb
2024-05-28
1
-1
/
+4
*
more avx infrastructure
ptitSeb
2024-05-24
1
-0
/
+12
*
[DYNAREC] Simplified emit_pf helper (#1518)
Yang Liu
2024-05-22
1
-5
/
+0
*
[TRACE] Added C3..C0 to x87 trace
ptitSeb
2024-04-28
1
-0
/
+2
*
Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...
ptitSeb
2024-04-24
1
-2
/
+2
*
[TRACE] Fixed some dumpreg when x87stack is incoherent
ptitSeb
2024-04-22
1
-1
/
+3
*
[RV64_INTERP] Added TSC freq support (#1293)
Yang Liu
2024-02-28
1
-15
/
+65
*
[RV64_DYNAREC] Fixed RDTSC handling (#1291)
Yang Liu
2024-02-27
1
-1
/
+5
*
Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...
ptitSeb
2024-02-23
1
-8
/
+28
*
[ARM64] Used Hardware counter for RDTSC emulation ([ARM64_DYNAREC] too)
ptitSeb
2024-02-21
1
-2
/
+6
*
Reworked, again, exit process
ptitSeb
2024-02-06
1
-22
/
+22
*
[X64EMU] Fix for linux clang (#1243)
Lily
2024-02-02
1
-2
/
+2
*
Fixed a warning on non-dynarec build
ptitSeb
2024-02-02
1
-2
/
+0
*
Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ...
ptitSeb
2024-01-23
1
-5
/
+4
*
Make sure Stack is aligned properly... (should help #1187 and ~1188)
ptitSeb
2024-01-22
1
-0
/
+2
*
Allocated more cleanup when needed to avoid frequent resize
ptitSeb
2023-12-21
1
-2
/
+2
*
[TRACE] Improved trace
ptitSeb
2023-11-04
1
-1
/
+1
*
Improved jmpbuff handling a bit
ptitSeb
2023-08-13
1
-3
/
+3
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
Added some support for 32bits code (doesn't seems enough for wow64 yet)
ptitSeb
2023-06-18
1
-3
/
+11
*
|
[TRACE] Fixed 32bits trace and dump
ptitSeb
2023-06-17
1
-6
/
+8
*
|
Added ability to trace and dump 32bits code
ptitSeb
2023-06-17
1
-16
/
+47
*
|
Added support for creating 32bits selector (no 32bits execution yet)
ptitSeb
2023-06-17
1
-3
/
+3
*
|
Optimized Exit bridge managment
ptitSeb
2023-05-10
1
-11
/
+0
*
|
Some small changes to thread and fork and cloning x64emu_t struct
ptitSeb
2023-05-08
1
-2
/
+10
|
/
*
Fixed and improved __cxa_atexit handling
ptitSeb
2023-04-22
1
-3
/
+6
*
[TRACE] Improved trace with xmm registers
ptitSeb
2023-04-02
1
-2
/
+8
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
1
-2
/
+45
*
Various improvment to backtrace, protection tracking, and SHOWBT. Also SIGABR...
ptitSeb
2023-02-17
1
-1
/
+4
*
Update x64emu.c (#507)
RainbowC0
2023-02-03
1
-1
/
+10
*
Refactored (again) lib init/fini mecanism
ptitSeb
2023-01-01
1
-1
/
+1
*
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...
ptitSeb
2022-12-04
1
-1
/
+21
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
1
-2
/
+1
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
1
-5
/
+5
*
More previous bytes on Unimplemented Opcode message
ptitSeb
2022-07-10
1
-2
/
+3
*
Fixed RunFunction and DynaCall/EmuCall with stack arguments
ptitSeb
2022-03-25
1
-2
/
+2
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
1
-0
/
+2
[next]