| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ... | ptitSeb | 2023-03-07 | 2 | -3/+41 |
| * | [DYNAREC] Some fixes to double SSE opcode (fixes Steam BigPicture) | ptitSeb | 2023-03-05 | 3 | -12/+16 |
| * | [DYNAREC] Finetuned the jump table memory allocation | ptitSeb | 2023-03-02 | 1 | -12/+12 |
| * | [DYNAREC] Fetch a quad in PSHUFLW instruction. | Alexandre Julliard | 2023-02-24 | 1 | -1/+1 |
| * | [DYNAREC] Fix the opcode bit in the generated TBX instruction. | Alexandre Julliard | 2023-02-24 | 1 | -4/+4 |
| * | [DYNAREC] This small utility function can be static | ptitSeb | 2023-02-20 | 1 | -1/+1 |
| * | [DYNAREC] Fixed LZCNT and TZCNT opcode, for good | ptitSeb | 2023-02-20 | 1 | -10/+10 |
| * | [DYNAREC] Optimized FillBlock64 to avoid 3 for loop on all block instructions... | ptitSeb | 2023-02-19 | 4 | -27/+20 |
| * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle... | ptitSeb | 2023-02-19 | 1 | -2/+13 |
| * | [DYNAREC] Optimized DB /7 opcode | ptitSeb | 2023-02-19 | 3 | -3/+65 |
| * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-19 | 1 | -9/+21 |
| * | [DYNAREC] Small optim on getDB | ptitSeb | 2023-02-19 | 1 | -0/+1 |
| * | Simplified dynablock handling (reduced memory consuption) | ptitSeb | 2023-02-19 | 2 | -29/+20 |
| * | [DYNAREC] Added F0 0F AB/B3 opcodes | ptitSeb | 2023-02-17 | 2 | -0/+109 |
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -2/+8 |
| * | [DYNAREC] Some more small fixes | ptitSeb | 2023-02-16 | 1 | -10/+4 |
| * | [DYNAREC] Various small fixes and improvment on Dynarec | ptitSeb | 2023-02-16 | 23 | -709/+594 |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 5 | -23/+24 |
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han... | ptitSeb | 2023-02-12 | 5 | -16/+77 |
| * | Added F0 FE /1 and /2 opcodes ([DYNAREC] too) (for #505) | ptitSeb | 2023-02-02 | 1 | -2/+48 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 2 | -0/+56 |
| * | [DYNAREC] Improved Strong Memory Model emulation | ptitSeb | 2023-01-28 | 1 | -3/+3 |
| * | [DYNAREC] Forced 64 FF /4 JMP ocode to fetch X_PEND | ptitSeb | 2023-01-28 | 1 | -0/+1 |
| * | [DYNAREC] Fixed a regression with C1 /0 and C1 /1 opcodes | ptitSeb | 2023-01-28 | 1 | -6/+4 |
| * | [DYNAREC] Try to fix 66 64 0F 2E/2F ocpode (for #488) | ptitSeb | 2023-01-19 | 1 | -1/+1 |
| * | [DYNAREC] Force reading of X_PEND flags for FF /4 JMP opcode | ptitSeb | 2023-01-03 | 1 | -0/+1 |
| * | [DYNAREC] make jmp 0 do a jmp_to_next to allow the block to be checked and re... | ptitSeb | 2022-12-31 | 1 | -1/+1 |
| * | Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic... | ptitSeb | 2022-12-30 | 1 | -1/+6 |
| * | [TRACE] Better trace on no-block jump warning | ptitSeb | 2022-12-30 | 1 | -1/+1 |
| * | [DYNAREC] Small refactoring to make things more readable | ptitSeb | 2022-12-12 | 1 | -1/+5 |
| * | [DYNAREC] Fixed F0 80 opcodes (helps #210, but is not enough) | ptitSeb | 2022-12-11 | 1 | -7/+7 |
| * | [DYNAREC] Fixed 66 0F 5B opcode (fixed 3dSen) | ptitSeb | 2022-12-04 | 1 | -3/+2 |
| * | [DYNAREC] Added F0 F6 opcode | ptitSeb | 2022-12-04 | 1 | -0/+35 |
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's... | ptitSeb | 2022-12-04 | 1 | -8/+11 |
| * | Added wrapped libXpresent.so.1 | ptitSeb | 2022-12-04 | 1 | -1/+1 |
| * | Better rounding for some SSE opcodes (Help NuclearBlaze main menu, but doesn'... | ptitSeb | 2022-12-03 | 3 | -60/+15 |
| * | [DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking... | ptitSeb | 2022-12-03 | 3 | -0/+49 |
| * | [DYNAREC] Small changes on pagesize and hotpage | ptitSeb | 2022-12-02 | 1 | -3/+2 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -2/+5 |
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ... | ptitSeb | 2022-11-29 | 7 | -15/+94 |
| * | [DYNAREC] Fixed native call trace with BOX64_LOG=2 | ptitSeb | 2022-11-28 | 1 | -2/+2 |
| * | [DYNAREC] Optimized HotPage handling, and made it lockless | ptitSeb | 2022-11-28 | 3 | -1/+29 |
| * | [DYNAREC] Removed a useless mutex lock | ptitSeb | 2022-11-28 | 1 | -5/+0 |
| * | [DYNAREC] Refactored Strong Memory Model emulation | ptitSeb | 2022-11-26 | 16 | -106/+255 |
| * | [DYNAREC] Fixed 66 64 0F 2E/2F opcodes | ptitSeb | 2022-11-26 | 1 | -3/+2 |
| * | [DYNAREC] Fixed RCR and RCL opcodes | ptitSeb | 2022-11-16 | 5 | -15/+13 |
| * | [DYNAREC] Pre-allocate more instructions on FillBlock64 | ptitSeb | 2022-11-15 | 1 | -1/+1 |
| * | [DYNAREC] Optimisations and fixes on a few x87 opcodes (fixes Piczle Cross Ad... | ptitSeb | 2022-11-13 | 4 | -14/+22 |
| * | [DYNAREC] Fixed alternate address not always taken into account by Dynarec | ptitSeb | 2022-11-02 | 1 | -0/+3 |
| * | Fixed a small memory leak with Dynarec | ptitSeb | 2022-11-02 | 1 | -0/+3 |