| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WOW64] Added non-functional PE build (#2532) | Yang Liu | 2025-04-14 | 1 | -757/+0 |
| | | |||||
| * | [WOW64] Splitted freq and cleanup functions from x64emu (#2521) | Yang Liu | 2025-04-11 | 1 | -16/+17 |
| | | |||||
| * | Limit to 11 the number of cpuid invalid parameter message | ptitSeb | 2025-02-12 | 1 | -1/+7 |
| | | |||||
| * | [ENV] Initial refactor of env variables infrastructure (#2274) | Yang Liu | 2025-01-21 | 1 | -42/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ENV] Initial refactor of env variables infrastructure * Ported BOX64_DYNAREC_LOG * Ported more options * Ported BOX64_MALLOC_HACK * Ported BOX64_DYNAREC_TEST * Ported more options * Ported more options * Ported more options * Ported all options * Removed old rcfile parser * Fix * review * fix * fix * more fixes | ||||
| * | [INTERPRETER] Added a few more cpu extension and associated opcodes ↵ | ptitSeb | 2025-01-05 | 1 | -2/+23 |
| | | | | | ([ARM64_DYNAREC] added some of the new opcodes too) | ||||
| * | Use uname -m to get CPU architecture (#2222) | 東雲なの | 2024-12-28 | 1 | -1/+1 |
| | | | | Use uname -m to get CPU architecture is simplier than lscpu | ||||
| * | Exposed MMXext for CPUTYPE=1 | ptitSeb | 2024-12-27 | 1 | -1/+1 |
| | | |||||
| * | [INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodes | ptitSeb | 2024-12-27 | 1 | -1/+1 |
| | | |||||
| * | Introduce BOX64_CPUTYPE to choose emulating Intel or AMD cpus (no AMD ↵ | ptitSeb | 2024-12-27 | 1 | -123/+317 |
| | | | | | specific extension yet) | ||||
| * | [LA64_DYNAREC] Added hardware wall-clock support (#2216) | Yang Liu | 2024-12-26 | 1 | -8/+2 |
| | | | | | | * [LA64_DYNAREC] Added hardware wall-clock support * Refined multi-language support | ||||
| * | Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too) | ptitSeb | 2024-11-21 | 1 | -1/+1 |
| | | |||||
| * | Expose a few more CPU features | ptitSeb | 2024-11-16 | 1 | -0/+7 |
| | | |||||
| * | Added support for RDMSR, just in case | ptitSeb | 2024-11-15 | 1 | -0/+1 |
| | | |||||
| * | Added BOX64_SHAEXT to hide sha cpu extension ([RCFILE] And added a profile ↵ | ptitSeb | 2024-07-15 | 1 | -1/+1 |
| | | | | | using it) | ||||
| * | Fixes (#1659) | rajdakin | 2024-07-09 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replaced some tabs with spaces * Fixed some signedness warnings * Added more debug info * Fixed an improper alignment * [WRAPPEDWAYLAND] Added return statements to wrappers * [EMU] [AVX] Fixed some issues * [ARM DYNAREC] Fixed some minor warnings * [ARM DYNAREC] Removed unused macro arguments * [EMU] Fixed a noisy warning * [ARM DYNAREC] Removed "empty body" warnings * [EMU] Fixed an opcode in dynarec, non-cosim builds * [LA64 DYNAREC] Minor warning fixes * [LA64 DYNAREC] Fixed empty body warnings * [LA64 DYNAREC] Added parenthesis around assignments in if statements * [LA64 DYNAREC] Fixed missing parenthesis in macro definitions * [RV64 DYNAREC] Fixed minor warnings * [RV64 DYNAREC] Fixed wrong/missing parentheses * [WRAPPER] Fixed the WaylandClient callback signatures | ||||
| * | Cosmetic change | ptitSeb | 2024-07-05 | 1 | -1/+2 |
| | | |||||
| * | Improved CPUID a bit more, adding RDRAND (helps geekbench6 avx2 version) | ptitSeb | 2024-06-24 | 1 | -4/+55 |
| | | |||||
| * | Improved handling of cpuid leaf 0x80000006 | ptitSeb | 2024-06-22 | 1 | -1/+1 |
| | | |||||
| * | Fixed usage of getcpu, only enablign that for recent enough glibc (should ↵ | ptitSeb | 2024-06-17 | 1 | -1/+3 |
| | | | | | help #1586) | ||||
| * | [ANDROID] This should fix android build | ptitSeb | 2024-06-13 | 1 | -0/+2 |
| | | |||||
| * | More work on RDTSC emulation | ptitSeb | 2024-06-13 | 1 | -0/+7 |
| | | |||||
| * | Only expose xsave extension if avx is used | ptitSeb | 2024-06-07 | 1 | -2/+2 |
| | | |||||
| * | [INTERPRETER] Added suport for F16C extension (linked to AVX flag) ↵ | ptitSeb | 2024-06-06 | 1 | -1/+1 |
| | | | | | ([ARM64_DYNAREC] too) | ||||
| * | Disable F16C for now, it's not ready yet | ptitSeb | 2024-06-06 | 1 | -1/+1 |
| | | |||||
| * | [ARM64_DYNAREC] Added a new small batch of AVX/BMI2 opcodes | ptitSeb | 2024-06-06 | 1 | -1/+2 |
| | | |||||
| * | [INTERPRETER] Added FMA cpu extension (linked to BOX64_AVX=2) | ptitSeb | 2024-06-02 | 1 | -1/+1 |
| | | |||||
| * | [INTERPRETER] Added BMI1, BMI2 and ADX extensions | ptitSeb | 2024-05-31 | 1 | -2/+3 |
| | | |||||
| * | [INTERPRETER] More avx, avx2 and vaes opcodes | ptitSeb | 2024-05-28 | 1 | -0/+1 |
| | | |||||
| * | Fixed cpuid leaf d, component 2 (fixes wine 9.6+ not booting) | ptitSeb | 2024-05-27 | 1 | -14/+0 |
| | | |||||
| * | More avx infrastructure | ptitSeb | 2024-05-27 | 1 | -0/+1 |
| | | |||||
| * | Small cleanup in my_cpuid | ptitSeb | 2024-05-27 | 1 | -1/+1 |
| | | |||||
| * | [INTERPRETER] my first avx opcode | ptitSeb | 2024-05-26 | 1 | -0/+2 |
| | | |||||
| * | more avx infrastructure | ptitSeb | 2024-05-24 | 1 | -5/+12 |
| | | |||||
| * | Added support for XSAVE/XRSTOR ([ARM64_DYNAREC] too) | ptitSeb | 2024-05-24 | 1 | -8/+28 |
| | | |||||
| * | Added a way to hide SSE 4.2, as it might slow down things using the string ↵ | ptitSeb | 2024-04-29 | 1 | -1/+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) | ||||
| * | Revert some cpuid changes, they are more wrong then right it seems | ptitSeb | 2024-04-12 | 1 | -2/+2 |
| | | |||||
| * | Changed how cpu cores are reported in cpuid for large number (>64) | ptitSeb | 2024-03-12 | 1 | -2/+9 |
| | | |||||
| * | Do not expose FMA cpu extension, it's associated to AVX by some engines | ptitSeb | 2024-03-11 | 1 | -3/+4 |
| | | |||||
| * | Don't expose BMI1 for now, it's not really supported | ptitSeb | 2024-03-10 | 1 | -1/+1 |
| | | |||||
| * | Added empty command 14 to CPUID | ptitSeb | 2024-02-27 | 1 | -0/+11 |
| | | |||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 1 | -1/+4 |
| | | | | | others tickets) | ||||
| * | Improved cpu detection for cpuid | ptitSeb | 2024-02-24 | 1 | -7/+38 |
| | | |||||
| * | Fix Android builds | ptitSeb | 2024-02-23 | 1 | -0/+1 |
| | | |||||
| * | Better handling of Hardware counter for rdtsc emulation (ARM64 only for ↵ | ptitSeb | 2024-02-23 | 1 | -2/+27 |
| | | | | | now), more cpuid leafs, and introduce BOX64_RDTSC env.var. with a profile that use it | ||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 1 | -2/+2 |
| | | | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures | ||||
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and ↵ | ptitSeb | 2023-12-21 | 1 | -2/+2 |
| | | | | | created profile for wine, wine64 and GridAutosport using it | ||||
| * | Limit the number of CPU Core repported to 64 when running wine (or proton) | ptitSeb | 2023-12-15 | 1 | -0/+2 |
| | | |||||
| * | Some small changes to cpuid and exposed BMI1 | ptitSeb | 2023-11-22 | 1 | -2/+23 |
| | | |||||
| * | Fixed cpu name gathering | ptitSeb | 2023-11-22 | 1 | -4/+6 |
| | | |||||
| * | Added full support for the SHA cpu extension | ptitSeb | 2023-11-21 | 1 | -4/+5 |
| | | |||||