| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 ↵ | ptitSeb | 2024-07-15 | 1 | -0/+1 |
| | | | | | using it) | ||||
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ | ptitSeb | 2024-07-03 | 1 | -0/+1 |
| | | | | | with BOX64_UNITYPLAYER=0) | ||||
| * | [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) ↵ | ptitSeb | 2024-06-06 | 1 | -1/+0 |
| | | | | | ([ARM64_DYNAREC] too) | ||||
| * | [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 ↵ | ptitSeb | 2024-04-29 | 1 | -0/+1 |
| | | | | | opcodes. Also, looks like some java program have issue with current implementation of pcmp[ei]str[im] somehow, so diabling automaticaly when detecting libjvm.so (for SlayTheSpire in particular) | ||||
| * | [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 ↵ | ptitSeb | 2024-03-14 | 1 | -0/+1 |
| | | | | | when hardware counter is too slow for modern standard (and removed BOX64_RDTSC env. var.) | ||||
| * | [RCFILE] Added 2 new rcfile only option, and try to apply wine program ↵ | ptitSeb | 2024-03-12 | 1 | -0/+3 |
| | | | | | parameter earlier, before wien load to be able to change command line and maxcpu | ||||
| * | [LA64_DYNAREC] Added basic LBT support, setup xMASK (#1302) | Yang Liu | 2024-02-29 | 1 | -0/+2 |
| | | | | | | * [LA64] Added basic LBT support, setup xMASK * [CI] Run tests without LBT | ||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 1 | -1/+3 |
| | | | | | others tickets) | ||||
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for ↵ | ptitSeb | 2024-02-23 | 1 | -0/+1 |
| | | | | | now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it | ||||
| * | [ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d ↵ | ptitSeb | 2024-02-07 | 1 | -0/+1 |
| | | | | | improved reliqbility of unaligned fallback for LOCK CMPXCHG8B/CMPXCHG16B opcodes | ||||
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ↵ | ptitSeb | 2024-02-05 | 1 | -0/+1 |
| | | | | | when needed | ||||
| * | 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 |
| | | | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles) | ||||
| * | [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 |
| | | | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build | ||||
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ | ptitSeb | 2023-12-21 | 1 | -0/+1 |
| | | | | | created profile for wine, wine64 and GridAutosport using it | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build | ||||
| * | [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 ↵ | ptitSeb | 2023-10-11 | 1 | -0/+1 |
| | | | | | SDL_GetJoystickGUIDInfo funciton on recent wrapped SDL2 (for #1018) | ||||
| * | [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 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers. | ||||
| * | | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply ↵ | ptitSeb | 2023-05-31 | 1 | -0/+1 |
| | | | | | | | | | conservative settings when loaded (should help #813) and probably other java based games/apps) | ||||
| * | | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode | ptitSeb | 2023-05-07 | 1 | -0/+1 |
| | | | |||||
| * | | [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensions | ptitSeb | 2023-05-01 | 1 | -0/+5 |
| |/ | |||||
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ↵ | ptitSeb | 2023-03-27 | 1 | -0/+1 |
| | | | | | time and compare states | ||||
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ↵ | ptitSeb | 2023-03-07 | 1 | -0/+1 |
| | | | | | (works well on box64, with up to 30% more speed) | ||||
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and ↵ | ptitSeb | 2023-03-05 | 1 | -0/+1 |
| | | | | | probably other too) | ||||
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -0/+1 |
| |\ | |||||
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to ↵ | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| | | | | | | | | | handle HotPages (faster but crashy) | ||||