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_native.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Some spelling fixes
André Zwing
2023-08-02
1
-14
/
+14
*
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
*
|
[DYNAREC] Small cosmetic change in updateNeed utility function
ptitSeb
2023-07-17
1
-2
/
+2
*
|
[DYNAREC] Fixed an issue with forward jump state retreival
ptitSeb
2023-07-14
1
-0
/
+7
*
|
Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & hero...
ptitSeb
2023-07-08
1
-9
/
+9
*
|
Go back to using regular malloc/free for Dynarec temporary allocation when bu...
ptitSeb
2023-06-30
1
-12
/
+12
*
|
[DYNAREC] Small improvment on instruction size array memory allocation
ptitSeb
2023-06-25
1
-6
/
+13
*
|
A few cosmetic fixes (#858)
Alexandre Julliard
2023-06-24
1
-2
/
+0
*
|
[32BITS][ARM64_DYNAREC] Added some dynarec support for 32bits code (no-prefix...
ptitSeb
2023-06-24
1
-1
/
+1
*
|
[32BITS][DYNAREC] Preparing Dynarec to handle 32bits code
ptitSeb
2023-06-22
1
-9
/
+9
*
|
[DYNAREC] Cosmetic fix
ptitSeb
2023-05-07
1
-1
/
+1
|
/
*
[DYNAREC] General fixes and improvment for multithread and jit program. Helps...
ptitSeb
2023-04-16
1
-40
/
+42
*
fix some spelling mistakes (#640)
josch
2023-03-26
1
-2
/
+2
*
[DYNAREC] Some fixes and small improvment to common codeblock generator
ptitSeb
2023-03-25
1
-5
/
+6
*
[DYNAREC] Fix some potential issue in the next jump handling
ptitSeb
2023-03-12
1
-5
/
+7
*
Rv64 dynarec (#550)
ptitSeb
2023-03-12
1
-1
/
+1
*
[DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions...
ptitSeb
2023-02-19
1
-21
/
+4
*
Simplified dynablock handling (reduced memory consuption)
ptitSeb
2023-02-19
1
-11
/
+18
*
[DYNAREC] Various small fixes and improvment on Dynarec
ptitSeb
2023-02-16
1
-0
/
+13
*
[DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han...
ptitSeb
2023-02-12
1
-1
/
+5
*
[DYNAREC] make jmp 0 do a jmp_to_next to allow the block to be checked and re...
ptitSeb
2022-12-31
1
-1
/
+1
*
[DYNAREC] Small changes on pagesize and hotpage
ptitSeb
2022-12-02
1
-3
/
+2
*
[DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE
ptitSeb
2022-12-01
1
-2
/
+5
*
[DYNAREC] Pre-allocate more instructions on FillBlock64
ptitSeb
2022-11-15
1
-1
/
+1
*
Fixed a small memory leak with Dynarec
ptitSeb
2022-11-02
1
-0
/
+3
*
Remove dynablocklist (#438)
ptitSeb
2022-10-31
1
-95
/
+68
*
[DYNAREC] Small change to use alloca instead of customMalloc
ptitSeb
2022-10-29
1
-8
/
+2
*
[DYNAREC] More log when using BOX64_NODYNAREC
ptitSeb
2022-10-28
1
-0
/
+1
*
[DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...
ptitSeb
2022-10-24
1
-80
/
+50
*
[DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound)
ptitSeb
2022-10-24
1
-21
/
+24
*
[DYNAREC] Forget this realloc->box_realloc
ptitSeb
2022-10-23
1
-1
/
+1
*
[DYNAREC] Small change on how add_next/get_closest_next works
ptitSeb
2022-10-22
1
-4
/
+11
*
Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot...
ptitSeb
2022-09-26
1
-0
/
+3
*
All box internal memory alloc use __libc_ internal one (except on Android, us...
ptitSeb
2022-08-06
1
-20
/
+20
*
[DYNAREC] Improved pred_sz computation
ptitSeb
2022-07-16
1
-8
/
+10
*
[DYNAREC] More color for DYNAREC_DUMP=2
ptitSeb
2022-07-10
1
-4
/
+4
*
[DYNAREC] Remove assert, the test is not relevent anymore
ptitSeb
2022-06-25
1
-1
/
+0
*
[DYNAREC] Fixed an issue with fillPredecessor that would undersize the predec...
ptitSeb
2022-06-25
1
-3
/
+3
*
[DYNAREC] Small optim on flags barrier handling
ptitSeb
2022-04-18
1
-10
/
+7
*
[DYNAREC] Refactored dynarec, using box86 refactor
ptitSeb
2022-04-09
1
-62
/
+169
*
[DYNAREC] And more multiarch changes
ptitSeb
2022-02-27
1
-4
/
+4
*
[DYNAREC] Even more work on multiarch
ptitSeb
2022-02-27
1
-0
/
+5
*
[DYNAREC] More work on multi-arch
ptitSeb
2022-02-27
1
-13
/
+13
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-0
/
+535