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
/
dynarec
/
dynarec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ANDROID] And yet another attempt to fix the build, patience limit almost rea...
ptitSeb
2023-09-02
1
-5
/
+6
*
[ANDROID] More change to android/dynarec build
ptitSeb
2023-09-02
1
-0
/
+4
*
[ANDROID] This should fix Dynarec build on Android
ptitSeb
2023-09-02
1
-2
/
+2
*
Correctly handle TF flags, with [DYNAREC] falling back to Interpretor when TF...
ptitSeb
2023-09-02
1
-1
/
+1
*
Improved jmpbuff handling a bit
ptitSeb
2023-08-13
1
-7
/
+9
*
Fixed non-dynarec behavior on setjmp
ptitSeb
2023-07-30
1
-2
/
+2
*
Fixed, for good non-dynarec build
ptitSeb
2023-07-30
1
-1
/
+3
*
Fixed non-dynarec build
ptitSeb
2023-07-30
1
-2
/
+0
*
Change again a bit how jmpbuffer and resuming of signal is handled
ptitSeb
2023-07-30
1
-96
/
+43
*
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
*
|
Simplyfied internal jmpbuf handling
ptitSeb
2023-07-08
1
-64
/
+29
*
|
Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...
ptitSeb
2023-07-08
1
-21
/
+20
*
|
A few cosmetic fixes (#858)
Alexandre Julliard
2023-06-24
1
-2
/
+0
*
|
[32BITS][DYNAREC] Preparing Dynarec to handle 32bits code
ptitSeb
2023-06-22
1
-4
/
+5
*
|
Added support for creating 32bits selector (no 32bits execution yet)
ptitSeb
2023-06-17
1
-2
/
+4
*
|
[DYNAREC] Some other small improvment to signal jmpbuf handling
ptitSeb
2023-05-09
1
-7
/
+3
*
|
[DYNAREC] Small fix in DynaRun
ptitSeb
2023-05-08
1
-1
/
+2
*
|
Some small changes to thread and fork and cloning x64emu_t struct
ptitSeb
2023-05-08
1
-2
/
+2
*
|
[DYNAREC] Small improvment to signal handling on dirty block
ptitSeb
2023-05-07
1
-0
/
+4
*
|
[DYNAREC] Improve handling of running block getting dirty while executing
ptitSeb
2023-05-04
1
-4
/
+8
|
/
*
[DYNAREC] Try to test last opcode at end of block for unimplemented opcode
ptitSeb
2023-04-20
1
-2
/
+8
*
Fixed non-dynarec build
ptitSeb
2023-04-19
1
-0
/
+4
*
[DYNAREC] Fixed faux-positive on DYNAREC_TEST when unimplemented opcode in dy...
ptitSeb
2023-04-19
1
-0
/
+8
*
[DYNAREC] Do not compute db on nn-block jump if no dynarec_log is used
ptitSeb
2023-04-16
1
-3
/
+5
*
fix some spelling mistakes (#640)
josch
2023-03-26
1
-2
/
+2
*
Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...
ptitSeb
2022-12-30
1
-1
/
+6
*
Remove dynablocklist (#438)
ptitSeb
2022-10-31
1
-33
/
+7
*
[DYNAREC] Improved trace a bit
ptitSeb
2022-07-16
1
-1
/
+1
*
Fixed RunFunction and DynaCall/EmuCall with stack arguments
ptitSeb
2022-03-25
1
-2
/
+0
*
Less log in LOG_INFO level
ptitSeb
2022-03-19
1
-2
/
+2
*
[DYNAREC] More multi-arch work
ptitSeb
2022-02-27
1
-12
/
+15
*
Fixed the backtrace wrapper (uses eh_frame information only)
rajdakin
2022-02-14
1
-0
/
+2
*
[DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...
ptitSeb
2021-11-18
1
-6
/
+10
*
[DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...
ptitSeb
2021-11-11
1
-1
/
+1
*
More work on gtk and nss3+friends
ptitSeb
2021-09-21
1
-2
/
+4
*
[DYNAREC] some fixes to alternate handling and vsyscall support
ptitSeb
2021-09-12
1
-4
/
+15
*
Added handling of longjmp inside signals handler (from box86)
ptitSeb
2021-08-09
1
-1
/
+2
*
Fixed a warning on non-trace dynarec build
ptitSeb
2021-05-19
1
-2
/
+1
*
Added signal mask handling in setjmp/longjmp functions
ptitSeb
2021-05-18
1
-4
/
+4
*
First pass
rajdakin
2021-04-14
1
-1
/
+9
*
[DYNAREC] Added address on Jump to non-block address warning log
ptitSeb
2021-04-11
1
-1
/
+1
*
[DYNAREC] Fixed address used by this warning
ptitSeb
2021-04-10
1
-4
/
+4
*
[DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging on...
ptitSeb
2021-03-29
1
-1
/
+2
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-19
/
+19
*
More infrastructure added to elf and x64 emu
ptitSeb
2021-03-03
1
-0
/
+216