| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070) | Yang Liu | 2024-11-25 | 1 | -0/+1 |
| * | [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033) | Yang Liu | 2024-11-14 | 1 | -0/+1 |
| * | Forgot that file in earlier commit | ptitSeb | 2024-11-02 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_NATIVEFLAGS to disable the use of native ... | ptitSeb | 2024-10-20 | 1 | -0/+1 |
| * | [BOX32] Allow internal memory to be in 32bits space if needed | ptitSeb | 2024-10-13 | 1 | -0/+26 |
| * | [BOX32] Fixed some X11 function so wine launch (and added BOX64_X11SYNC to he... | ptitSeb | 2024-10-08 | 1 | -0/+1 |
| * | [RV64_DYNAREC] Added preliminary xtheadvector support (#1892) | Yang Liu | 2024-10-02 | 1 | -0/+1 |
| * | [BOX32] Added detection of steam and steamcmd | ptitSeb | 2024-08-30 | 1 | -0/+1 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -1/+1 |
| * | Detect 32bits elf before loading | ptitSeb | 2024-08-16 | 1 | -0/+1 |
| * | [RV64_DYNAREC] Added vlen detection (#1694) | Yang Liu | 2024-07-18 | 1 | -0/+1 |
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile us... | ptitSeb | 2024-07-15 | 1 | -0/+1 |
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled wi... | ptitSeb | 2024-07-03 | 1 | -0/+1 |
| * | [RV64_DYNAREC] Detect vector extension (#1619) | Yang Liu | 2024-06-27 | 1 | -0/+1 |
| * | [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too) | ptitSeb | 2024-06-24 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Added 0F C7 /6 opcode, with hardware support if present | ptitSeb | 2024-06-24 | 1 | -0/+1 |
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 1 | -0/+1 |
| * | [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ([ARM64_DY... | ptitSeb | 2024-06-06 | 1 | -1/+0 |
| * | [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes | ptitSeb | 2024-06-06 | 1 | -0/+1 |
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 1 | -0/+1 |
| * | more avx infrastructure | ptitSeb | 2024-05-24 | 1 | -0/+1 |
| * | Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM | ptitSeb | 2024-04-29 | 1 | -1/+1 |
| * | Added a way to hide SSE 4.2, as it might slow down things using the string op... | ptitSeb | 2024-04-29 | 1 | -0/+1 |
| * | [LA64_DYNAREC] Added more useful extensions detection (#1469) | Yang Liu | 2024-04-26 | 1 | -0/+3 |
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration when... | ptitSeb | 2024-03-14 | 1 | -0/+1 |
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program parame... | ptitSeb | 2024-03-12 | 1 | -0/+3 |
| * | [LA64_DYNAREC] Added basic LBT support, setup xMASK (#1302) | Yang Liu | 2024-02-29 | 1 | -0/+2 |
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few other... | ptitSeb | 2024-02-26 | 1 | -1/+3 |
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),... | ptitSeb | 2024-02-23 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d im... | ptitSeb | 2024-02-07 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ... | ptitSeb | 2024-02-05 | 1 | -0/+1 |
| * | Added BOX64_IGNOREINT3 env. var. to ignore INT3 in the code ([RCFILE] too) | ptitSeb | 2024-01-27 | 1 | -0/+1 |
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ... | ptitSeb | 2024-01-23 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Attempt to use FRINTTS extension | ptitSeb | 2024-01-05 | 1 | -0/+1 |
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -2/+0 |
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created... | ptitSeb | 2023-12-21 | 1 | -0/+1 |
| * | Fix for non-dynarec build | ptitSeb | 2023-12-06 | 1 | -1/+1 |
| * | Added full support for the SHA cpu extension | ptitSeb | 2023-11-21 | 1 | -0/+2 |
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -0/+1 |
| * | Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) | ptitSeb | 2023-11-05 | 1 | -0/+1 |
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions | ptitSeb | 2023-10-18 | 1 | -0/+2 |
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS | ptitSeb | 2023-10-17 | 1 | -0/+1 |
| * | Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn... | ptitSeb | 2023-10-11 | 1 | -0/+1 |
| * | [ANDROID] Fix build | ptitSeb | 2023-09-30 | 1 | -1/+3 |
| * | [ANDROID] No mallochack on Android | ptitSeb | 2023-09-30 | 1 | -7/+6 |
| * | [RV64_DYNAREC] Added thead vendor extension detection | Yang Liu | 2023-09-11 | 1 | -2/+11 |
| * | [ANDOIRD] Yet another attempt to fix the build | ptitSeb | 2023-09-02 | 1 | -1/+2 |
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ |
|