| Commit message (Expand) | Author | Age | Files | Lines |
| * | Made a custom implementation of pthread_once | ptitSeb | 2022-10-26 | 3 | -0/+16 |
| * | [DYNAREC] Added BIGBLOCK=3 level | ptitSeb | 2022-10-25 | 1 | -1/+4 |
| * | [DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%... | ptitSeb | 2022-10-24 | 13 | -133/+210 |
| * | [DYNAREC] Rewrote unused acro, in case it used later | ptitSeb | 2022-10-24 | 1 | -37/+29 |
| * | [DYNAREC] Use customMalloc for internal dynarec stuff (fixed starbound) | ptitSeb | 2022-10-24 | 3 | -35/+49 |
| * | [DYNAREC] Forget this realloc->box_realloc | ptitSeb | 2022-10-23 | 1 | -1/+1 |
| * | [DYNAREC] Small change on how add_next/get_closest_next works | ptitSeb | 2022-10-22 | 1 | -4/+11 |
| * | [DYNAREC] Added BOX64_DYNAREC_SAFEFLAGS | ptitSeb | 2022-10-22 | 2 | -5/+11 |
| * | [DYNAREC] Added 66 0F 7C opcode | ptitSeb | 2022-10-22 | 1 | -0/+24 |
| * | [DYNAREC] Added DE opcodes | ptitSeb | 2022-10-22 | 4 | -15/+303 |
| * | src: asm: Rename lr & fp registers to their x-equivalents (#426) | Alfred E. Neumayer | 2022-10-17 | 3 | -4/+4 |
| * | [DYNAREC] Small optim for 0F C6 opcode | ptitSeb | 2022-10-01 | 1 | -15/+20 |
| * | [DYNAREC] Fixed and optimized 0F BA opcodes | ptitSeb | 2022-10-01 | 2 | -26/+15 |
| * | Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ... | ptitSeb | 2022-09-30 | 5 | -1/+81 |
| * | [DYNAREC] Added 64 2B opcode | ptitSeb | 2022-09-29 | 1 | -0/+10 |
| * | Improved signal handling and x87 flags (with tests backported from box86) | ptitSeb | 2022-09-29 | 2 | -3/+2 |
| * | Improved handling of CF flags in dec/inc opcodes ([DYNAREC] too) (helps Xonot... | ptitSeb | 2022-09-26 | 2 | -2/+5 |
| * | [DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit... | ptitSeb | 2022-09-25 | 1 | -1/+1 |
| * | Added F0 86 ocpode ([DYNAREC] too) (for #406) | ptitSeb | 2022-09-15 | 1 | -1/+36 |
| * | Make StrongMem emulation level 2 stronger | ptitSeb | 2022-09-04 | 2 | -6/+24 |
| * | Added D9 D8..DF opcodes ([DYNAREC] too) (for #361) | ptitSeb | 2022-08-09 | 1 | -8/+16 |
| * | Chenged Interpretor so RIP is updated on opcode success (better precision for... | ptitSeb | 2022-08-06 | 1 | -0/+2 |
| * | All box internal memory alloc use __libc_ internal one (except on Android, us... | ptitSeb | 2022-08-06 | 3 | -33/+33 |
| * | Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal | ptitSeb | 2022-07-30 | 1 | -2/+2 |
| * | [DYNAREC] Improved handlinf of RIP value | ptitSeb | 2022-07-16 | 4 | -4/+10 |
| * | [DYNAREC] Fixed 0F 09 Opcode | ptitSeb | 2022-07-16 | 1 | -0/+8 |
| * | [DYNAREC] Improved pred_sz computation | ptitSeb | 2022-07-16 | 1 | -8/+10 |
| * | [DYNAREC] Improved trace a bit | ptitSeb | 2022-07-16 | 1 | -1/+1 |
| * | [DYNAREC] Fixed 0F 09/0B opcodes | ptitSeb | 2022-07-16 | 3 | -0/+10 |
| * | [DYNAREC] More color for DYNAREC_DUMP=2 | ptitSeb | 2022-07-10 | 1 | -4/+4 |
| * | [DYNAREC] Fixed some x87 issues (fixing issues with ut2004) | ptitSeb | 2022-07-09 | 1 | -5/+5 |
| * | [DYNAREC] Disable 64 66 0F 2E opcode, something is wrong and it SIGILL (for #... | ptitSeb | 2022-07-03 | 2 | -4/+4 |
| * | Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam) | ptitSeb | 2022-07-03 | 1 | -0/+37 |
| * | Added 64 66 0F 2E/2F ocodes ([DYNAREC] too) (for #298) | ptitSeb | 2022-07-03 | 2 | -4/+25 |
| * | [DYNAREC] Added most 67 00-3C opcodes | ptitSeb | 2022-07-03 | 2 | -1/+438 |
| * | [DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV... | ptitSeb | 2022-07-03 | 19 | -267/+306 |
| * | Improved a bit HotPage handling (might help Terraria and RimWorld, maybe other) | ptitSeb | 2022-06-26 | 1 | -3/+37 |
| * | [DYNAREC] Remove assert, the test is not relevent anymore | ptitSeb | 2022-06-25 | 1 | -1/+0 |
| * | [DYNAREC] Fixed an issue with fillPredecessor that would undersize the predec... | ptitSeb | 2022-06-25 | 1 | -3/+3 |
| * | [DYNAREC] Added BRK emitter, to help debugging | ptitSeb | 2022-06-25 | 1 | -0/+4 |
| * | [DYNAREC] Fixed some complex x87 opcode, like FSINCOS (fixed bad camera in Un... | ptitSeb | 2022-06-19 | 1 | -1/+14 |
| * | [DYNAREC] added 67 8B opcode | ptitSeb | 2022-06-11 | 1 | -0/+12 |
| * | Added 67 83 opcode ([DYNAREC] too) (for #323) | ptitSeb | 2022-06-11 | 1 | -0/+78 |
| * | [DYNAREC] Fixed (or least avoid SIGILL) for DD /1 opcode | ptitSeb | 2022-06-11 | 1 | -0/+5 |
| * | Added 67 C7 opcode ([DYNAREC] too) (for #323) | ptitSeb | 2022-06-11 | 1 | -1/+17 |
| * | Fixed a regression with last dynarec refactor (for #318) | ptitSeb | 2022-06-05 | 1 | -0/+2 |
| * | [DYNAREC] Fixed a rare case of crash when crrent block is invalid | ptitSeb | 2022-05-28 | 1 | -1/+1 |
| * | [DYNAREC] Fixed regression on 66 C1 /7 opcode | ptitSeb | 2022-05-28 | 1 | -1/+1 |
| * | [DYNAREC] Various small fixes and improvments to a few opcodes | ptitSeb | 2022-05-26 | 5 | -52/+47 |
| * | [DYNAREC] Fix an issue with LOCK ADD Ew, Iw opcode | ptitSeb | 2022-05-26 | 1 | -3/+3 |