| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions (#2070) | Yang Liu | 2024-11-25 | 1 | -1/+3 |
| | | | | | | | | | | | | * [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions * Use sevl for wfe * Add docs * Fix typo * use switch case | ||||
| * | [ARM64_DYNAREC] Added weakbarrier=2 to disable last write barriers (#2049) | Yang Liu | 2024-11-19 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option (#2033) | Yang Liu | 2024-11-14 | 1 | -0/+2 |
| | | | | | | * [DYNAREC] Added a experimental BOX64_DYNAREC_WEAKBARRIER option * Added it to the RCFILE | ||||
| * | [RCFILE] advertise that BOX64_DYNAREC_TEST=1 is applied | ptitSeb | 2024-11-09 | 1 | -0/+1 |
| | | |||||
| * | [ARM64_DYNAREC] Reworked a bit FASTROUND | ptitSeb | 2024-11-05 | 1 | -1/+1 |
| | | |||||
| * | [RCFIEL] Add an option to force usage of native EGL/GLESv2 library | 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/+2 |
| | | | | | flags, as there is still a bug or two in that mode (for #1947) | ||||
| * | [CORE] Refactored %pid trace file handling (#1933) | Yang Liu | 2024-10-13 | 1 | -2/+2 |
| | | |||||
| * | [RCFILE] Slightly changed how BOX64_ARGS behave, and added BOX64_INSERT_ARGS | ptitSeb | 2024-09-09 | 1 | -0/+8 |
| | | |||||
| * | [RCFILE] Fixed some missing box_free/box_strdup in rcfile | ptitSeb | 2024-09-03 | 1 | -11/+11 |
| | | |||||
| * | Improved Steam wine compatibility, not perfect, but better (thanks Hugo for ↵ | ptitSeb | 2024-08-09 | 1 | -1/+9 |
| | | | | | the args) | ||||
| * | [RCFILE] Added support for generic names in RCFiles | ptitSeb | 2024-07-25 | 1 | -19/+39 |
| | | |||||
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ | ptitSeb | 2024-07-15 | 1 | -0/+1 |
| | | | | | using it) | ||||
| * | fix some spelling (#1668) | josch | 2024-07-10 | 1 | -1/+1 |
| | | |||||
| * | Detect UnityPlayer.dll to apply strongmem=1 automatically (can be disabled ↵ | ptitSeb | 2024-07-03 | 1 | -0/+1 |
| | | | | | with BOX64_UNITYPLAYER=0) | ||||
| * | [COSIM] Added range handling in BOX64_DYNAREC_TEST ([RCFILE] too) | ptitSeb | 2024-06-24 | 1 | -1/+27 |
| | | |||||
| * | [RCFILE] Improved hendling of BOX64_NODYNAREC | ptitSeb | 2024-06-21 | 1 | -14/+16 |
| | | |||||
| * | Added BOX64_RESERVE_HIGH in rcfile handling | ptitSeb | 2024-06-18 | 1 | -0/+5 |
| | | |||||
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 1 | -0/+4 |
| | | |||||
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 1 | -1/+14 |
| | | |||||
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -0/+1 |
| | | |||||
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -0/+8 |
| | | |||||
| * | This should fix non-dynarec build | ptitSeb | 2024-04-29 | 1 | -0/+2 |
| | | |||||
| * | Fixed non-dynarec build by introducing BOX64_JVM to replace BOX64_DYNAREC_JVM | ptitSeb | 2024-04-29 | 1 | -0/+4 |
| | | |||||
| * | 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) | ||||
| * | [RCFILE] Make sure strdup is coherent with free | ptitSeb | 2024-04-03 | 1 | -4/+4 |
| | | |||||
| * | Changed, again, RDTSC and Hardware counter, introducing auto calibration ↵ | ptitSeb | 2024-03-14 | 1 | -17/+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 | -13/+30 |
| | | | | | parameter earlier, before wien load to be able to change command line and maxcpu | ||||
| * | [RV64_INTERP] Added TSC freq support (#1293) | Yang Liu | 2024-02-28 | 1 | -1/+1 |
| | | | | | | * [RV64_INTERP] Added TSC freq support * Simplify | ||||
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for ↵ | ptitSeb | 2024-02-23 | 1 | -0/+18 |
| | | | | | now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it | ||||
| * | [ARM64_DYNAREC] Reworked, again, strongmem emulation | ptitSeb | 2024-02-06 | 1 | -1/+1 |
| | | |||||
| * | [ARM64_DYNAREC] Added BOX64_DYNAREC_DIV0 option to check/trigger Divide by 0 ↵ | ptitSeb | 2024-02-05 | 1 | -0/+3 |
| | | | | | when needed | ||||
| * | [DYNAREC_TEST] Force enabled x87double when using DYNAREC_TEST to limit ↵ | ptitSeb | 2024-02-03 | 1 | -0/+1 |
| | | | | | false positive | ||||
| * | [RCFIEL] Fixed BOX64_IGNOREINT3 | ptitSeb | 2024-01-28 | 1 | -1/+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 |
| | | | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles) | ||||
| * | [RCFILE] Added more option to rcfile and added geekbench5 profile | ptitSeb | 2024-01-06 | 1 | -0/+20 |
| | | |||||
| * | [RCFILE] Add a function to quickly get current process name | ptitSeb | 2024-01-02 | 1 | -1/+5 |
| | | |||||
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -2/+2 |
| | | | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build | ||||
| * | [RCFILE] Made so that BOX64_MAXCPU is the minimum value if set both on ↵ | ptitSeb | 2023-12-23 | 1 | -1/+6 |
| | | | | | command line and a/many profile | ||||
| * | 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 | ||||
| * | [RCFILE] Fixed file leak | ptitSeb | 2023-12-18 | 1 | -0/+1 |
| | | |||||
| * | Added lldb option to JITGDB | ptitSeb | 2023-12-15 | 1 | -1/+1 |
| | | |||||
| * | [TRACE] Small improvment to trace handling | ptitSeb | 2023-11-15 | 1 | -2/+2 |
| | | |||||
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -0/+1 |
| | | |||||
| * | [RCFILE] Disable FASTNAN, FASTROUND and CALLRET when using ↵ | ptitSeb | 2023-11-07 | 1 | -0/+5 |
| | | | | | BOX64_DYNAREC_TEST in rcfile like in command line | ||||
| * | Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) | ptitSeb | 2023-11-05 | 1 | -0/+3 |
| | | |||||
| * | [RCFILE] Added more trace when applying BOX64_TRACE_FILE setting | ptitSeb | 2023-11-05 | 1 | -0/+1 |
| | | |||||
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | * [INTERP] Fix fpu_round * Should be working this time * Handling wrappedlibm * Format * Fix loongarch * Make it optional * Fix android build | ||||
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -1/+9 |
| | | |||||