about summary refs log tree commit diff stats
path: root/docs/gen (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ENV] Introduced BOX64_PCLMULQDQ (#3086)Yang Liu2025-10-221-0/+18
| | | | | * [ENV] Introduced BOX64_PCLMULQDQ * review
* [DYNAREC][WOWBOX64] BOX4_DYNAREC_INTERP_SIGNAL is not availble in WowBox64 ↵ptitSeb2025-10-191-1/+1
| | | | for now
* [DYNAREC] Introduce BOX4_DYNAREC_INTERP_SIGNAL and 1 profile that needs itptitSeb2025-10-191-0/+18
|
* [ENV] Added a new BOX64_ARCH option (#3076)Yang Liu2025-10-172-2/+30
|
* [DYNAREC] Added BOX64_DYNAREC_NOHOTPAGE to disabled hotpage detectionptitSeb2025-10-031-0/+18
|
* [LA64] Do not expose AVX by default for now, there are still some issue to ↵ptitSeb2025-09-171-1/+1
| | | | fix before
* [DOCS] Some small fixing / precision in a few doc itemsptitSeb2025-09-081-6/+6
|
* [LA64_DYNAREC] Enable AVX/AVX2 by default (#2946)Yang Liu2025-08-181-1/+6
|
* [DYNACACHE]LA64] Enabled dynacache for LA64 (#2836)Yang Liu2025-07-211-2/+2
| | | | | * [DYNACACHE]LA64] Enabled dynacache for LA64 * review
* [DYNACACHE] Introduced B64X_DYNACACHE=2 to use cache but not create new ↵ptitSeb2025-06-201-2/+7
| | | | ones, and made it default
* [DOCS] Performance as the top section in USAGE.md (#2760)Yang Liu2025-06-191-1/+3
|
* [DYNACACHE] Introduced DynaCache for ARM64 (disabled by default)ptitSeb2025-06-191-0/+44
|
* [TRACE] Fixed explicit BOX64_TRACE=0 (#2721)Yang Liu2025-06-101-0/+10
|
* [WOW64] Added rcfile support (#2708)Yang Liu2025-06-051-1/+2
| | | | | | | | | * [WOW64] Fixed more compilation warnings * [WOW64] Messing around with file APIs * [WOW64] Added rcfile support * [DOCS] Update rcfile usage on WowBox64
* [ENV][WOW64] Not every env var applies to WowBox64 (#2700)Yang Liu2025-06-022-19/+132
| | | | | * [ENV] Not every env var applies to WowBox64 * [DOCS] Updated env docs for WowBox64
* [DOCS] Align usage.json and env.h (#2633)Yang Liu2025-05-142-19/+77
| | | | | | | | | * [DOCS] Align usage.json and env.h * Removed BOX64_FUTEX_WAITV * review * gen
* [RCFILE] Made VOLATILE_METADATA default, and added/finetuned some game profilesptitSeb2025-05-141-2/+2
|
* [DOCS] improve consistency between documentation and code (#2631)Hypothalamus2025-05-132-2/+174
| | | | | | | * [fix][Docs] is `XXXX` consistantly * [feat][Docs] add simple validation script that checks consistency between `usage.json` and `env.h` * [DOCS] include `validate.py` in `gen.py`
* [GDBJIT] Added a new option to register debuginfo only after trapped into ↵Yang Liu2025-05-091-0/+5
| | | | signalhandler (#2614)
* [DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu2025-05-071-0/+17
|
* [DYNAREC] Added ranged Dynablock dump (#2570)Yang Liu2025-04-241-0/+12
|
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ↵ptitSeb2025-04-161-0/+5
| | | | ([ARM64_DYNAREC] only for now)
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 ↵ptitSeb2025-04-091-0/+5
| | | | only, RV64 and LA64 todo)
* [DOCS] Added ranged gdbjit documentation (#2440)Yang Liu2025-03-171-0/+5
|
* [DYNAREC] Introduced DYNAREC_DIRTY=2 and changed a profile to use itptitSeb2025-03-121-0/+5
|
* [DOC] Fixed default for strongmem in docsptitSeb2025-03-061-2/+2
|
* [DOCS] Added per-file settings documentation (#2317)Yang Liu2025-02-061-5/+33
|
* [DOCS] Fixed BIGBLOCK is 2 by default nowptitSeb2025-01-311-2/+2
|
* [DOCS] Auto-generated USAGE.md and box64.pod (#2283)Yang Liu2025-01-222-0/+1711