| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WOW64] More work on the PE wow64 build (#2518) | Yang Liu | 2025-04-10 | 1 | -2/+0 |
| | | | | | | * [WOW64] More work on the PE wow64 build * added a TODO | ||||
| * | [DYNAREC] Better handling of blocksize limit when generating very large ↵ | ptitSeb | 2025-03-24 | 1 | -1/+1 |
| | | | | | dynablocks | ||||
| * | [DYNAREC] Appended instruction name to symbol (#2228) | Leslie Zhai | 2025-01-03 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Implement perf map (#2212) | Leslie Zhai | 2024-12-26 | 1 | -1/+3 |
| | | | | | | * [DYNAREC] Implement perf map * [DYNAREC] Use function name as the Symbol | ||||
| * | [ARM64_DYNAREC] Reworked ymm0 propagation | ptitSeb | 2024-07-07 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Enabled larger dynablock | ptitSeb | 2024-04-07 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Limit temporary memory allocation on FillBlock64 | ptitSeb | 2024-03-10 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | [DYNAREC] Used uwrapped malloc functions for dynarec | ptitSeb | 2023-07-12 | 1 | -4/+4 |
| | | | |||||
| * | | Improved BOX64_MALLOC_HACK=2 and the glAleternate mecanism (help steam & ↵ | ptitSeb | 2023-07-08 | 1 | -1/+1 |
| | | | | | | | | | heroic and other libcef based software) | ||||
| * | | Go back to using regular malloc/free for Dynarec temporary allocation when ↵ | ptitSeb | 2023-06-30 | 1 | -0/+13 |
| | | | | | | | | | building a block | ||||
| * | | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits code | ptitSeb | 2023-06-22 | 1 | -1/+1 |
| |/ | |||||
| * | [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block ↵ | ptitSeb | 2023-02-19 | 1 | -0/+3 |
| | | | | | instructions and a temporary malloc/free | ||||
| * | Simplified dynablock handling (reduced memory consuption) | ptitSeb | 2023-02-19 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ | ptitSeb | 2022-02-27 | 1 | -0/+10 |
| architecture | |||||